document.write( ''); document.write( '
'+ '
我玩过的游戏
'+ '
' + ''); var fp_time = null; function showFloatPlayed(display) { if(fp_time) clearTimeout(fp_time); document.getElementById('float').style.display = display; FloatPlayedCookie(display); } function hideFloatPlayed() { fp_time = setTimeout('showFloatPlayed("none")',100); } function FloatPlayedCookie(val){ var nameString = 'FloatPlayed=' + val; var expiryString = ""; var path = " ;path =/"; document.cookie = nameString + expiryString + path; } function showdel(did,_bool) { if(_bool) { window.document.getElementById("close"+did).style.display = ""; } else { window.document.getElementById("close"+did).style.display = "none"; } } if(typeof jQuery == "undefined") { include("/images/float_jquery.js"); } function include(filename) { var head = document.getElementsByTagName("head")[0] || document.documentElement; script = document.createElement('script'); script.src = filename; script.type = 'text/javascript'; head.appendChild(script) }