u tell me ur HURTING i no its cuz of ME a TEAR comes 2 my eye then a GASP and a thousand tears flow all at ONCE this morning i was OK cuz u just acted like ur life was a FAIRYTALE then out of no where u turn ur FAKE smile 2 how u really feel it BREAKS me inside i no Y i no Y its me its me causeing u all the PAIN i thought u were OK u do this 2 me EVERYDAY will this PATTERN ever change will this PATTERN ever change? just do 1 thing for me just STOP HURTING just STOP HURTING ill STOP CRYING ill STOP CRYING
Image hosted by Photobucket.com layout_cutie28
mandys_layout_tester
read my profile
sign my guestbook

Visit mandys_layout_tester's Xanga Site!

Name: mandy
Gender: Female


Message: message me


Member Since: 9/4/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, September 04, 2005

 

<FONT style="FONT-WEIGHT: bold; FONT-SIZE:18pt; COLOR: #3300FF; LINE-HEIGHT: 20pt; FONT-FAMILY:Curlz MT; LETTER-SPACING: -1pt">u tell me ur HURTING i no its cuz of ME a TEAR comes 2 my eye then a GASP and a thousand tears flow all at ONCE this morning i was OK cuz u just acted like ur life was a FAIRYTALE then out of no where u turn ur FAKE smile 2 how u really feel it BREAKS me inside i no Y i no Y its me its me causeing u all the PAIN i thought u were OK u do this 2 me EVERYDAY will this PATTERN ever change will this PATTERN ever change? just do 1 thing for me just STOP HURTING just STOP HURTING ill STOP CRYING ill STOP CRYING</FONT>
<Center><img src="http://i13.photobucket.com/albums/a270/girlygirl_loves_u/crying.gif" alt="Image hosted by Photobucket.com">
<style type="text/css">
/* http://createblog.com */
body {
 {background-color: black}
background-color: #;000000
  scrollbar-arrow-color: #;000000
  scrollbar-track-color: #;FF00CC
  scrollbar-shadow-color: #000000
  scrollbar-face-color: #;FF00FF
  scrollbar-highlight-color: #FFCCFF;
  scrollbar-darkshadow-color: #;3300CC
  scrollbar-3dlight-color: #3300CC;
  }
/* edits the date */
div.blogheader, .caption {
 background-image: url('http://i13.photobucket.com/albums/a270/girlygirl_loves_u/blackglitter.gif');
 background-repeat:repeat;
 background-position:center;
font-family:Kristen ITC;
text-transform:none;
font-size:18px;
line-height:25px;
font-weight:normal;
color:#3300CC;
letter-spacing:2px;
background-color:#3300CC;
text-align:center;
border:1px solid #3300CC;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
  font-weight: bold;
  color: #3300CC;
  }


input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #3300CC;
font:normal 12px trebuchet ms;
background-color:#3300CC;
font-color:#3300CC;
        }
 table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
  text-align: center;
  }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: url(http://i13.photobucket.com/albums/a270/girlygirl_loves_u/blackglitter.gif);
  background-color:#transparent;
  color: #transparent;
  font: bold 10pt trebuchet ms;
  text-transform: none;
  text-align:center;
border: #000000 1px solid;
;}
 
table.left {
/* this edits the menu module */
width:180px;
color:#000000;
background-color:#transparent;
BORDER: #000000 1px solid;
 }

font,td,p,xmp{color:#3300CC;
font-face: trebuchet ms;
font-weight:normal;
font-size:10pt;
text-align:justify;}

table.blogbody tr td {
/* this edits the left margin of blog */
  width:0px;
  padding-left: 0px;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
background-color:transparent;
family-font:Kristen ITC;
BORDER: #3300CC 1px solid;
width:400px;}

a:link{line-height: 9pt; font-family:Kristen ITC;font-weight:normal; color:#3300CC; text-transform:none;font-size:9pt; cursor:crosshair;}
a:active{font-family: Kristen ITC; color:#3300CC; text-transform:none;font-size:9pt; cursor:crosshair;}
a:visited{font-family: Kristen ITC; color:#3300CC; text-transform:none;text-decoration:strikeout;font-size:9pt;cursor: crosshair;}
A:hover {font-family:Kristen ITC;color:#3300CC;text-transform: uppercase; cursor: crosshair; font-weight:bold;font-size:8pt}</style>
<script>
<!--
//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","#3300CC","#000000");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 100;
// the width of the entire box, in pixels or %
var blinkWidth = 750;
// 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>
<a href="http://xanga.com/layout_cutie28" target="_blank">layout_cutie28</a><br />
<!-- End Script by Blogring.net -->