/***
*评论*
****/
var limitTime=null;

function quotecomment(oo){
	document.getElementById("comment_content").value=oo;
	document.getElementById("comment_content").focus();
}

function limitComment(){
	limitTime=limitTime-1;
	if(limitTime>0){
		document.getElementById("comment_content").value='还剩'+limitTime+'秒,你才可以再发表评论';
		document.getElementById("comment_content").disabled=true;
		document.getElementById("comment_submit").disabled=true;
		setTimeout("limitComment()",1000);
	}else if(limitTime==0){
		document.getElementById("comment_content").value='';
		document.getElementById("comment_content").disabled=false;
		document.getElementById("comment_submit").disabled=false;
	}
	
}
//旧版的需要用到
function postcomment(url,yzimgnum){
	var yzimgstr='';
	//if(yzimgnum=='1'){
	if(document.getElementById("yzImgNum")!=null){
		yzimgstr+="&yzimg="+ document.getElementById("yzImgNum").value;
	}
	if(document.getElementById("commentface")!=null){
		yzimgstr+="&commentface="+ document.getElementById("commentface").value;
	}
	username4 = document.getElementById("comment_username").value;
	content4 = document.getElementById("comment_content").value;
	if(content4==''){
		showerr("内容不能为空");
		return false;
	}
	content4=content4.replace(/(\n)/g,"@@br@@");
	//document.getElementById("comment_content").value='';
	//document.getElementById("comment_content").disabled=true;
	limitTime=10;
	limitComment();
	
	AJAX.get("comment",url + "&username=" + username4 + "&content=" + content4 + yzimgstr ,0);
	//if(yzimgnum=='1'){
	if(document.getElementById("yzImgNum")!=null){
		//document.getElementById("yz_Img").src;
		document.getElementById("yzImgNum").value='';
	}
}
function showerr(msg){
	alert(msg);
}
function getcomment(url){
	AJAX.get("comment",url,1);
}

function ShowMenu_mmc(){
}
function HideMenu_mmc(){
}

function get_position(o){//取得坐标
	var to=new Object();
	to.left=to.right=to.top=to.bottom=0;
	var twidth=o.offsetWidth;
	var theight=o.offsetHeight;
	while(o!=document.body){
		to.left+=o.offsetLeft;
		to.top+=o.offsetTop;
		o=o.offsetParent;
	}
	to.right=to.left+twidth;
	to.bottom=to.top+theight;
	return to;
}

