// Embed using:// <script type="text/javascript" language="JavaScript1.1" src="includes/flashfile.js"></script>// <noscript><img src="images/flashfile.jpg" width="750" height="250" alt="Alt Text"></noscript>var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;// Handle all the the FSCommand messages in a Flash moviefunction authorSign_DoFSCommand(command, args) {  var authorSignObj = InternetExplorer ? authorSign : document.authorSign;	if(command == "showstatus") {		showStatus(args);	}}// Hook for Internet Explorerif (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {	document.write('<SCRIPT LANGUAGE=VBScript\> \n');	document.write('on error resume next \n');	document.write('Sub authorSign_FSCommand(ByVal command, ByVal args)\n');	document.write('  call authorSign_DoFSCommand(command, args)\n');	document.write('end sub\n');	document.write('</SCRIPT\> \n');}if((featuredStaff.length > 0) && (document.body.clientWidth > 950)) {		y = Math.round(Math.random()*100);	var MM_file = "http://www.Veropacedesign.com/flash/staff/"+featuredStaff+".swf";  // path and name of .swf file	var MM_ID = "authorSign";  // name of .swf file without ".swf"	var MM_width = "200";  // width of flash file	var MM_height = "500";  // height of flash file	var MM_initStr = featuredStaffParams;  // key=value pair of parameters to be passed to flash file		var MM_contentVersion = 6;		var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;	if ( plugin ) {			var words = navigator.plugins["Shockwave Flash"].description.split(" ");			for (var i = 0; i < words.length; ++i)			{			if (isNaN(parseInt(words[i])))			continue;			var MM_PluginVersion = words[i];			}		var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;	}	else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0	   && (navigator.appVersion.indexOf("Win") != -1)) {		document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag		document.write('on error resume next \n');		document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');		document.write('</SCR' + 'IPT\> \n');	}	if ( MM_FlashCanPlay ) {		document.write('<object id="authorSign" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');		document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');		document.write(' ID="'+MM_ID+'" WIDTH="'+MM_width+'" HEIGHT="'+MM_height+'" ALIGN="">');		document.write(' <PARAM NAME=movie VALUE="'+MM_file+'?'+MM_initStr+'"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  <PARAM NAME=FlashVars VALUE="'+MM_initStr+'">');		document.write(' <PARAM NAME="wmode" VALUE="transparent"> ');		document.write(' <embed src="'+MM_file+'?'+MM_initStr+'" FlashVars="'+MM_initStr+'" quality=high bgcolor=#FFFFFF  ');		document.write(' swLiveConnect=true WIDTH="'+MM_width+'" HEIGHT="'+MM_height+'" NAME="'+MM_ID+'" ALIGN=""');		document.write(' wmode=transparent'); //puts flash under drop down menues (DHTM)		document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');		document.write(' </embed>');		document.write(' </object>');	} else { // no flash		document.write('');	}}