(function(){
	swfobject.embedSWF(
		"common/flash/home.swf", 
		"flash", 
		"940", 
		"390", 
		"8.0.0", 
		null, 
		{theURL: "http://www.dev.do-online.org/iLearn/index.cfm?pageid=ment_about&page=About/" }, 
		{wmode: "transparent"}
	);	
	if(!(swfobject.hasFlashPlayerVersion("8.0.0"))) {
		document.getElementById('alt-img').src = "common/images/flash-holder-home"+ Math.round(Math.random()*3+1)+".jpg"; // Replace this w/ serverside code
	}
})();

