// Customize By Changing The Values Below
// These Are The Various Colors, In Quotes, Seperated By Commas
var blinkColors = new Array("60BF00","206020", "00BF00","000000");
// The Border Color
var blinkBorderColor = "#000000"
// The Border Width, In Pixels
var blinkBorderWidth = 1;
// The Number Of Rows
var blinkRows = 2;
// The Number Of Columns
var blinkCols = 3;
// The Width Of The Entire Box, In Pixels Or Percent
var blinkWidth = 620;
// The Height Of Each Row, In Pixels
var blinkRowHeight = 5;
// Speed Of Blinking, In Milliseconds
var blinkRate = 8;
// Do Not Edit Below This Line
st= ;
document.write("
");
for (r = 0; r < blinkRows; r++){
document.write("
");
for (c = 0; c < blinkCols; c++){
document.write("