		<!--
		var UseFlash = 0;

		if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] )
		{
			// Check for Flash version 5 or greater in Netscape
			var plugin = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
			if (plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=5)
				UseFlash = 1;
		}
		else if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1)
		{
			// Assume any Windows IE except for Windows 3.1 supports the OBJECT tag
			UseFlash = 1;
		}

		if ( UseFlash )
		{
			// Use Flash player
			document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="210" HEIGHT="145" id="On_Time_Jobsite_Delivery" ALIGN="">')
			document.write('<PARAM NAME=movie VALUE="../flash/On_Time_Jobsite_Delivery.swf">')
			document.write('<PARAM NAME=menu VALUE=false>')
			document.write('<PARAM NAME=quality VALUE=best>')
			document.write('<EMBED src="../flash/On_Time_Jobsite_Delivery.swf" menu=false quality=best WIDTH="210" HEIGHT="145" NAME="On_Time_Jobsite_Delivery" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>')
			document.write('</OBJECT>')
		}
		else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0))
		{
			// Netscape 2 will display the IMG tag below so don't write an extra one
			document.write('<a href="../content/about.asp"><IMG SRC="images/home/imFlash.jpg" BORDER=0></a>');
		}
		//-->
