// bannerconfig.js

var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 10;
var increment = 1;
var pause = 3750;
var bannerColor = "";
var leftPadding = 5;
var topPadding = 5;

var bannerLeft = (NS4) ? document.images.holdspace.x :
  holdspace.offsetLeft;
var bannerTop = (NS4) ? document.images.holdspace.y :
  holdspace.offsetTop;
var bannerWidth = (NS4) ? document.images.holdspace.width :
  holdspace.width;
var bannerHeight = (NS4) ? document.images.holdspace.height :
  holdspace.height;

var ar = new Array(
  '<font face="Verdana, Arial, Helvetica, Sans-Serif" size="1" color="yellow"><b>Welcome to the wonderful world of miniatures! If this is your first visit ...&nbsp;&nbsp;</i></b></font>',
  '<font face="Verdana, Arial, Helvetica, Sans-Serif" size="1" color="yellow"><b>Be sure to check out the articles in the Interactive Community section.&nbsp;&nbsp;</i></b></font>',
  '<font face="Verdana, Arial, Helvetica, Sans-Serif" size="1" color="yellow"><b>The articles will help you get started and guide you to the right products.&nbsp;&nbsp;</i></b></font>',
  '<font face="Verdana, Arial, Helvetica, Sans-Serif" size="1" color="orange"><b>If you are an old friend coming back for a visit. Be sure to login and I can&nbsp;&nbsp;</i></b></font>',
  '<font face="Verdana, Arial, Helvetica, Sans-Serif" size="1" color="orange"><b>help you from time to time as you shop. Welcome back ... Ernie.&nbsp;&nbsp;</i></b></font>',
  '<A HREF="#"></A>',
  '<A HREF="#"></A>',
  '<A HREF="#"></A>',
  '<A HREF="#"></A>'
);