﻿function each(arr, fun){ for(var i=0; i<arr.length; i++){fun(arr[i], i);} }
String.prototype.trim=function(){return this.replace(/(^\s*)|(\s*$)/ig, "");};
Array.prototype.each=function(f){each(this, f);};
function get$(el){if (typeof el == 'string') el = document.getElementById(el); return el;}
function get$$(el, tagName){return get$(el).getElementsByTagName(tagName);}
window.CEvent={         //自定义事件处理
	addListener:function(obj,target,act){
		if(obj.attachEvent) obj.attachEvent("on"+target,act);
		if(obj.addEventListener) obj.addEventListener(target,act,false);
	},
	removeListener:function(obj,target,act){
		if(obj.detachEvent) obj.detachEvent("on"+target,act);
		if(obj.removeEventListener) obj.removeEventListener(target,act,false);
	}
}

function checkSearch(){
	if(get$("keywords").value.trim().length==0 || get$("keywords").value=="请输入您感兴趣的产品"){
		alert("请输入搜索关键字！");
		get$("keywords").focus();
		return false;
	}
	return true;
}

function showcounter(){
	document.write('<span> <a href="http://www.miibeian.gov.cn/" target="_blank">ICP：鄂ICP备10017541号</a></span> <br /><br /><br /><script src="http://s60.cnzz.com/stat.php?id=1532670&web_id=1532670" language="JavaScript" charset="gb2312"></script><script type="text/javascript" src="http://js.tongji.linezing.com/721587/tongji.js"></script><noscript><a href="http://www.linezing.com"><img src="http://img.tongji.linezing.com/721587/tongji.gif"/></a></noscript>');
}

function showAd1(){showGGAd('9702490999', 728, 90);}
function showAd2(){showGGAd('1654604125', 336, 280);}
function showAd3(){showGGAd('8129908249', 160, 600);}
function showAd4(){showGGAd('3238595309', 728, 15);}
function showAd5(){showGGAd('9702490999', 728, 90);}
function showLinkAd(){showGGAd('3238595309', 728, 15);}
function showLinkAd1(){showGGAd('2023267608', 600, 15);}
function showLinkAd2(){showGGAd('6575766532', 468, 15);}
function showIndexAd(){showGGAd('9402450916', 300, 250);}
function showTopSearch(){
	//document.write("<table><tr><td>");
	showSearchBox('1862571370');
	//document.write('</td><td>');
	//showGGAd('6575766532',468,15);
	//document.write('</td></tr></table>');
}
function showBottomSearch(){showGGAd('3238595309',728,15);}

function showGGAd(slot, width, height){
	document.write('<script type="text/javascript"><!--\n');
	document.write('google_ad_client = "pub-5693190509980542";\n');
	document.write('google_ad_slot = "'+slot+'";\n');
	document.write('google_ad_width = '+width+';\n');
	document.write('google_ad_height = '+height+';\n');
	document.write('//-->\n');
	document.write('</script>\n');
	document.write('<script type="text/javascript"\n');
	document.write('  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n');
	document.write('</script>');
}

function showSearchBox(id){
	document.writeln('<form action="http://www.google.com.hk/cse" id="cse-search-box" target="_blank">');
	document.writeln('  <div>');
	document.writeln('	<input type="hidden" name="cx" value="partner-pub-5693190509980542:'+id+'" />');
	document.writeln('	<input type="hidden" name="ie" value="UTF-8" />');
	document.writeln('	<input type="text" name="q" size="30" />');
	document.writeln('	<input type="submit" name="sa" value="&#x641c;&#x7d22;" />');
	document.writeln('  </div>');
	document.writeln('</form>');
	document.writeln('<script type="text/javascript" src="http://www.google.com.hk/coop/cse/brand?form=cse-search-box&amp;lang=zh-Hans"></script>');
}

function showHotSearch(id){
	document.writeln('<script type="text/javascript" src="http://www.google.com/cse/query_renderer.js"></script>');
	document.writeln('<div id="queries"></div>');
	document.writeln('<script src="http://www.google.com/cse/api/partner-pub-5693190509980542/cse/'+id+'/queries/js?oe=UTF-8&amp;callback=(new+PopularQueryRenderer(document.getElementById(%22queries%22))).render"></script>');
}
