function onFSCommand(){}function getClipId(){return Meta.getContent("clipId");}function getPlayerId(){return Meta.getContent("playerId");}function getAdAvailability(){var adAvailability=Meta.getContent("ad-available");return adAvailability.toLowerCase()=="true";}function thisMovie(movieName){if(!Elements.getElementById(movieName)){return null;}return Elements.getSwfObject(movieName,"resumeAd");}function resumeAd(){var player=thisMovie("videoClipPlayer");if(player){player.resumeAd();}}function show(message){alert(message);}function requestVideoIfNeeded(){Adverts.write("video");}function reloadPage(videoId){window.location=document.location;}function reloadVideo(){window.location.href=window.location.pathname;}function getScreenHeight(){return screen.height;}function getScreenWidth(){return screen.width;}function getRelatedVideoUrl(){return Meta.getContent("relatedVideoUrl");}