x_emolayouts_x
x_emolayouts1_x
read my profile
sign my guestbook

Message: message me


Member Since: 4/9/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, April 10, 2005

Paste this in Website Stats....

<!--Automatic entry scrollbar by Lauren-->
<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');

}
}
</script>
<!--End Script by Lauren-->


<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->


Paste this in header..

<a href="x_emolayouts_x" target="_blank">x_emolayouts_x</a><br/>

<style type="text/css">
/*by [Lauren]  xanga.com/x_emolayouts_x*/

body {
 background-color: black;
 background-image:url(http://www.spiralandcircle.com/heart%20candle%202.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom right;
  scrollbar-arrow-color: #FFDAB9;
  scrollbar-track-color: black;
  scrollbar-shadow-color: #8E2323;
  scrollbar-face-color: black;
  scrollbar-highlight-color: #8E2323;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-3dlight-color: trans;
  }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 12px Tahoma;
  line-height:18px;
  color:#FFCCCC;
  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:tahoma;
text-transform:lowercase;
font-size:10px;
line-height:16px;
font-weight:bold;
background-color: none;
color: #FFFFFF;
letter-spacing:1px;
text-align: center;
background-color: trans;
border: 3px solid: trans;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color: #FFDAB9;
  text-decoration: Tahoma;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:# 8E2323;
  text-decoration: none;

   }
a:hover {
/* edits when user mouseovers the links */
  color: #FFDAB9;
  cursor: hand ;
  text-decoration: none;
  font: 11px tahoma;
  line-height:12px;
 background-color: #000000;
 border: none;

  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 2px solid: #FFFFFF;
  font:normal 12px Tahoma;
  background-color: #000000;
  letter-spacing:0px;
  color: #FFFFFF;
  }
table.left {
/* this edits the menu module */
  border: 2px solid #8E2323;
  width:160px;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 2px solid: trans;
  background-color: trans;
  width:400px;
  font:normal 12px tahoma;
  line-height:18px;
  color: trans;
 }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  background-color: black;
  font: bold 12px tahoma;
  text-transform: lowercase;
  color: #FFDAB9;
  border: none;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: black;
  border: ;
  font:normal 12px tahoma;
  line-height:18px;
  color: #FFFFFF;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: trans;
  border: 1px dotted #8E2323;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 2px solid: Trans;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 750px;
  }
hr {
/* horizontal divider */
  border: 1px solid: trans;
  }
/*Automatic entry scrollbar by Lauren*/
.custom{
width:450px;
height:200px;
z-index:100;
overflow: auto;
border: 0px none;
background:trans;
}
/*End script by Lauren*/
</style>
<BODY style="border-bottom: #FFDAB9
15t solid; border-top: #FFDAB9
15t solid; border-left: #8E2323
15t solid; border-right: #8E2323
15t solid"></TBODY>
<!-- Blink Boxes : Provided by Lauren -->
<script language=JavaScript>
<!--var blinkColors = new Array("#8E2323", "#000000","#FFFFFF");
// the border color
var blinkBorderColor = "black"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 40;
// the width of the entire box, in pixels or %
var blinkWidth = 625;
// 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>
//---->DONT JOCK MY LAYOUTS<-----//