function initObjects()
{
	try {
		if (SWFObject && document.getElementById("flash-container")) {
			var toptext = new SWFObject("public/swf/splash.swf", "flash-container", "100%", "338", "7", "");
			toptext.addParam("wmode", "opaque");
			toptext.write("block");
		}		
	}
	catch(e){}
}
