/* Author: Shawn@eaglewebdesign.com
*/
  $(document).ready(function() {
		if ( $('#tdate').length != 0 )
		{
			$("#tdate").datepicker({ dateFormat: 'mm-dd-yy' });
		}
		
	});
























