<!--
	function livestream() {
		var x = screen.width/2-360;
		var y = screen.height/2-200;
		var newwin = window.open ('livestream.php','LIVE','toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=0,width=800,height=500,left='+x+',top='+y);
	}
//-->
