<!-- SWF Size -->

function adjustSWFHeight() {
	document.getElementById("flashcontent").style.visibility = 'hidden';	
	if(document.body.clientHeight >= 730){
		document.getElementById("flashcontent").style.top = 				document.body.clientHeight - 730;
	}
	else{
		document.getElementById("flashcontent").style.top = 0;
	}
	
	document.getElementById("flashcontent").style.visibility = 'visible';	

}

<!-- Google Analytics -->

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

function trackPV(p) {

	var pageTracker = _gat._getTracker("UA-3438890-1");
	pageTracker._initData();
	pageTracker._trackPageview(p);

}	