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

