function if1163(){
document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
document.write('	<head>');
document.write('		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ');
document.write('		<title>Live Receiver</title> ');
document.write('		<style type="text/css">');
document.write('		#playerContainer {');
document.write('			width:884px;');
document.write('			height:auto;');
document.write('		/*	float:left; */');
document.write('			text-align:center;');
document.write('			margin:0px auto;');
document.write('		}');
document.write('		#playerBox {');
document.write('			height:405px;');
document.write('			margin:0px auto;');
document.write('			padding:0;');
document.write('			text-align:center;');
document.write('			width:450px;');
document.write('		}');
document.write('		</style>');
document.write('		<style type="text/css">@import "http://esprelive.com/vk/vk.0.9.0/vk/vk.css";</style>');
document.write('		<script type="text/javascript" src="http://esprelive.com/vk/vk.0.9.0/dojo/dojo.xd.js"></script>');
document.write('');
document.write('		<script type="text/javascript">');
document.write('			var playlist = {');
document.write('				"receive": {');
document.write('					"selectedIdx": 0,');
document.write('					"content": [');
document.write('						{');
document.write('							"_id": "video",');
document.write('							"type": "rtp",');
document.write('							"onSelect": "play",');
document.write('							"parameters": {');
document.write('								"channel":  ');
document.write('								"vuelive.BroadDemo_potterswheel" //BroadDemo_potterswheel will be changed dynamically');
document.write('							}');
document.write('						}');
document.write('					]');
document.write('				}');
document.write('			};');
document.write('		</script>');
document.write('	</head>');
document.write('	<body>');
document.write('		<div id="playerContainer" ><!--where you can place your video player?-->');
document.write('			<div id="playerBox">');
document.write('				<div vkType="vk.player.Ultimate" jsId="playerOne" playlist="{data: playlist}" style="width:450px;height:405px;"></div>');
document.write('			</div>');
document.write('		</div>');
document.write('	</body>');
document.write('</html>');
}

