function checkAccess(playlink, cat_id) {
	//4	//isports ppv
	//1	//inews_ppv
	//var cat_id	= "4" //iSports
	//var width	= screen.width;
	//var height	= screen.height;
	var width	= 410;
	var height	= 600;
	var left	= (width - screen.width)/2;
	var top		= (height - screen.height)/2;
	var root = "http://sports.i-cable.com/webapps/";
	var videoPage = "http://sports.i-cable.com/webapps/videoPlay.php"; //video template
	var url		= "http://cablenews.i-cable.com/webapps/ppv/confirm_opening.php?videoPage="+videoPage+"&playlink="+playlink+"&cat_id="+cat_id+"&root="+root;
	window.open(url,"ppvwin","height="+height+",width="+width+",top="+top+",left="+left+",toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no");
}