﻿var s = navigator.userAgent;if (s.indexOf('MSIE')!=-1){s = s.substr(s.indexOf('MSIE') + 5,1);if (s<=5){alert("您的浏览器版本过低！");window.close();}}

function movearea(obj1,name){var b = obj1.parentNode.getElementsByTagName("li");var v = document.getElementById(name).getElementsByTagName("blockquote");for(i=0;i<v.length;i++){if(obj1==b[i]){b[i].className = "on";v[i].className = "block";}else{b[i].className = "";v[i].className = "none";}}} 

function addFavorite(url,title){
if(window.sidebar){window.sidebar.addPanel(title, url,"");}
else if(document.all){
try{window.external.addFavorite(url, title);}  
catch (e1)  
{  
try{window.external.addToFavoritesBar(url, title);} 
catch (e2){alert('加入收藏失败，请您手工按Ctrl+D加入到收藏夹。');}  
}
}
else if(window.opera && window.print){return true;}
}
//<a href="javascript:void(0)" onclick="addFavorite(location.protocol+'//'+location.host,document.title)">加入收藏</a>

function do1(){
	var str1=document.getElementById("ask_title").value;

window.location="/feedback/?c="+escape(str1);
	}



