//	QUERY
function params(qp){ try{r=unescape(location.search.match(new RegExp(qp+"=+([^&]*)"))[1]);}catch(e){r='';} return r; }
var movie=params("movie");var size=params("size");
//	EMBED
function embedQuicktime(movieAddress, width, height) {
    //remember to add 16 vertical pixels for the nav bar
	document.writeln('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="'+width+'" height="'+height+'"><param name="controller" value="TRUE"><param name="type" value="video/quicktime"><param name="autoplay" value="true"><param name="target" value="myself"><param name="src" value="'+movieAddress+'"><param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html"><embed src="'+movieAddress+'" width="'+width+'" height="'+height+'" autostart="true" CONTROLLER="TRUE" TARGET="myself" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED></object>');
}
function embedRealMedia(movieAddress, width, height) {
    document.writeln('<object id=RVOCX classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+width+'" height="'+height+'"><param name="SRC" value="'+movieAddress+'"><param name="controls" value="ImageWindow"><param name="autostart" value="true"><param name="console" value="cons"><embed  name="video" console="cons" type="audio/x-pn-realaudio-plugin" controls="ImageWindow" autostart="true" src="'+movieAddress+'" width="'+width+'" height="'+height+'" controls="ImageWindow"></object><br><object id=RVOCX classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+width+'" height="30"><param name="SRC" value="'+movieAddress+'"><param name="controls" value="ControlPanel"><param name="console" value="cons"><embed  width="'+width+'" height="30" name="video" console="cons" type="audio/x-pn-realaudio-plugin" controls="ControlPanel" autostart="true" src="'+movieAddress+'"></object>');
}
function embedWindowsMedia(movieAddress, width, height) {
    //remember to add 46 vertical pixels for the nav bar
    document.writeln('<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"  standby="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" width="'+width+'" height="'+height+'"><PARAM NAME="FileName" VALUE="'+movieAddress+'" width="'+width+'" height="'+height+'"><PARAM NAME="autostart" VALUE="true"><EMBED TYPE="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" SRC="'+movieAddress+'" Name=MediaPlayer ShowControls=1 ShowDisplay=0 ShowStatusBar=0 width='+width+' height='+height+' AUTOPLAY="true"></EMBED></OBJECT>');
}