	$(function() {	
		var so = new SWFObject("flash/preloader.swf", "DontBlowIt", "800", "579", "9", "#FFF");
		so.addParam("allowScriptAccess","always");
		so.addParam("wmode","transparent");
		so.write("theGame");
				
		$('a[target = "_blank"]').bind("click", function(){
			postEvent('Footer Link', $(this).attr("href"));
		});
		$('body').click(function() { $('#DontBlowIt').focus(); });
	});
	
	function showFooter() {
		$('.footer').fadeIn();
	}
	
	function flashLink(url) {
		
		var options = 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=800, height=600, left=0, top=0';
		if (url == 'http://share.mxmsite.net/dontblowit/share.html') {
			options = 'resizable=1, width=354, height=480';
		}
 		popupWin = window.open(url,
 		'open_window',
 		options)
	}