﻿
 function switch_img(div_name,img_name)
 {
	document.getElementById(div_name).src="/images/"+img_name+"_hover.gif";
 }

 function switch_img2(div_name,img_name)
 {
	document.getElementById(div_name).src="/images/"+img_name+".gif";
 }

function get_cookie(key)
{
	var str =  document.cookie.match(new RegExp("(^| )"+key+"=([^;]*)(;|$)","i"));
	str=(str==null)?"": unescape((str)[2]);
	return str;
}


function show_live_button()
{
	document.write('<a href="http://wpa.qq.com/msgrd?V=1&Uin=16256732&Site=最土客服&Menu=yes" target="_blank"><img src="./images/live_icon.gif"></a>');
	document.write('<p align=left>商务：<a href="tencent://message/?uin=93756294&Site=最土网&Menu=yes"><img src="http://wpa.qq.com/pa?p=1:93756294:42" /></a></p>');
	document.write('<p align=left>技术：<a href="tencent://message/?uin=16256732&Site=最土网&Menu=yes"><img src="http://wpa.qq.com/pa?p=1:16256732:42" /></a></p>');
	document.write('<p align=left>合作：<a href="tencent://message/?uin=326146460&Site=最土网&Menu=yes"><img src="http://wpa.qq.com/pa?p=1:326146460:42" /></a></p>');
	document.write('<p style="margin-top:20px;" align=left>在线时间：9:00-17:00（周一至五）</p>');
}

