﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>disneyz_ariel's Xanga</title><link>http://www.xanga.com/disneyz_ariel</link><description>Latest Xanga weblog from disneyz_ariel</description><language>en-us</language><ttl>60</ttl><image><title>The Weblog Community</title><url>http://s.xanga.com/images/xangalogobutton.gif</url><link>http://www.xanga.com/disneyz_ariel</link></image><item><title>Monday, May 30, 2005</title><link>http://www.xanga.com/disneyz_ariel/273119905/item.html</link><guid>http://www.xanga.com/disneyz_ariel/273119905/item.html</guid><pubDate>Mon, 30 May 2005 18:13:23 GMT</pubDate><description>&lt;TEXTAREA style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: trebuchet ms; BACKGROUND-COLOR: #ffffff" rows=10 cols=60&gt;&amp;lt;img src="http://img252.echo.cx/img252/9129/ariel8ke.jpg" alt=""&amp;gt;
&amp;lt;center&amp;gt;&amp;lt;a href="http://xanga.com/colorful_layoutz" target="_blank"&amp;gt;Layout by colorful_layoutz&amp;lt;/a&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;script language=JavaScript&amp;gt;
&amp;lt;!--
// 
var blinkColors = new Array("#478f43","#f1feec");
// 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 = 5;
// the width of the entire box, in pixels or %
var blinkWidth = 580;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 10; 
//
st=setTimeout;
document.write("&amp;lt;table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'&amp;gt;");
for (r = 0; r &amp;lt; blinkRows; r++){
document.write("&amp;lt;TR&amp;gt;");
for (c = 0; c &amp;lt; blinkCols; c++){
document.write("&amp;lt;TD height='" + blinkRowHeight + "'&amp;gt;&amp;lt;/TD&amp;gt;");
}
document.write("&amp;lt;/TR&amp;gt;");
}
document.write("&amp;lt;/table&amp;gt;");
// ... 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();
//--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;style type="text/css"&amp;gt;
/*Disney's Princess Layoutz*/
/*Aurora Layout*/
/*by colorful girlz (http://xanga.com/colorful_layoutz)*/
body {
  background-color: #f1feec;
  scrollbar-arrow-color: #478f43;
  scrollbar-track-color: #f1feec;
  scrollbar-shadow-color: #478f43;
  scrollbar-face-color: #f1feec;
  scrollbar-highlight-color: #f1feec;
  scrollbar-darkshadow-color:#f1feec;
  scrollbar-3dlight-color: #478f43;
  }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 12px comic sans ms;
  line-height:18px;
  color:#478f43;
  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;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#aa5171;
  text-decoration: none;
  font:normal 12px comic sans ms;
  line-height:18px;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:#a5cbfa; 
  text-decoration: none;
  }
a:hover {
/* edits when user mouseovers the links */
  color:#b1db9c;
  text-decoration: none;
  font:normal 11px comic sans ms;
  line-height:16px;
  cursor: nw-resize;
  border: 3px double #b1db9c;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #000000;
  font:normal 10px trebuchet ms;
  background-color: transparent;
  letter-spacing:0px;
  padding: 0pt;
  color: #b1db9c;
  }
table.left { 
/* this edits the menu module */
  border: 3px double #478f43;
  width:160px;
  }
div.blogheader, .caption {
/* edits the dates */
font-family:arial;
text-transform:lowercase;
font-size:14px;
font-weight:bold;
background-color: transparent;
color: #478f43;
border: 1px solid #478f43;
letter-spacing:0px;
text-align: center;
width: 400px;
height: 15px;
}
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 1px solid #478f43;
  background-color: transparent;
  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: transparent;
  font: normal 12px arial;
  text-transform: uppercase;
  color: #478f43;
  border-bottom: 1px solid #478f43;
  width: 160px;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: transparent;
  border-up: 1px solid #478f43;
  font:normal 11px comic sans ms;
  color: #478f43;
  width: 160px;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: transparent; 
  border: 1px solid #b1db9c;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 0px solid #ffffff;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 580;
}
hr {
/* horizontal divider */
  color: #ffffff;
}
&amp;lt;/style&amp;gt;&lt;/TEXTAREA&gt;</description><comments>http://www.xanga.com/disneyz_ariel/273119905/item.html#firstcomment</comments></item></channel></rss>