

jQuery(document).ready(function ()
{
	//jQuery(".calendarSelectDate").datepicker();
	
	jQuery(".calendarSelectDate").datepicker({
		showOn:'both',
		buttonImage:'images/cal.gif',
		buttonImageOnly: true
	});
	
	/*$("#dp").datepicker({
	buttonImage: '../images/icon_star.gif',
	buttonImageOnly: true,
	changeMonth: true,
	changeYear: true,
	showOn: 'both',
	});*/
	
	//jQuery(window).unload( function () { alert("Bye now!"); } );
	
	//jQuery('.calendarSelectDate').datepicker({clickInput:true})


});
