COME iN - LOOK & FEEL - YOUR PLACE - LEAVE - ADD ME - MAiN - SUBS - CREDIT - MEE
Photobucket - Video and Image Hosting
testre_000000035
read my profile
sign my guestbook

Name: testre_000000035


Message: message me


Member Since: 9/22/2006

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Friday, September 22, 2006

CODE!

<!-- begin code -->
<center><b>
<a href=http://xanga.com/signin.aspx>COME iN</a> - <a href=http://www.xanga.com/CLAF>LOOK & FEEL</a> - <a href=http://www.xanga.com/private>YOUR PLACE</a> - <a href=http://www.xanga.com/logout.aspx>LEAVE</a> - <a href=http://www.xanga.com/SubscribeTo.aspx?user=USER NAME HERE>ADD ME</a> - <a href=http://www.xanga.com>MAiN</a> - <a href=http://www.xanga.com/private/Subs.aspx>SUBS</a> - <a href=http://www.xanga.com/Pimp_Layoutz_06>CREDIT</a> - <a href=http://www.xanga.com/USERNAME HERE>MEE</a></b></b></center>
<!-- end code -->

<a href="http://photobucket.com/" target="_blank"><img src="http://i39.photobucket.com/albums/e184/lcou/babyboi.jpg" border="0" alt="Photobucket - Video and Image Hosting"></a>

<script>document.title="IF YOU WANT ANYTHING HERE THEN RETYPE IF NOT ERASE!!";</script>
<style type="text/css">

/*.:'CopyRight':.*/
/* www.xanga.com/Pimp_Layoutz_06 */

body { background: url("http://i39.photobucket.com/albums/e184/lcou/babyboi-1.jpg");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom Left;
 background-color: #ffffff;
scrollbar-arrow-color: #589FE7;
scrollbar-track-color: #589FE7;
scrollbar-shadow-color: #589FE7;
scrollbar-face-color: #589FE7;
scrollbar-highlight-color: #589FE7;
scrollbar-darkshadow-color: #589FE7;
scrollbar-3dlight-color: #589FE7;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:11px;
color: #589FE7;
letter-spacing:0px;
text-align: center;
}
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:uppercase;
  font-size:13pt;
  line-height:20px;
  font-weight:bold;
  color:#589FE7;
  letter-spacing:1px;
  background-color: #000000;
  text-align: center;
  border-top: 1px solid #589FE7;
  border-left: 1px solid #589FE7;
  border-right: 1px solid #589FE7;
  border-bottom: 4px solid #589FE7;
  width:540px;
}

a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: 589FE7;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
color: #589FE7;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #589FE7;
font-weight: none;
font:11px arial;
line-height:10px;
text-decoration:none;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid # 589FE7;
font:normal 11px arial;
background-color: ffffff;
letter-spacing:1px;color: #589FE7;
}
table.left {
/* this edits the menu module */
border: 1px solid #589FE7;
background-color: #ffffff;
}
table.blogbody tr td {
/* this edits the left margin of blog */
width:0px;
padding: 3px;
}
table.blogbody {
/* this edits the other the place where the  blog is */
border: 1px solid #589FE7;
background-color: #ffffff;
width: 540px;
border: 1px solid #589FE7;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 1px solid #589FE7;
}
table.navigation, table.main {
/* the width of your blog with modules */
width:400;
}
hr {
/* horizontal divider */
border: 1px solid #589FE7;
}.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;}
</style>
<div style="border: 2px double #589FE7; width: 400px;background-color: #ffffff;">

<center><img src=" ">

<center><script language=JavaScript>
<!--
//Provided By Anti_Fukin_Social
//For more codes visit http://www.xanga.com/anti_fukin_social
var blinkColors = new Array("#aad0e4","#589FE7","#589FE7");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 3;
// the # of columns
var blinkCols = 1;
// the width of the entire box, in pixels or %
var blinkWidth = 545
// the height of each row, in pixels
var blinkRowHeight = 3;
// speed of blinking, in milliseconds
var blinkRate = 26;

// 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>