-- Blink Boxes : Provided by Blogring.net --
.. 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","..000000","..FFFFFF");
// the border color
var blinkBorderColor = "none"
// the border width, in pixels
var blinkBorderWidth = 10;
// 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 = 8;// do not edit below this line
st=setTimeout;
document.write(" ");
for (r = 0; r
-- End Script by Blogring.net --
xo___layouts