function doFlashHeader(){

  now=new Date()
  num=(now.getSeconds() )%2



	file="'http://www.drs.net/site/images/hdr/DRS_Header.swf'"

	
	color="'#000000'"
 

document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="786" HEIGHT="170"><PARAM NAME="movie" VALUE=');
document.write(file);
document.write('> <PARAM NAME="quality" VALUE="high"> <PARAM NAME="menu" VALUE="false"> <PARAM NAME="loop" VALUE="false"> <PARAM  NAME="bgcolor" VALUE=');
document.write(color);
document.write('>');
  var plugin = (navigator.mimeTypes &&    navigator.mimeTypes["application/x-shockwave-flash"]) ?    navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
  if ( plugin &&    parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 6 ) {
     // Check for Flash version 6 or greater in Netscape
       document.write('<EMBED src=');
       document.write(file);
       document.write('quality="autohigh"');
       document.write('bgcolor=');
       document.write(color);
     document.write('swLiveConnect=FALSE WIDTH="786" HEIGHT="170"');
     document.write('TYPE="application/x-shockwave-flash"    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
  } else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 &&    navigator.appVersion.indexOf("2.")>=0)){
     // If Flash is not present the static navigation below will be rendered
     document.write('<img src="http://www.drs.net/site/images/hdr/hdr_static.jpg" WIDTH="786" HEIGHT="170" BORDER="0" ALT="DRS - Disaster Recovery Services">');
  }
  document.write ('</OBJECT>');
}

function doFlashFeature(){

  now=new Date()
  num=(now.getSeconds() )%2



	file="'http://www.drs.net/site/images/DRS_FlashFeature.swf'"

	
	color="'#000000'"
 

document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="408" HEIGHT="224"><PARAM NAME="movie" VALUE=');
document.write(file);
document.write('> <PARAM NAME="quality" VALUE="high"> <PARAM NAME="menu" VALUE="false"> <PARAM NAME="loop" VALUE="false"> <PARAM  NAME="bgcolor" VALUE=');
document.write(color);
document.write('>');
  var plugin = (navigator.mimeTypes &&    navigator.mimeTypes["application/x-shockwave-flash"]) ?    navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
  if ( plugin &&    parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 6 ) {
     // Check for Flash version 6 or greater in Netscape
       document.write('<EMBED src=');
       document.write(file);
       document.write('quality="autohigh"');
       document.write('bgcolor=');
       document.write(color);
     document.write('swLiveConnect=FALSE WIDTH="408" HEIGHT="224"');
     document.write('TYPE="application/x-shockwave-flash"    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
  } else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 &&    navigator.appVersion.indexOf("2.")>=0)){
     // If Flash is not present the static navigation below will be rendered
     document.write('<img src="http://www.drs.net/site/images/i_flashfeature_static.gif" WIDTH="408" HEIGHT="224" BORDER="0" ALT="">');
  }
  document.write ('</OBJECT>');
}
