document.writeln("
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln("
<\/td>"); document.writeln(" <\/tr>"); document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln("
\"点击QQ咨询\"<\/a><\/td> "); document.writeln("<\/tr> "); document.writeln("<\/table>"); document.writeln(" <\/td>"); document.writeln(" <\/tr>"); document.writeln(" <\/table><\/td>"); document.writeln(" <\/tr>"); document.writeln("
<\/td>"); document.writeln(" <\/tr>"); document.writeln("<\/table>"); document.writeln("<\/div>"); // initFloatTips(); function QQtalk(sigkey) { var tempSrc='http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey='+sigkey; var oldscript=document.getElementById('testJs'); var newscript=document.createElement('script'); newscript.setAttribute('type','text/javascript'); newscript.setAttribute('id', 'testJs'); newscript.setAttribute('src',tempSrc); if(oldscript == null) { document.body.appendChild(newscript); } else { oldscript.parentNode.replaceChild(newscript, oldscript); } return false; }