Monday, June 13, 2005
out shopping tomorrow. details to be comfirmed.
band camp is totally not tough. you can talk to us while eating! and eat anytime you want. to understand tough, come to a uniform group camp.
ohoh! i am going for soccer training on wed! hahas.with cheryl and feli! yay!socer girl. i will learn to kick!
shOoooyaners.
sister8 im a STYLO babe 7:36 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
}