function botjs(){
document.write('<script src="http://s23.cnzz.com/stat.php?id=3452103&web_id=3452103&show=pic" language="JavaScript"></script>')

}

function gethtm(u,i){
$.get(u+'?'+Math.random(), function(data){$('#'+i ).html(data?data:"暂无评论")}); 

}
function posthtm(u,i,v){
$.post(u,v, function(data){$('#'+i ).html(data)}); 
}

 function searchd(id)
 {
	// var str='<div id="k_search"><form name="form1" method="get" action="/page/Article/search.asp" class="k_form"><input type="text" name="query" maxlength="100" class="k_in4" /><input type="submit"  class="inps" value="搜&nbsp;&nbsp;索" /></form></div>';
 //$("#"+id).append(str);
}



function share(){
if(document.getElementById("share")){
var str="";	

str="分享<a  class='sina' href=\"javascript:void((function(s,d,e){try{}catch(e){}var f='http://v.t.sina.com.cn/share/share.php?',u=d.location.href,p=['&amp;title=',e(d.title),u].join('');function a(){if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent));\"><span >新浪微博</span></a>";
str+="<a class='qqwb'   href=\"javascript:void((function(s,d,e){try{}catch(e){}var f='http://v.t.qq.com/share/share.php?',u=d.location.href,p=['&amp;title=',e(d.title),u].join('');function a(){if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent));\" ><span >腾讯微博</span></a>"; 
str+="<a  class='kxwb' href=\"javascript:window.open('http://www.kaixin001.com/repaste/share.php?rtitle='+encodeURIComponent(document.title.substring(0,76))+'&amp;rurl='+encodeURIComponent(location.href)+'&amp;rcontent=','_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0\"><span >开心网</span></a> ";
		
str+="<a  class='rrwb'  href=\"javascript:window.open('http://share.renren.com/share/buttonshare.do?title='+encodeURIComponent(document.title.substring(0,76))+'&amp;link='+encodeURIComponent(location.href)+'&amp;content=','_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0\"><span >人人网</span></a>";

document.getElementById("share").innerHTML=str;
}
}


 function search(id)
 {
	 var str='<div id="k_search"><form name="form1" method="get"   action="/page/Article/search.asp" class="k_form"><input type="text" name="query" maxlength="100" class="k_in4" /><input type="submit"  class="inps" value="搜&nbsp;&nbsp;索" /></form></div>';
 $("#"+id).append(str);
 }



function change_img(){
	if(key==0){
		key=1;
		}
    else if(document.all){
		document.getElementById("pic").filters[0].Apply();
		document.getElementById("pic").filters[0].Play(duration=2);
		}

	eval('document.getElementById("pic").src=img'+nn+'.src');
	eval('document.getElementById("url").href=urls['+nn+']');
	eval('document.getElementById("url").target="_blank"');
	for (var i=1;i<=counts;i++){document.getElementById("xxjdjj"+i).className='axx';}
	document.getElementById("xxjdjj"+nn).className='bxx';
	nn++;
	if(nn>counts){
		nn=1;
		}
    tt=setTimeout('change_img()',4000);
}

function changeimg(n){nn=n;window.clearInterval(tt);change_img();}

function CreatePlay(i){
document.write('<div class="play_con">');
document.write('<div class="ppd"><a id="url"><img id="pic" class="play_img" /></a></div>');
document.write('<div class="paly_tex">');
for(var i=1;i<counts+1;i++){document.write('<a href="javascript:changeimg('+i+');" id="xxjdjj'+i+'" class="axx" target="_self">'+i+'</a>');}
document.write('</div></div>');	
change_img();
}



