function developersite()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=\n');
    document.write('"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1034" height="768" id=\n');
    document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="page_home.swf'+document.location.search+'" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#000000" />\n');
	document.write('<embed src="page_home.swf'+document.location.search+'" menu="false" quality="high" bgcolor="#000000" width="1034" height="768" name=\n');
	document.write('"page_home.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=\n');
	document.write('"http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}

function getFlashVersion(){ 
  // ie 
  try { 
    try { 
      // avoid fp6 minor version lookup issues 
      // see: http://blog.deconcept.com/2006/01/11/getvariable-setvariable-crash-internet-explorer-flash-6/ 
      var axo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6'); 
      try { axo.AllowScriptAccess = 'always'; } 
      catch(e) { return '6,0,0'; } 
    } catch(e) {} 
    return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g, ',').match(/^,?(.+),?$/)[1]; 
  // other browsers 
  } catch(e) { 
    try { 
      if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){ 
        return (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g, ",").match(/^,?(.+),?$/)[1]; 
      } 
    } catch(e) {} 
  } 
  return '0,0,0'; 
} 
 
var version = getFlashVersion().split(',').shift(); 
if(version < 10){ 
	document.location.href="http://www.creativeanimation.com/html/";
	alert("To see out flash site please upgrade to Flash Player 10. \nRedirecting to HTML site.");
}else{ 
  
}

/*function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;
<link rel="shortcut icon" href="favicon.ico" >
--> <link rel="icon" HREF="favicon.ico" type="image/x-icon">
*/


    