if (!window.console) {
	var console = {
		log: function () { return; }
	};
}




/* Namespace for facebook/SWF interface */
FacebookHelper = {

	
	// This will share the current URL and page title
	displaySharingModal: function () {
		$("#addThisLink").trigger('mouseover');
		$("body").addClass('sharingEnabled');
		addthis_sendto();

	}

	
};

$(function () {
	// Make the swf reference available when DOM ready
	FacebookHelper.swf = (navigator.appName.indexOf("Microsoft") != -1) ? window[FacebookHelper.MOVIE_NAME] : document[FacebookHelper.MOVIE_NAME];
	$("#addThisLink").trigger('mouseover');
});