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