
function embedPasteVideo(videoSource,version,width,height,autoPlay){var hasRightVersion=DetectFlashVer(9,0,0);var skin="/flash/SkinOverPlayStopSeekFullVol.swf?1271772598";if(hasRightVersion){if(!(width&&height)){if(version=="home"){width="300";height="230";}
else{width="430";height="323";}}
AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width',width,'height',height,'src','/flash/VideoPlayer?1273789990','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','align','middle','play','true','loop','true','scale','noscale','wmode','opaque','devicefont','false','id','VideoPlayer','bgcolor','#000000','name','VideoPlayer','menu','true','allowScriptAccess','always','allowFullScreen','true','movie','/flash/VideoPlayer?1273789990','FlashVars','videoSource='+videoSource+'&skinSource='+skin+'&autoPlay='+autoPlay,'salign','');}
else{var alternateContent='<p>This content requires the Adobe Flash Player.'
+' <a href=http://www.macromedia.com/go/getflash/>Get Flash</a></p>';document.write(alternateContent);}}
if(!this.embedVideo){this.embedVideo=this.embedPasteVideo;}
var vidPlayer;function getMovie(movieName){if(navigator.appName.indexOf("Microsoft")!=-1){return window[movieName];}else{return document[movieName];}}
function EI_videoPlayerLoaded(){vidPlayer=getMovie("VideoPlayer");}
function EI_videoStarted(){}
function EI_videoStateChange(toState_string){}
function EI_videoComplete(){}
function changeVid(url,autoplay){autoplay=(autoplay==null)?true:autoplay;vidPlayer.playVideoAtURL(url,autoplay);}
