

jQuery(document).ready(function ()
{
	//jQuery(".calendarSelectDate").datepicker();
	
	jQuery(".calendarSelectDate").datepicker({showOn: 'both', buttonImageOnly: true, buttonImage: 'images/button_kalender.jpg'});
	
	//jQuery(window).unload( function () { alert("Bye now!"); } );
	

});
