jQuery(function($){
	$('form').initializeForm();
	$('.validate').formValidate();
	$('.booking-validate').formBookingValidate(); 
	$('.vcalendar').eventPreview();
	$('.post').postPreview();
	$('.package').packagePreview();
	//$('.ajax-calendar').ajaxCalendar();
	$('.share-link').initializeSharing();
	$('.follow-link').initializeFollowing();
	//if (typeof jQuery.prototype.msnMap != 'undefined') {	   
		//$('#map').msnMap({simpleMap:true});
	//}
});
