// In this section we set up the content to be placed dynamically on the page.// Customize movie tags and alternate html content below.if (!useRedirect) {    // if dynamic embedding is turned on  if(hasRightVersion) {  // if we've detected an acceptable version    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'    	+ 'WIDTH="509" HEIGHT="193"' 	+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">' 	+ '<PARAM NAME="MOVIE" VALUE="http://www.warrensteven.com/flash/animation.swf">'  	+ '<PARAM NAME="PLAY" VALUE="true">' 	+ '<PARAM NAME="LOOP" VALUE="false">'  	+ '<PARAM NAME="QUALITY" VALUE="high">'  	+ '<PARAM NAME="MENU" VALUE="false">' 	+ '<PARAM NAME="WMODE" VALUE="TRANSPARENT">' 	+ '<EMBED SRC="http://www.warrensteven.com/flash/animation.swf"'  	+ 'WIDTH="509" HEIGHT="193"' 	+ 'PLAY="true"' 	+ 'LOOP="false"' 	+ 'QUALITY="high"'  	+ 'MENU="false"' 	+ 'WMODE="transparent"' 	+ 'TYPE="application/x-shockwave-flash"' 	+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'  	+ '<\/EMBED>' 	+ '<\/OBJECT>';    document.write(oeTags);   // embed the flash movie  } else {  // flash is too old or we can't detect the plugin    // NOTE: height, width are required!    var alternateContent = '<table width="509" border="0" cellspacing="0" cellpadding="0">'    +'<tr>'    + '<td width="132" background="http://www.warrensteven.com/images/spacer.gif" ><img name="head_top" src="http://www.warrensteven.com/images/head_top.jpg" width="132" height="38" border="0" alt=""></td>'    + '<td width="94" bgcolor="#FFFFFF"><img src="http://www.warrensteven.com/images/spacer.gif" width="94" height="1"></td>'	+ '<td width="51" bgcolor="#FFFFFF" background="http://www.warrensteven.com/images/spacer.gif"><a href="index.html" target="_top" onClick="MM_nbGroup(\'down\',\'navbar1\',\'home\',\'http://www.warrensteven.com/images/home_f3.gif\',1);" onMouseOver="MM_nbGroup(\'over\',\'home\',\'http://www.warrensteven.com/images/home_f2.gif\',\'http://www.warrensteven.com/images/home_f3.gif\',1);" onMouseOut="MM_nbGroup(\'out\');"><img name="home" src="http://www.warrensteven.com/images/home.gif" width="51" height="38" border="0" alt="Home"></a></td>'	+ '<td width="69" bgcolor="#FFFFFF" background="http://www.warrensteven.com/images/spacer.gif"><a href="about.html" target="_top" onClick="MM_nbGroup(\'down\',\'navbar1\',\'about\',\'http://www.warrensteven.com/images/about_f3.gif\',1);" onMouseOver="MM_nbGroup(\'over\',\'about\',\'http://www.warrensteven.com/images/about_f2.gif\',\'http://www.warrensteven.com/images/about_f3.gif\',1);" onMouseOut="MM_nbGroup(\'out\');"><img name="about" src="http://www.warrensteven.com/images/about.gif" width="69" height="38" border="0" alt="About Us"></a></td>'	+ '<td width="86" bgcolor="#FFFFFF" background="http://www.warrensteven.com/images/spacer.gif"><a href="contact.html" target="_top" onClick="MM_nbGroup(\'down\',\'navbar1\',\'contact\',\'http://www.warrensteven.com/images/contact_f3.gif\',1);" onMouseOver="MM_nbGroup(\'over\',\'contact\',\'http://www.warrensteven.com/images/contact_f2.gif\',\'http://www.warrensteven.com/images/contact_f3.gif\',1);" onMouseOut="MM_nbGroup(\'out\');"><img name="contact" src="http://www.warrensteven.com/images/contact.gif" width="86" height="38" border="0" alt="Contact Us"></a></td>'	+ '<td width="77" bgcolor="#FFFFFF" background="http://www.warrensteven.com/images/spacer.gif"><a href="staff.html" target="_top" onClick="MM_nbGroup(\'down\',\'navbar1\',\'staff\',\'http://www.warrensteven.com/images/staff_f3.gif\',1);" onMouseOver="MM_nbGroup(\'over\',\'staff\',\'http://www.warrensteven.com/images/staff_f2.gif\',\'http://www.warrensteven.com/images/staff_f3.gif\',1);" onMouseOut="MM_nbGroup(\'out\');"><img name="staff" src="http://www.warrensteven.com/images/staff.gif" width="77" height="38" border="0" alt="Our Staff"></a></td>'    + '</tr>'    + '<tr>'     + '<td colspan="6"><img name="concept_cut2_r3_c9" src="http://www.warrensteven.com/images/concept_cut2_r3_c9.jpg" width="509" height="155" border="0" alt="Honesty. Caring. Innovation"></td>'    + '</tr>'    + '</table>';     document.write(alternateContent);  // insert non-flash content  }}