// JavaScript Document

function resizeDiv(vHeight) {
	document.getElementById("background").style.height = vHeight+"px";
	self.scrollTo(0, 0);
	//alert("new height: "+vHeight+"px");
	// return a value to flash
	document.getElementById("background").asFunc(vHeight+"px");
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function initGoogleAnalytics(){
	// google analytics code here
	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"));
}
