
function insert_flash(n,w,h,a,wmode) {
  if(DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision)) {
    AC_FL_RunContent(
      'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
      'width', ''+w+'',
      'height', ''+h+'',
      'src', 'flash/'+n,
      'quality', 'high',
      'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
      'align', a,
      'play', 'true',
      'loop', 'true',
      'scale', 'showall',
      'wmode', wmode,
      'devicefont', 'false',
      'id', n,
      /*'bgcolor', '#E8F4D9',*/
      'name', n,
      'menu', 'true',
      'allowScriptAccess','sameDomain',
      'allowFullScreen','false',
      'movie', 'flash/'+n,
      'salign', ''
      ); //end AC code
  } else {  // flash is too old or we can't detect the plugin
    document.write("This content requires the Adobe Flash Player. <a href=\"http://www.macromedia.com/go/getflash/\">Get Flash</a>");  // insert non-flash content
  }
}

execOnLoad = function() {
 _uacct = "UA-3689454-6";
urchinTracker();

}


window.onload=execOnLoad;
document.write('<scr'+'ipt src="http://www.google-analytics.com/urchin.js" type="text/javascript"></scr'+'ipt>')