I'd like to meet:
..
LAYOUTZ
-- -- -- -- End Script by Blogring.net --
..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("#00BF00","#999999","#000000");
// 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 = 40;
// the width of the entire box, in pixels or %
var blinkWidth = 575;
// 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
..