var WSClient = {
	LS : [	
		['http://www.job9981.com', 	'/images/links/job9981.gif', '西部人才网'],
		['http://www.hzjob.net', 	'/images/links/hzjob.gif', '惠州人才网'],
		['http://www.tlrc.com', 	'/images/links/tlrc.jpg', '铜陵人才网'],
		['http://www.pcbjob.com', 	'/images/links/pcbjob.gif', '中国PCB人才网'],
		['http://www.739hr.com', 	'/images/links/739hr.gif', '长三角人力资源网'],
		['http://www.sq100.com/', 	'/images/links/sq100.gif', '宿迁人才网'], 
		['http://www.job3333.com', 	'/images/links/job3333.gif', '易龙人才网'], 
		['http://www.wesofts.com', 	'/images/links/wesofts.gif', 'WeSpace'], 
		['http://tuan.admin5.com', 	'/images/links/admin5.gif', 'A5团购']
	], CT : function(){
		var limit = 0, amount = this.LS.length, results = ''; if (amount > 0){
			results += '<h2>合作伙伴</h2>';
			results += '<ol>'; for (var i = 0; i < this.LS.length; i++){
				limit++; results += '<li><a href="' + this.LS[i][0] + '" title="' + this.LS[i][2] + '" target="_blank"><img src="' + this.LS[i][1] + '" alt="" border="0" /></a></li>';
			} results += '</ol>';
		} if (limit > 0){
			document.write(results);
		}
	}, CN : function(){
		var results = '<h2>联系我们</h2><ol>';
		results += '<li>电话: 86-553-3919023</li>';
		results += '<li>手机: 139 6601 3721</li>';
		results += '<li>传真: 86-553-3919023</li>';
		results += '<li>邮箱: websearch@163.com</li>';
		results += '<li>MSN: websearch@163.com</li>';
		results += '<li>QQ: 39053386</li>';
		results += '</ol>'; document.write(results);
	}
}; 
document.write('<style type="text/css">'); WSBase.Browser.IE ? 
document.write('.opacity {filter:alpha(opacity:50);}') : 
document.write('.opacity {opacity:0.50;}');
document.write('</style>');
document.write('<div id="' + WSBase._conf.masker + '" class="showopacity opacity" style="display:none"></div>');
document.write('<div id="' + WSBase._conf.photos + '" class="showphoto" style="display:none"></div>');
