function killerrors() {return true;}window.onerror = killerrors;
function addCookie(objValue){
	var objValue;
	$.ajax({url:'/include/order.php?f='+escape(objValue)});
	alert("^_^恭喜您，设置成功，下次搜索生效，3个月内有效哦！");
	//self.location.reload();
}
function nofind(){
	var img=event.srcElement;
	img.src="/images/nopic.jpg";
	img.onerror=null;
}
function help_s(){
	$(".iconalt").toggle('fast');
	$.ajax({url:'/include/order.php?help_s=1'});
}
function help_flv(){
	$("#flvdiv").toggle('fast');
	$("#help_flvopen").toggle('fast');
	$.ajax({url:'/include/order.php?help_flv=1'});
}
function help_flvopen(){
	//$("#flvdiv").toggle('fast');
	$.ajax({url:'/include/order.php?help_flv_open=1'});
	alert("^_^设置成功，现在可以重新显示flash资源了。");
	self.location.reload();
}
$(document).ready(function(){
	$(".more").click(function(){$(this).hide();$(".hotmore").show("slow");});
});