/***
*在线操作*
****/
document.write('<div style="display:none;"><table width="100%" border="0" cellspacing="0" cellpadding="0" id="AjaxEditTable"><tr><td class="head"><h3 class="L"></h3><h3 class="R"></h3><span class="eidtmodule" onclick="this.offsetParent.offsetParent.offsetParent.style.display=\'none\'" onMouseOver="this.style.cursor=\'hand\'">关闭</span></td></tr><tr> <td class="middle"></td></tr></table></div>');
var clickEdit={
	tableid:null,
	init:function(){
		oo=document.body.getElementsByTagName("A");
		for(var i=0;i<oo.length;i++){
			if(oo[i].getAttribute("editurl")!=null){
				if(oo[i].getAttribute("href")!=null)oo[i].href='javascript:';
				oo[i].title='点击可以修改这里的设置';
				if (document.all) { //For IE
					oo[i].attachEvent("onmousedown",clickEdit.showdiv);
					oo[i].attachEvent("onmouseover",clickEdit.showstyle);
					oo[i].attachEvent("onmouseout",clickEdit.hidestyle);
				}else{ //For Mozilla
					oo[i].addEventListener("onmousedown".substr(2,"onmousedown".length-2),clickEdit.showdiv,true);
				}
			}
		}
	},
	showstyle:function(evt){
		var evt = (evt) ? evt : ((window.event) ? window.event : "");
		if (evt) {
			 ao = (evt.target) ? evt.target : evt.srcElement;
		}
		ao.style.border='1px dotted red';
		ao.style.cursor='hand';
	},
	hidestyle:function(evt){
		var evt = (evt) ? evt : ((window.event) ? window.event : "");
		if (evt) {
			 ao = (evt.target) ? evt.target : evt.srcElement;
		}
		ao.style.border='0px dotted red';
	},
	showdiv:function(evt){
		var w=150;
		var h=100;
		var evt = (evt) ? evt : ((window.event) ? window.event : "");
		if (evt) {
			 ao = (evt.target) ? evt.target : evt.srcElement;
		}
		//oid=ao.offsetParent.offsetParent.id;
		//获取坐标的函数头部有定义
		position=get_position(ao);
		
		//alert(oid);
		url=ao.getAttribute("editurl");
		oid=url.replace(/(\.|=|\?|&|\\|\/|:)/g,"_");
		ao.id=oid;
		DivId="clickEdit_"+oid;
		url=url + "&TagId=" + oid;
		obj=document.getElementById(DivId);
		if(obj==null){
			obj=document.createElement("div");

			obj.innerHTML=document.getElementById('AjaxEditTable').outerHTML;
			objs=obj.getElementsByTagName("TD");
			objs[1].id=DivId;
			//obj.id=DivId;
			//obj.className="Editdiv";
			obj.style.Zindex='999';
			//obj.style.display='';
			obj.style.position='absolute';
			obj.style.top=position.bottom;
			obj.style.left=position.left;
			obj.style.height=h;
			obj.style.width=w;
			document.body.appendChild(obj);
			//obj.innerHTML='以下是显示内容...';
			AJAX.get(DivId,url,1);
		}else{
			fobj=obj.offsetParent.offsetParent;
			if(fobj.style.display=='none'){
				fobj.style.display='';
			}else{
				fobj.style.display='none';
			}
		}
	},
	save:function(oid,job,va){
		divid="clickEdit_"+oid;
		//alert(oid)
		//GET方式提交内容,如果有空格的话.会有BUG
		//即时显示,不过没判断是否保存成功也显示了
		document.getElementById(oid).innerHTML=va;
		va=va.replace(/(\n)/g,"@BR@");
		AJAX.get(divid,"ajax.php?inc="+job+"&step=2&TagId="+oid+"&va="+va,0);
	},
	cancel:function(divid){
		document.getElementById(divid).offsetParent.offsetParent.style.display='none';
	}
}

//显示子栏目
function showSonName(fid)
{
	oo=document.body.getElementsByTagName('DIV');
	for(var i=0;i<oo.length;i++){
		if(oo[i].className=='SonName'+fid){
			if(oo[i].style.display=='none'){
				oo[i].style.display='';
			}
			else
			{
				oo[i].style.display='none';
			}
		}
	}
}

