Thursday, January 25, 2007 . 11:57 PM
i hate thursdays luh.
sch till so fking late.
250sia.
i asked othr sch, their sch also nvr end so late one lor.
piangs.
why cant end like abt 12everyday?
ahha.
AMATH&CHEMSUCKS.
physics maybe.
LOL.
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
}