function placeObject(path, academyid)
{
	var scr_height = screen.height;
	var scr_width = screen.width;

	//scr_width = scr_width * .45;
	//if (scr_width >= 800 or scr_height > 600) 
	scr_width = 600;
	
	//scr_height = scr_height * .45;
	//if (scr_height >= 600) scr_height = 375;
	scr_height = 475;

	document.write('<object width=' + scr_width + ' height=' + scr_height + ' classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="mediaplayer1" TYPE="application/x-oleobject"   codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">');
	document.write('	<param name="URL" value="http://www.v1sports.com/Academy/include/playlist.asp?AcademyID=' + academyid + '&path=' + path + '">');
	document.write('	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">');
	document.write('	<param name="AutoStart" value="true">');
	document.write('	<param name="StretchToFit" value="False">');
	document.write('	<param name="AutoSize" value="False">');	
	document.write('	<param name="ShowControls" value="True">');
	document.write('	<param name="ShowStatusBar" value="False">');
	document.write('	<param name="ShowDisplay" value="False">');
	document.write('	<param name="AutoRewind" value="True">');
	document.write('	<PARAM NAME="TransparentAtStart" Value="true">');
	document.write('	  <embed type="application/x-mplayer2"');
	document.write('	pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"');
	document.write('	width=' + scr_width + ' height=' + scr_height + ' src="http://www.v1sports.com/Academy/include/playlist.asp?AcademyID=' + academyid + '&path=' + path + '"');
	document.write('	filename="http://www.v1sports.com/Academy/include/playlist.asp?AcademyID=' + academyid + '&path=' + path + '" autostart="True" ');
	document.write('	showcontrols="True" autosize="False" showstatusbar="False"');
	document.write('	showdisplay="False" TransparentAtStart="True" autorewind="True" stretchtofit="False">');
	document.write('	</embed></object>');
}

function placeObject2(path, academyid)
{
	var scr_height = screen.height;
	var scr_width = screen.width;

	//scr_width = scr_width * .45;
	//if (scr_width >= 800 or scr_height > 600) 
	scr_width = 600;
	
	//scr_height = scr_height * .45;
	//if (scr_height >= 600) scr_height = 375;
	scr_height = 475;

	document.write('<object width=' + scr_width + ' height=' + scr_height + ' classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="mediaplayer1" TYPE="application/x-oleobject"   codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">');
	document.write('	<param name="URL" value="http://www.v1sports.com/Academy/' + academyid + '/playlist.asp?AcademyID=' + academyid + '&path=' + path + '">');
	document.write('	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">');
	document.write('	<param name="AutoStart" value="true">');
	document.write('	<param name="StretchToFit" value="true">');
	document.write('	<param name="AutoSize" value="false">');	
	document.write('	<param name="ShowControls" value="True">');
	document.write('	<param name="ShowStatusBar" value="False">');
	document.write('	<param name="ShowDisplay" value="False">');
	document.write('	<param name="AutoRewind" value="True">');
	document.write('	<PARAM NAME="TransparentAtStart" Value="true">');
	document.write('	  <embed type="application/x-mplayer2"');
	document.write('	pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"');
	document.write('	width=' + scr_width + ' height=' + scr_height + ' src="http://www.v1sports.com/Academy/' + academyid + '/playlist.asp?AcademyID=' + academyid + '&path=' + path + '"');
	document.write('	filename="http://www.v1sports.com/Academy/' + academyid + '/playlist.asp?AcademyID=' + academyid + '&path=' + path + '" autostart="True" ');
	document.write('	showcontrols="True" autosize="False" showstatusbar="False"'); 
	document.write('	showdisplay="False" TransparentAtStart="True" autorewind="True" stretchtofit="True">');
	document.write('	</embed></object>');
}