
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
 plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
  document.write('<SCRIPT LANGUAGE=VBScript\> \n');
  document.write('on error resume next \n');
  document.write('plugin = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
  document.write('</SCRIPT\> \n');
}
if ( plugin ) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
	document.write(' ID=ewebdropdowns WIDTH=750 HEIGHT=68>');
	document.write(' <PARAM NAME=movie VALUE="http://hardware.earthweb.com/img/hardwarecentral.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="http://hardware.earthweb.com/img/hardwarecentral.swf" menu="false" quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH=750 HEIGHT=68');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
document.write('<TABLE BORDER="0" cellpadding="0" cellspacing="0" width="98%"><TR valign="top"><TD BORDER="0" align="left" bgcolor="#0033CC" valign="TOP" colspan="3">');
document.write('<A HREF="http://www.earthweb.com"><img src="/img/ew_logo_sm.jpg" border="0"></A>');
document.write('<IMG src="/img/globe.jpg" width="193" height="47" alt="Globe" BORDER="0"></TD><TD BORDER="0" bgcolor="#0033CC" align="right"></TD></TR></TABLE>');
document.write('<table align="center" BORDER="0" cellpadding="0" cellspacing="0" width="98%"><tr><td colspan="3" bgcolor="#000000"><IMG HEIGHT="1" WIDTH="1" SRC="/img/clear_pixel.gif" border="0"></td></tr><tr><td bgcolor="FFFFFF" VALIGN="TOP" colspan="3" align="left" nowrap><a href="http://itmanagement.earthweb.com"><img src="/img/itmgmt.gif" width="99" height="20" alt="IT Management" BORDER="0"></a><a href="http://networking.earthweb.com"><img src="/img/netcom.gif" width="193" height="20" alt="Networking & Communications" BORDER="0"></a><a href="http://webdeveloper.earthweb.com"><img src="/img/webdev.gif" width="121" height="20" alt="Web Development" BORDER="0"></a><a href="http://hardware.earthweb.com"><img src="/img/hardsys.gif" width="132" height="20" alt="Hardware & Systems" BORDER="0"></a><a href="http://softwaredev.earthweb.com"><img src="/img/softdev.gif" width="140" height="20" alt="Software Development" BORDER="0"></a></td></tr></table>');
}