﻿function checkAjaxFailure(){
	alert('ajax请求发送失败');
	return;
}
function checkHot(){
	//alert('ajax请求完毕');
	return;
}
function checkDy(strUrl,mid,lid,flid,filename,isfree) 
{
var url = '/imgValidate/movie_hit.jsp';
 var pars = 'unid='+mid;
 //var ajax = new Ajax.Request(url, {method: 'post', parameters: pars,onFailure:checkAjaxFailure,onComplete:checkHot});
  checkClient(strUrl,mid,lid,flid,filename);

}

function checkClient(strUrl,mid,lid,flid,filename) {
 var sUrl = strUrl;
 var issetup = ShowCookie("ppfilmsetup");
 //setcookie("url_ppfilm",sUrl,1000*60*20);
 //SetCookie("url_ppfilm",sUrl,1000*60*10,"/","pipi.cn");  
 sUrl = strUrl;
 var _temp=sUrl.split('|');
 var _t=[];
 _t.push(_temp[0]);
 _t.push("for/chromebug");
 _t.push(_temp[1]);
 sUrl=_t.join('|');
 //alert(sUrl);
   if ( issetup != "")
     {
	   //alert("有cookie");
	   SetCookie("ppfilmsetup","1",60*60*24*365,"/",""+document.domain);
	   //jse.playTips.showInfo(_loc);
       document.location=sUrl;
     } 
   else
	 {
		if (!flag) 
		  {
          if (confirm("为了更流畅地观看高清电影，推荐您下载安装皮皮播放器。"))
			  //尊敬的用户，您需要安装皮皮播放器后才能正常的观看本网站的电影、电视剧，您是否确定下载并安装皮皮播放器？
             {
             SetCookie("url_ppfilm",sUrl,60*20,"/",""+document.domain);
             document.location="http://www.m20080808.cn/ppfilm_zj.exe";
             } 
		  else 
			 {
			  if (!confirm('对不起，假如您没有安装皮皮播放器，就无法观看本网站提供的影片。\n\n如果您确认已经安装了皮皮播放器，请点击“取消”按钮。')) {
			      if (confirm("你确定本机已经安装了皮皮播放器了吗？点击“确认”将不再提示安装信息。")) {
			      		SetCookie("ppfilmsetup","1",60*60*24*365,"/",""+document.domain);
			  	        document.location=sUrl;
			      }
			  }              
             }
          }
		 else
		  {
			//alert("flag=true;没有cookie");
			//jse.playTips.showInfo(_loc);
		    document.location=sUrl;
		  }
       }
}

function showPrompt(){
	if (!flag) 
	{
	   document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	   document.write("<tr><td height=\"15\">&nbsp;</td></tr>");
	   document.write("<tr><td height=\"1\" bgcolor=\"#666666\"></td></tr>");
	   document.write("<tr><td height=\"30\" bgcolor=\"#F4F4F4\" class=\"font_14black\">&nbsp;&nbsp;<strong><img src=\"/images/icon_tishi.gif\" width=\"12\" height=\"12\">&nbsp;<font color=\"#FF0000\">温馨提示：</font></strong>首次使用请安装“<A HREF=\"http://www.ppfilm.cn/ppfilm.exe\"><strong><font color=\"#FF0000\">pp播放器</font></strong></A>”，然后重新“<strong><font color=\"#FF0000\">点播</font></strong>”，缓冲后即可播映。</td></tr>");
	   document.write("</table>");
	}
}

function cdy()
{
	if (!flag)
	{
		document.all.dcount.src="";
        cdy = '/cdy.html'; 
        document.all.dcount.src=cdy;
	}
}
function showmap(){ 
var ord = ShowCookie("ord_map");
var ordpage="";
 if(ord=='U_DATE'){
			ordpage="您的位置：<a href='/pagelist/0/newupdate/1.html'><u><font size='3'><strong>最近更新</strong></font></u></a>";
			
		}
		else if(ord=='U_HITS'){
			ordpage="您的位置：<a href='/pagelist/0/hot/1.html'><u><font size='3'><strong>人气最旺</strong></font></u></a>";
			
		}
		else if(ord=='U_LEVEL'){
			ordpage="您的位置：<a href='/pagelist/0/top/1.html'><u><font size='3'><strong>打分最高</strong></font></u></a>";
			
		}
		else if(ord=='U_PL_COUNT'){
			ordpage="您的位置：<a href='/pagelist/0/comment/1.html'><u><font size='3'><strong>评论最多</strong></font></u></a>";
			
		}else{

			ordpage="您的位置：<a href='/index.html'><u><font size='3'><strong>首页</strong></font></u></a>";
		}
		return ordpage;
}