function ciptv(Player,PlayerState)
{
	
if(PlayerState === undefined)
{
   PlayerState = 'Play';
}

L1='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="460" height="258" id="ChannelPlayerView-V3" align="middle">';

document.write(L1);

document.write('<param name="allowScriptAccess" value="always" />');

document.write('<param name="movie" value="http://www.chambermediaplayer.com/ChannelPlayerView-V3.swf?PlayerName=' + Player + '&PlayerState=' + PlayerState +'" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://www.chambermediaplayer.com/ChannelPlayerView-V3.swf?PlayerName=' + Player + '&PlayerState=' + PlayerState +'" quality="high" bgcolor="#000000" width="460" height="258" name="http://www.chambermediaplayer.com/ChannelPlayerView-V3.swf" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');

document.write('</object>');	
}

