var qqwidth = 110; var qqheight = 126; document.write(""); var str = ""; str="" str+="" str+="" str+="" str+="" str+="" str+="" str+="" str+="" str+="" str+="
" str+="   点击这里给我发消息" str+="
" showMsg(str); function showMsg(str) { var s=""; var _width=qqwidth;_height=qqheight; try{ if(document.compatMode && document.compatMode != 'BackCompat'){ s+=('
'); }else { s+=('
'); } s+=(str); s+=('
'); document.getElementById('cf_qq').innerHTML = s; }catch(err){} }