//
// Object Embed - http://www.leveltendesign.com/tools/click-to-activate.php 
// Further Reading - http://www.leveltendesign.com/blog/web-development/by-chrisr/click-to-activate/
//

function embedObject() {
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"' +
	'           codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"' +
	'           width=\"730\" height=\"290\">' +
	'              <param name=\"movie\" value=\"flash/header_nomusic_nobuild.swf\">' +
	'              <param name=\"quality\" value=\"high\">' +
	'              <param name=\"menu\" value=\"false\">' +
	'              <!--[if !IE]> <-->' +
	'              <object data=\"flash/header_nomusic_nobuild.swf\"' +
	'            width=\"730\" height=\"290\" type=\"application/x-shockwave-flash\">' +
	'                <param name=\"quality\" value=\"high\">' +
	'                <param name=\"menu\" value=\"false\">' +
	'                <param name=\"pluginurl\" value=\"http://www.macromedia.com/go/getflashplayer\">' +
	'                FAIL (the browser should render some flash content, not this). ' +
	'              </object>' +
	'              <!--> <![endif]-->' +
	'            </object>');

}

// execute!
embedObject();