PUT THIS INTO *IMPUT YOUR HEADER HTML* 
<!-- begin code provided by createblog.com -->
<script> <!-- begin code provided by createblog.com -->
<!-- //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("#FF8000","#0080FF","#FFFFFF","#FFFF80","#00FF00","#FF409F"); // 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 = 20; // the width of the entire box, in pixels or % var blinkWidth = 850; // 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(); //-->
<!-- end code provided by createblog.com --> </script>
<!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css><!-- body{border-right:#FF409F 10px solid;border-left:#FF409F 10px solid;border-top:#FFFF80 10px solid;border-bottom:#FFFF80 10px solid} //--></style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
PUT THIS INTO WEBSITE STATS! 
<style type="text/css"> body {background-color: #FFFFFF; background-image: url("http://img218.imageshack.us/img218/5074/polkadotslayout6bw.png"); background-attachment: fixed; background-repeat: no-repeat; background-position: center; } </style> <!--Customized Scrollbar : Provided by Blogring.net --> <style type="text/css"> <!-- BODY { scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FF8000; scrollbar-highlight-color: #0080FF; scrollbar-3dlight-color: #FFFF80; scrollbar-darkshadow-color: #00FF00; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #FF409F; --> </style> <!--End Customized Scrollbar : Provided by Blogring.net --> |