/* Copyright 2008 Vumasco, LLC. All Rights Reserved. */
 function thisMovie(movieName) { if (navigator.appName.indexOf("Microsoft") != -1) { return window[movieName]; } else { return document[movieName]; } }; function sendEvent(typ,prm) { thisMovie("mediaplayer").sendEvent(typ,prm);   }; 