I don't know why,But after seeing pictures of Li Wen on Facebook,I miss her, like a lot.I just noticed I haven't talked to her since Tuesday.Oh my god.Li Wen, I miss you lah.I can't wait to see you tomorrow! :D
-I misseth them.
//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 }