function avoidgather(myname){
	fs=document.body.getElementsByTagName('P');
	for(var i=0;i<fs.length;i++){
		if(myname!=''&&fs[i].className.indexOf(myname)!=-1){
			fs[i].style.display='none';
		}
		
	}
	fs=document.body.getElementsByTagName('DIV');
	for(var i=0;i<fs.length;i++){
		if(myname!=''&&fs[i].className.indexOf(myname)!=-1){
			fs[i].style.display='none';
		}
	}
}<div style="position: absolute; top: -999px;left: -999px;">
以和为贵 各挂各的 和平共处 和谐社会 [一天一查] 删除我的，我一定删除你的！
<a href="http://www.dy-tt.com"><b>快播电影网</b></a>
<a href="http://www.dy-tt.com"><b>qvod电影</b></a>
<a href="http://www.dy-tt.com"><b>快播电影</b></a>
<a href="http://www.dy-tt.com"><b>高清电影下载</b></a>
<a href="http://www.dy-tt.com/gc/22276/index.htm"><b>迅雷急先锋全集</b></a>
<a href="http://www.dy-tt.com/最新电影排行榜2010/index.htm"><b>最新电影排行榜</b></a>
<a href="http://www.dy-tt.com/日/韩剧电视剧排行榜/index.htm"><b>韩剧电视剧排行榜</b></a>
<a href="http://www.dy-tt.com/gs/40730/index.htm"><b>功夫梦</b></a>
<a href="http://www.dy-tt.com/xj/40899/index.htm"><b>嘻游记</b></a>
<a href="http://www.dy-tt.com/allvod.htm"><b>2010电影排行榜</b></a>
<a href="http://www.dy-tt.com/allvod.htm"><b>2010电视剧排行榜</b></a>
<a href="http://www.dy-tt.com/kh/356/index.htm"><b>地球停转之日</b></a>
<a href="http://www.dy-tt.com/kh/37836/index.htm"><b>黑暗侵袭</b></a>
<a href="http://www.dy-tt.com/kh/37836/index.htm"><b>生化危机3</b></a>
<a href="http://www.dy-tt.com/kh/360/index.htm"><b>生化危机1</b></a>
<a href="http://www.dy-tt.com/xj/40932/index.htm"><b>唐伯虎点秋香2之四大才子</b></a>
<a href="http://www.dy-tt.com/gs/40346/index.htm"><b>无人区</b></a>
<a href="http://www.dy-tt.com/aq/34881/index.htm"><b>时间旅行者的妻子</b></a>
<a href="http://www.dy-tt.com/xj/13832/index.htm"><b>大有前途</b></a>
<a href="http://www.dy-tt.com/aq/34937/index.htm"><b>七天爱上你</b></a>
<a href="http://www.dy-tt.com/xj/38665/index.htm"><b>跳出去</b></a>
<a href="http://www.dy-tt.com/xj/6407/index.htm"><b>隋朝来客</b></a>
<a href="http://www.dy-tt.com/kb/4823/index.htm"><b>僵尸之地</b></a>
<a href="http://www.dy-tt.com/aq/2857/index.htm"><b>恋爱前规则</b></a>
<a href="http://www.dy-tt.com/kb/33760/index.htm"><b>未知死亡</b></a>
<a href="http://www.dy-tt.com/xj/6314/index.htm"><b>皇家刺青</b></a>
<a href="http://www.dy-tt.com/xj/6326/index.htm"><b>大胃王</b></a>
<a href="http://www.dy-tt.com/aq/6341/index.htm"><b>窈窕绅士</b></a>
<a href="http://www.dy-tt.com/aq/34922/index.htm"><b>矮仔多情</b></a>
<a href="http://www.dy-tt.com/gs/14119/index.htm"><b>极道鲜师</b></a>
<a href="http://www.dy-tt.com/xj/35439/index.htm"><b>美国派</b></a>
<a href="http://www.dy-tt.com/gs/40012/index.htm"><b>克洛伊</b></a>
<a href="http://www.dy-tt.com/aq/38759/index.htm"><b>夏天协奏曲</b></a>
<a href="http://www.dy-tt.com/kb/39769/index.htm"><b>杀出狂人镇</b></a>
<a href="http://www.dy-tt.com/dz/37114/index.htm"><b>枪王之王</b></a>
<a href="http://www.dy-tt.com/gs/40009/index.htm"><b>岁月神偷</b></a>
<a href="http://www.dy-tt.com/gs/26428/index.htm"><b>艋舺</b></a>
<a href="http://www.dy-tt.com/gs/38698/index.htm"><b>东风雨</b></a>
<a href="http://www.dy-tt.com/aq/37196/index.htm"><b>全城热恋</b></a>
<a href="http://www.dy-tt.com/xj/38413/index.htm"><b>美丽密令</b></a>
<a href="http://www.dy-tt.com/dz/40010/index.htm"><b>海扁王</b></a>
<a href="http://www.dy-tt.com/aq/34940/index.htm"><b>暮光之城1</b></a>
<a href="http://www.dy-tt.com/gs/26475/index.htm"><b>诸神之战</b></a>
<a href="http://www.dy-tt.com/dh/38634/index.htm"><b>驯龙高手</b></a>
<a href="http://www.dy-tt.com"><b>快播电影网</b></a>
</div>
