// Flash Loader
// Used to prevent highlight in Internet Explorer

function writeFlash(swffile, swfw, swfh, container) {

  var htmlMake;

  htmlMake = '<object width="' + swfw + '" height="' + swfh + '" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">' + "\n"
	         + '<param name="movie" value="' + swffile + '" />' + "\n"
	         + '<param name="wmode" value="transparent" />' + "\n"
	         + '<embed src="' + swffile + '" width="' + swfw + '" height="' + swfh + '" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>' + "\n"
           + '</object>' + "\n";

  setTimeout( function() { document.getElementById(container).innerHTML = htmlMake; }, 1000);

} // ! writeFlash




var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-11812770-1");
pageTracker._trackPageview();
} catch(err) {}

