var MM_contentVersion = 7;
var IsFound = false;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		for (var i = 0; i < navigator.plugins.length; i++)
		{
			if (navigator.plugins[i].name.toLowerCase() == "shockwave flash")
				IsFound = true;
		}
		
		if (IsFound)
		{
			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
			MM_FlashCanPlay = false;
}
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 classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write(' width="474" height="260" id="FlashNav">');
	document.write(' <param name="allowScriptAccess" value="always">');
	document.write(' <param name="wmode" value="transparent">');
	document.write(' <param name="movie" value="../flash/Creatives_1_0.swf?member=' + member + '"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF">'); 
	document.write(' <embed src="../flash/Creatives_1_0.swf?member=' + member + '" quality="high" bgcolor="#FFFFFF" wmode="transparent" ');
	document.write(' width="474" height="260" name="FlashNav" allowScriptAccess="always"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </embed>');
	document.write(' </object>');
} else {
document.write('<img src="images/Team/creatives.jpg" width="474" height="260" alt="" usemap="#creatives" />');
document.write('<map name="creatives">');
document.write('	<area coords="0,230,157,260" alt="Feel free to judge" href="casestudies.aspx" />');
document.write('	<area shape="poly" coords="42,115,49,100,61,84,82,74,102,87,117,105,135,166,152,168,160,190,161,229,28,231,31,194,41,160,37,127" href="team_janine.aspx" alt="Janine" />');
document.write('	<area shape="poly" coords="160,259,165,223,157,170,138,160,130,90,160,76,167,11,211,10,227,79,271,93,288,124,283,170,275,220,285,258,247,259" alt="Dave" href="team_dave.aspx" />');
document.write('	<area shape="poly" coords="294,258,283,238,290,117,300,48,337,4,388,18,400,100,424,109,469,198,432,257" alt="Jaimee" href="team_jaimee.aspx" />');
document.write('</map>');
}

  	
 	
  	
  	
	


