function loadVideoPlayer(movieNm, thumbnailImgNm, elementNm, width, height) {
	crossobj = document.getElementById(elementNm);
	crossobj.innerHTML= '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + width + '" height="' + height + '" id="flvplayer" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="media_players/flvPlayer.swf?file='+movieNm+'&amp;image=' + thumbnailImgNm + '&amp;usefullscreen=false&amp;showicons=false&amp;autostart=true&amp;overstretch=true&amp;width=' + width + '&amp;height=' + height + '" /> <param name="menu" value="false" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="image" value="' + thumbnailImgNm + '" /> <param name="width" value="' + width + '" /> <param name="height" value="' + height + '" /> <param name="showicons" value="false" /><param name="usefullscreen" value="false" /><param name="overstretch" value="true" /><param name="autostart" value="true" /><embed src="media_players/flvPlayer.swf?file='+movieNm+'&amp;image=' + thumbnailImgNm + '&amp;usefullscreen=false&amp;showicons=false&amp;autostart=true&amp;overstretch=true&amp;width=' + width + '&amp;height=' + height + '" wmode=transparent width="' + width + '" height="' + height + '"  name="flvplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
	return false;
}


  var _gaq = _gaq || []; 
  _gaq.push(['_setAccount', 'UA-16865591-1']); 
  _gaq.push(['_trackPageview']); 

  (function() { 
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 
  })(); 

