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