pimp_rainbow
read my profile
sign my guestbook

Message: message me


Member Since: 4/7/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Friday, April 08, 2005

This site is jus a preview do Not leave comments here!


Directions-Copy all Below-Paste into custom Header (Required 1 of 2)

<!-- begin code provided by createblog.com -->
<script language="JavaScript">
<!-- Scroll Surprise by kurt.grigg@virgin.net
colours=new Array('ffffff','ff0000','ffff40','ff9f40','0000ff','bf00bf','ffffff')
function flash(){
var clrPos=Math.floor(Math.random()*colours.length)
 with (window.document.body.style){
 scrollbarTrackColor=document.bgColor;
 scrollbarFaceColor=document.bgColor;
 scrollbarArrowColor=colours[clrPos];
 scrollbar3dLightColor=colours[clrPos]; 
 scrollbarHighlightColor=colours[clrPos];
 scrollbarShadowColor=colours[clrPos];
 scrollbarDarkShadowColor=colours[clrPos];
 borderWidth=2;
 borderStyle='solid';
 borderColor=colours[clrPos];
 }
}
if (document.all)window.document.body.onscroll=flash;
//-->
</script>
<!-- end code provided by createblog.com -->


<!-- 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("#ff0000","#ffff40","#ff9f40","#0000ff","#bf00bf");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 70;
// the width of the entire box, in pixels or %
var blinkWidth = 511;
// 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>


Directions- Copy All Below- Paste into webstats (Required 2 of 2)

<!-- begin code provided by createblog.com -->
<script language=javascript>
var rate = 100; // Increase amount(The degree of the transmutation)
var obj; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
si=setInterval;
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = si("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = si("ChangeColor()",100);
}
}
}
//document.write.blogring
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
//document.write.blogring
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}
</script>
<!-- end code provided by createblog.com -->


<!-- Email It Envelope Script by Sherrys_Designs-->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "<img src=http://img.photobucket.com/albums/v368/sherrys_designs/pixels/envelope.jpg border='0'>");
}//-->
</script>

<div align="center"><a href="http://xanga.com/Pimp_Layouts " target="_blank">LAYOUT MADE BY - PIMP LAYOUTS</a><br />
<!-- End Script by Blogring.net -->


<style type="text/css">
body {
 background-color: black;
 background-image: url();
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom right;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px firstgrader;
  line-height:13p;
  color: #0000ff;
  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:Kristen itc;
text-transform:uppercase;
font-size:16px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#black;
color:ff0000;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#ffff40;
  text-decoration: none;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:#ffffff;
  text-decoration: none;
   }
a:hover {
/* edits when user mouseovers the links */
  color:#0eba2a;
  cursor: ne-resize;
  text-decoration: none;
  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #FFFFFF;
  font:normal 11px arial;
  background-color: #000000;
  letter-spacing:0px;
  color: #ffffff;
  }
table.left {
/* this edits the menu module */
  border: 3px double #0000ff;
  width:170px;
   background-color: #000000;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 6px ridge #ff9f40;
  background-color: #FFFFFF;
  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: bold 11px kristen itc;
  text-transform: uppercase;
  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;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #000000;
  border: 3px double #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>
<BODY style="border-left: #000000
30t solid; border-right: #000000
30t solid; "></TBODY>
<!-- 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("#ff0000","#ffff40","#ff9f40","#0000ff","#bf00bf");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 70;
// the width of the entire box, in pixels or %
var blinkWidth = 511;
// 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 -->


<!-- begin code provided by createblog.com -->
<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 code provided by createblog.com -->



LAYOUT MADE BY - PIMP LAYOUTS