function initObjects()
{
	try {
		if (SWFObject && document.getElementById("butterfly")) {
			var toptext = new SWFObject("public/swf/butterfly.swf", "butterfly", "240", "200", "10", "");
			toptext.addParam("wmode", "opaque");
			toptext.addParam("wmode", "transparent");
			toptext.write("butterfly");
		}
		
	}
	catch(e){}
}

