OaklandPatriot_chick715
read my profile
sign my guestbook

Visit OaklandPatriot_chick715's Xanga Site!

Name: Elizabeth
Location: Murfreesboro, Tennessee, United States
Birthday: 7/15/1988
Gender: Female


Interests: Music and Sports
Occupation: Student
Industry: Other


Message: message me
AIM: SP lover715
Yahoo: SimplePlan_lover4ever


Member Since: 1/31/2005

SubscriptionsSites I Read
Kellys_Banners
lil_miss_pimptress
Hil_Hil2005

Groups Blogrings
KiKis BR
previous - random - next

Oakland Patriots 04-05 Basketball fan
previous - random - next

~*PATRIOT PRIDE*~ OHS
previous - random - next

*O.H.S.* Class of 2008!¡!
previous - random - next

~**MuSiC_LuVeRz**~
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site

Saturday, March 19, 2005

www.xanga.com/OaklandTennisChick08

 


Friday, March 18, 2005

 

those r my prettyful pics that I made today at school and home!


<img src="http://tinypic.com/20iosh">
<style type="text/css">
/* <span class='searchlite'>simple plan</span> Stylesheet */
/* by Elizabeth (xanga.com/crazy_layouts) */
/* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */
body {
 background-color: black;
 background-image: url(http://tinypic.com/20ioow);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom right;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #000000;
 scrollbar-shadow-color: #FFffff;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #FFffff;
 scrollbar-darkshadow-color: #FFffff;
 scrollbar-3dlight-color: #FFffff;
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 12px arial;
  line-height:18px;
  color: #ffffff;
  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 {
/* edits the dates */
font-family:arial;
text-transform:lowercase;
font-size:16px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color: #FFffff;
color:black;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#FFffff;
  text-decoration: none;
 font:normal 12px arial;
  line-height:18px;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:#FFffff;
  text-decoration: none;
 font:normal 12px arial;
  line-height:18px;
   }
a:hover {
/* edits when user mouseovers the links */
  color:#000000;
  cursor: ne-resize;
  text-decoration: none;
 font:normal 12px arial;
  line-height:18px;
  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #FFffff;
  font:normal 12px arial;
  background-color: #000000;
  letter-spacing:0px;
  color: #FFffff;
  }
table.left {
/* this edits the menu module */
  border: 1px solid #FFffff;
  width:160px;
   background-color: #000000;
    }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 1px solid #FFffff;
    background-color: #000000;
  width:400px;
  }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  background-color: #000000;
BORDER-BOTTOM: #FFFFFF 1px solid;
  font: bold 12px arial;
  color: #FFffff;
  border: none;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: #000000;
  border: none;
font:normal 12px arial;
  line-height:18px;
  color: #FFffff;
}
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 1px solid #FFffff;
  background-color: #000000;
  width:400px;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #000000;
  border: 1px solid #FFffff;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 0px solid #FFffff;
   }
hr {
/* horizontal divider */
  border: 1px solid #FFffff;
  }
</style>
<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister

//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01

// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#ffffff","#000000");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 10;
// the width of the entire box, in pixels or %
var blinkWidth = 565;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;

// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... 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();
//-->
</SCRIPT>
<!-- End Script by Blogring.net -->
<a href="http://xanga.com/crazy_layouts" target="_blank">crazy_layouts</a><br />
<!-- End Script by Blogring.net -->
<BODY style="border-bottom: #ffffff
5t solid; border-top: #ffffff
5t solid; border-left: #ffffff
5t solid; border-right: #ffffff
5t solid"></TBODY>

...thats my soon to be layout when i get tired of this one! Its a SP one!!!!!


http://img.photobucket.com/albums/v706/vivalabamx79x/OaklandPatriot_chick715.bmp

Thats a banner that was made 4 me cause I requested it but I can't get it to work..:(

 


What would you do if.....
» I committed suicide:
» I said I liked you:
» I kissed you:
» I lived across the street from you:
» I started smoking:
» I stole something:
» I was hospitalized:
» I ran away from home:
» I got into a fight and you weren't there:

*********************************
[1] Who are you?
[2] Are we friends?
[3] When and how did we meet?
[4] How have I affected you?
[5] What do you think of me?
[6] What's the best memory you have of me?
[7] How long do you think we will be friends or enemies?
[8] Do you love me?
[9] Have I ever hurt you if so how?
[10] Would you hug me?
[11] Would you ever kiss me?
[12] Where did I first meet you at?
[13] Did I ever go out with you?
[14] would you ever go out with me?
[15] Are we close?
[16] Emotionally, what stands out?
[17] Do you wish I was cooler?
[18] On a scale of 1-10, how nice am I to you?
[19] Give me a nickname and explain why you picked it.
[20] Am I loveable?
[21] How long have you known me?
[22] Describe me in one word.
[23] What was your first impression?
[24] Do you still think that way about me now?
[25] What do you think my weakness is?
[26] Do you think I'll get married?
[27] What about me makes you happy?
[28] What about me makes you sad?
[29] What reminds you of me?
[30] Do you think I'll ever become famous?
[31] How well do you know me?
[32] Ever wanted to tell me something but couldn't?
[33] Do you think I would kill someone?
[34] Are there for me when times get hard and i need you?
[35] Are you going to put this on your xanga and see what I say about you?



Next 5 >>


<bgsound src="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25115/30201_1_5_04.asf"" loop="infinite">