I'm Allison. >
I'm 17. >
I like trees and the color grey. >
MY FACE
Anonymous said: you're from Texas, aren't you? which part?
Deep in da heart of Texasssss.
Anonymous said: do you have any other videos? there pretty fun to watch ;D
I’ll make some soon or later!
SAAAAVEEEEEE MEEEEEEEEEEE
You were meant for amazing things.
Anonymous said: do you have any family photos?
Only from disposable cameras.
Anonymous said: I loved your video. And your hair. But mostly your hair. And your video.
Wellllll I’m glad!
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
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("alert(message);return false")
// -->