﻿function createPlayer(movie)
{
	document.write('<div style="z-index:1" > \n');
	document.write('<table border="0" cellpadding="0" cellspacing="0" align="center"><tr><td align="center"> \n');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="400" HEIGHT="294" id="agentTalent_player" ALIGN=""> \n');
	document.write('<param NAME=movie VALUE="' + movie + '"> \n');
	document.write('<param NAME=quality VALUE=high> \n');
	document.write('<param NAME=bgcolor VALUE=#000000> \n');
    document.write('<param name="allowScriptAccess" value="always" />');	 
	document.write('<embed src="' + movie + '" quality=high bgcolor=#000000  WIDTH="400" allowScriptAccess="always" HEIGHT="294" NAME="agentTalent_player" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed> \n');
	document.write('</object> \n');
	document.write('</td></tr></table> \n');
	document.write('<div> \n');
}