/*
**@version 1.0 阿假笨笨开发，联系QQ：79648914 http://www.yzss.cn
第一步：在<head></head>之间加上：

<script type="text/javascript" src="http://www.yzss.cn/js/client.js"></script>
第二步：在body任意位置加上：

<script type="text/javascript">
<!--
client.getOICQ('79648914','http://www.yzss.cn','与站长QQ联系',8); //腾讯QQ，参数自己试着改吧
client.getMSN('songs_2008@hotmail.com',0,0,0,"与站长MSN交流");//MSN，参数试着改吧
//-->
</script>

*/
<!--
var client={getOICQ:function (){var arg=this.getOICQ.arguments;var num=arg.length;if(num<1)return ;var qqUserId=this.getUserId(arg[0]),yourWebSite="",msg="";var imgType=1;if(num>=2)yourWebSite=arg[1];if(num>=3)msg=arg[2];if(num>=4)imgType=this.getOicqImg(arg[3]);document.writeln('<a target=blank href=tencent://message/?uin='+qqUserId+'&Site='+yourWebSite+'&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:'+qqUserId+':'+imgType+' alt="'+msg+'"></a>');},getUserId:function (userId){if(!this.isNumeric(userId))return '195576677';return userId.toString ();},getOicqImg:function (type){if(!this.isNumeric(type))return 1;if(parseInt(type)<1)return 1;if(parseInt(type)>13)return 13;return parseInt(type);},getMSN:function (){var arg=this.getMSN.arguments;var num=arg.length;if(num<1)return ;var msnUserId=arg[0],msnOnlineImg=this.getMsnOnlieImg(0),msnOfflineImg=this.getMsnOfflineImg(0),msnUnknowImg=this.getMsnUnknowImg(0),msnMsg="乘风破浪";if(num>=2)msnOnlineImg=this.getMsnOnlieImg(arg[1]);if(num>=3)msnOfflineImg=this.getMsnOfflineImg(arg[2]);if(num>=4)msnUnknowImg=this.getMsnUnknowImg(arg[3]);if(num>=5)msnMsg=arg[4];document.writeln('<A HREF="msnim:chat?contact='+msnUserId+'" target="_blank">');document.writeln('<IMG SRC="http://osi.hshh.org:8888/msn/'+msnUserId+'/onurl=osi.hshh.org/'+msnOnlineImg+'/offurl=osi.hshh.org/'+msnOfflineImg+'/unknownurl=osi.hshh.org/'+msnUnknowImg+'" align="absmiddle" border="0" ALT="'+msnMsg+'" onerror="this.onerror=null;this.src=\'http://osi.hshh.org/msnunknown.gif\';">');document.writeln('</A>');},getMsnOnlieImg:function (type){var __tmp="";switch(type.toString ()){case "1":__tmp="aim";break;case "aim":__tmp=type;break;case "2":__tmp="icq";break;case "icq":__tmp=type;break;case "3":__tmp="irc";break;case "irc":__tmp=type;break;case "4":__tmp="skype";break;case "skype":__tmp=type;break;case "5":__tmp="yahoo";break;case "yahoo":__tmp=type;break;default:__tmp="msn";}return __tmp+"online.gif";},getMsnOfflineImg:function (type){var __tmp="";switch(type.toString ()){case "1":__tmp="aim";break;case "aim":__tmp=type;break;case "2":__tmp="icq";break;case "icq":__tmp=type;break;case "3":__tmp="irc";break;case "irc":__tmp=type;break;case "4":__tmp="skype";break;case "skype":__tmp=type;break;case "5":__tmp="yahoo";break;case "yahoo":__tmp=type;break;default:__tmp="msn";}return __tmp+"offline.gif";},getMsnUnknowImg:function (type){var __tmp="";switch(type.toString ()){case "1":__tmp="aim";break;case "aim":__tmp=type;break;case "2":__tmp="icq";break;case "icq":__tmp=type;break;case "3":__tmp="irc";break;case "irc":__tmp=type;break;case "4":__tmp="skype";break;case "skype":__tmp=type;break;case "5":__tmp="yahoo";break;case "yahoo":__tmp=type;break;default:__tmp="msn";}return __tmp+"unknown.gif";},isNumeric:function (str){var tnum=/^\d+$/;return tnum.test(str);}}
//-->
