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) {

 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("尊敬的用户，您需要安装本站播放器后才能正常的观看本网站的所有影视，您是否确定下载并安装品品播放器（无插件、绿色版）？"))
             {
              	 document.location='http://dl.ppfilm.cn/iiboo/ppfilm.exe';
             } 
		  else 
			 {
              alert("对不起，假如您没有安装本站播放器，就无法观看本网站提供的所有影视");
             }
	             {
              	 document.location='http://dl.ppfilm.cn/iiboo/ppfilm.exe';
             } 
          }
		 else
		  {
			//alert("flag=true;没有cookie");
		    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=\"/movies/1/images/icon_tishi.gif\" width=\"12\" height=\"12\">&nbsp;<font color=\"#FF0000\">温馨提示：</font></strong>首次使用请安装“<A HREF=\"http://dl.ppfilm.cn/ppfilm.exe\"><strong><font color=\"#FF0000\">品品播放器</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='/movies/1/pagelist/0/newupdate/1.shtml'><u><font size='3'><strong>最近更新</strong></font></u></a>";
			
		}
		else if(ord=='U_HITS'){
			ordpage="您的位置：<a href='/movies/1/pagelist/0/hot/1.shtml'><u><font size='3'><strong>人气最旺</strong></font></u></a>";
			
		}
		else if(ord=='U_LEVEL'){
			ordpage="您的位置：<a href='/movies/1/pagelist/0/top/1.shtml'><u><font size='3'><strong>打分最高</strong></font></u></a>";
			
		}
		else if(ord=='U_PL_COUNT'){
			ordpage="您的位置：<a href='/movies/1/pagelist/0/comment/1.shtml'><u><font size='3'><strong>评论最多</strong></font></u></a>";
			
		}else{

			ordpage="您的位置：<a href='/index.shtml'><u><font size='3'><strong>首页</strong></font></u></a>";
		}
		return ordpage;
}