自我介紹
旅遊,泡湯,溫泉,3C產品,保護套,行動電源推薦,行動電源品牌,sony行動電源,私密處保養品,慧型手機推薦2012排名,牛爾自然保養,保養皮膚,保養步驟,保養品牌推薦top10,litva 衣服抗uv,
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}