Sunday, September 04, 2005
weeee~
long time no blog!
make this blog alive!!
holidays are here..
so boring wan
sister 8!!
got time go out lehs..
and remember zhong qiu ye wan!!
on the 16 sep..
got free pizza~
hehex.. jk..
so enjoy the holidays yeah?
take care people!!
cheryll_`
sister8 im a STYLO babe 4:13 PM
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}