// JavaScript Document
function checkDy(strUrl, mid, lid, flid, filename, isfree) {
	checkClient(strUrl, mid, lid, flid, filename);
}
function checkClient(strUrl, mid, lid, flid, filename) {
	sUrl = strUrl;
	issetup = ShowCookie("ppfilmsetup");
	setcookie("url_ppfilm", sUrl, 1000 * 60 * 20);
	sUrl = strUrl;
	if (issetup != "") {
		//alert("有cookie");
		document.location = sUrl;
	} else {
		if (!flag) {
			if (confirm("\u5c0a\u656c\u7684\u7528\u6237\uff0c\u60a8\u9700\u8981\u5b89\u88c5pp\u64ad\u653e\u5668\u540e\u624d\u80fd\u6b63\u5e38\u7684\u89c2\u770b\u672c\u7f51\u7ad9\u7684\u6240\u6709\u5f71\u89c6\uff0c\u60a8\u662f\u5426\u786e\u5b9a\u4e0b\u8f7d\u5e76\u5b89\u88c5pp\u64ad\u653e\u5668\uff08\u65e0\u63d2\u4ef6\u3001\u7eff\u8272\u7248\uff09\uff1f")) {
				document.location = "http://dl.ppfilm.cn/iiboo/ppfilm.exe";
			} else {
				alert("\u5bf9\u4e0d\u8d77\uff0c\u5047\u5982\u60a8\u6ca1\u6709\u5b89\u88c5pp\u64ad\u653e\u5668\uff0c\u5c31\u65e0\u6cd5\u89c2\u770b\u672c\u7f51\u7ad9\u63d0\u4f9b\u7684\u6240\u6709\u5f71\u89c6");
			}
		} else {
			//alert("flag=true;没有cookie");
			document.location = sUrl;
		}
	}
}
