Thursday, January 11, 2007 . 11:55 PM
im a goodgirl today ohkay.
dad fetched me home after sch.
thn whole afternoon was with sis,
teaching me amath& emath.
till so fking tired alr,
buey tahan jiu stopped.(:
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
}