var s = '';
s += '<OBJECT ID="intro-2" WIDTH=720 HEIGHT=450';
s += ' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';
s += ' codebase="http://macromedia.com/cabs/swflash.cab#version=6,0,0,0">';
s += ' <PARAM NAME=movie VALUE="../includes/the-bg-animation.swf">';
s += ' <param name="wmode" value="transparent">';
s += ' <EMBED src="../includes/the-bg-animation.swf" wmode="transparent" WIDTH=720 HEIGHT=450  TYPE="application/x-shockwave-flash">';
s += ' </EMBED>';
s += ' </object>';
document.write(s);
