Friday, April 06, 2007 . 12:00 AM

060407
10th MTH SINGLE ANNI.
lol.
i`ve mia frm blog fr like almost 2mths?
&so im BACKKKK.XD
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
}