function placeObject() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,40,0" width="850" height="357" id="intro">');

	document.write('<param name="movie" value="/resources/flash/clearwater_home.swf">');
	document.write('<param name="loop" value="false">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="salign" value="lt">');
	document.write('<param name="bgcolor" value="#000000">');

	document.write('<embed src="/resources/flash/clearwater_home.swf" quality="high" width="850" height="357" bgcolor="#000000" salign=lt name="intro" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');

	document.write('</object>');
}
