hey everybody ... sorrie for not commenting u people back .. i'm just going to take a break from xanga .... well i'm still going to check it from time to time .. but i'm on myspace more now ... i'm sorrie miss u guys a lot! ... wow .. it's been forever since i updated .......well myspace is ....
i forgot it was my b-day today .. how sad .... oh i'm turing 16 omg .... heh ... well sorrie people that i haven't been on for a long time .. miss u guys ... i've been so busy lately .... and i was tired yesterday from my sleepover .. stayed up 24/7 ^-~ ... so i'm still tired ... but nobody said happy b-day to meeh today .. guess thsy forgot about meeh .....
yippy do!!! .. i got my $300 .... YEEEAAAAAHHHH! ... i'm so happy .. my god .... i'm going to spend it on shopping ..... come on i'm a women got to .. heh .. and maybe some on school ... oh i gave my lilo sis some money too .. and meeh mommie and lilo bro ... now everyone is happy ...^^ ..
well yesterday was ok went to the senior citizin village ...all the old people were so nice .... it was movie nite yesterday and and we watched pirites of the carabeinin .. something like that ...can't spell .... well we dressed up as pirites .. and they enjoyed it ....
haha i drowned my friend .... hehehe ... well the old lay is back .... been out in the sun for 2hours .... eh .... did the canon ball ... but .. hehe .... i went side way .. what the heck .. i suck ... did it the second time and still went side way .. a lot of water went up my nose .. hurts ........
YOUR TEXT HERE
/*HERE IS THE STYLE SHEET TO MAKE YOUR OWN LAYOUT*/
body {
background-color: white; background-image: ( PUT YOUR BACKGROUND PROPERTIES HERE);
background-repeat: no-repeat; background-attachment: fixed;
background-position: bottom right; scrollbar-arrow-color: YOUR COLOR
HERE; scrollbar-track-color: YOUR COLOR HERE; scrollbar-shadow-color:
YOUR COLOR HERE; scrollbar-face-color: YOUR COLOR HERE;
scrollbar-highlight-color: YOUR COLOR HERE; scrollbar-darkshadow-color:
YOUR COLOR HERE; scrollbar-3dlight-color: YOUR COLOR HERE; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p
{
/* THIS EDITS THE MAIN TEXT OF YOUR XANGA */ font:normal 12px tahoma;
line-height:18px; color:000000; letter-spacing:0px; text-align:justify;
}
table.footer TD {
/* THIS MAKES THE FOOTER AT THE BOTTOM CENTERED */
/* LEAVE IT ALONE UNLESS YOU KNOW WHAT TO DO*/ text-align: center;
}
div.blogheader, .caption {
/* THIS EDITS THE FONT AND COLOR OF THE DATES*/
font-family:tahoma;
text-transform:lowercase;
font-size:12px;
line-height:20px;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color: YOUR COLOR HERE;
color:000000;
letter-spacing:0px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* THIS EDITS ALL LINKS */ color:000000; text-decoration: none; font:
normal 12px tahoma }
a:visited, a.footernav:visited, {
/* THIS EDITS LINKS THAT THE USER HAS VISITED */ color: YOUR COLOR
HERE; text-decoration: none; font: normal 12px tahoma }
a:hover {
/* THIS EDITS LINKS WHEN YOU PUT YOU MOUSE OVER THEM */
/* ALSO KNOWN AS A HOVER */
color: YOUR COLOR HERE;
text-decoration: none;
font:normal 12px tahoma; }
input, select, textarea, .textfield, .button {
/* THIS EDITS THE BUTTONS DROPDOWNS, ETC. */ font:normal 12px tahoma;
background-color: white; letter-spacing:0px; color: black; }
table.left { /* THIS EDITS THE MENU MODULE */ width:160px; border: 1px
solid black; }
table.blogbody {
/* THIS EDITS THE PLACE WHERE THE BLOG IS*/ background-color: white;
width:400px; font:normal 12px tahoma; line-height:18px; color: black;
border: 1px solid black; }
table.left th {
/* ON YOUR MENU MODULE THIS EDITS THE TITLE PART OF IT*/
/* LIKE BLOGRINGS, SUBSCRIPTIONS, ETC. */ background-image: none;
background-color: YOUR COLOR HERE; font: normal 12px tahoma;
text-transform: lowercase; color: 000000; }
table.left TD {
/* ON YOUR MENU MODULE, THIS EDITS THE BODY OF IT */ background-image:
none; background-color: white; border: none; font:normal 12px tahoma;
line-height:18px; color: black; }
table.search TD, table.search, table.announcements {
/* THIS CHANGES THE BORDER OF THE SEARCH BAR*/ background-color: white
border: 1px solid black; }
table.search TD, table.announcements TH {
/* THIS SHOULD BE LEFT ALONE */
/* UNLESS YOU KNOW WHAT TO DO */ border: 1px solid black; }
table.navigation, table.main, table.footer {
/* THIS EDITS THE WIDTH OF YOUR BLOG MODULES*/ width: 750px; }
hr {
/* THIS IS THE COLOR OF A HORIZONTAL DIVIDER */ border: 1px solid
black; }
/* THIS IS THE COLORS OF BORDERS AROUND YOUR PAGE */
");
for (r = 0; r < blinkRows; r++){
document.write("
");
for (c = 0; c < blinkCols; c++){
document.write("
");
}
document.write("");
}
document.write("");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->