Interests:I like to hang out with my brothers I like to sing with the TGC. I like to play futball with my brothers.thats pretty much it. Expertise:singing,running,futball Occupation:Artist Industry:Art
hey well those of you who saw my front page and didn't read my web log well chad screwed my front page so this is no longer my xanga ill tell you my new one after i make it bye
chad screwed my xanga with kates so i will not be using this xanga any more i will be making a new one ill tell you what it is after i make it but just dont come here any more sorry bye
/*
Falling Picture *1 picture*
Original at http://black.demons.to/
fixed to work in XANGA by xanga.com/dorischu
*/
st=setTimeout;
change=''; //#Amended Code
var no = 10; // number of picture appear
var speed = 50; // smaller value will move more faster
var falling = "http://chat.rin.ru/n/Black_Heart.gif"; // PUT YOUR IMAGE URL HERE
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 600, doc_height = 800;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("");
} else {
document.write("");
}
} else if (ie4up) {
if (i == 0) {
document.write("