		        videoWidth = 320;
			videoHeight = 180;
			playerOffsetWidth = 0;
			playerOffsetHeight = 20;
			playerWidth = videoWidth + playerOffsetWidth;
			playerHeight = videoHeight + playerOffsetHeight;

			videoSource = "http://cp15935.p1.videos.viostream.com/1_23962_64971_flvhigh.flv";

			videoSplashImage = "http://images.viostream.com/1_23962_64971_00-00-20_1.jpg";

			document.write("<embed type='application/x-shockwave-flash' src='http://control.viostream.com/play/jwflvplayer/flvplayer.swf' id='vsplayer' name='vsplayer' pluginspage='http://www.macromedia.com/go/getflashplayer' quality='high' allowfullscreen='true' allowscriptaccess='always' flashvars='height=" + playerHeight + "&amp;width=" + playerWidth + "&amp;lightcolor=0x335500&amp;file=" + videoSource + "&amp;linkfromdisplay=true&amp;image=" + videoSplashImage + "&amp;autostart=false&amp;autorewind=false' width='" + playerWidth + "' height='" + playerHeight + "' />");