// bannerconfig.js

var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 20;
var increment = 1;
var pause = 750;
var bannerColor = "#ffffff";
var leftPadding = 3;
var topPadding = 1;

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 pretext = '<div class="news" style="font-family:Verdana;font-size:small">'
var posttext = '</div>'
var ar = new Array(
  pretext + '<A HREF="news.asp">10/12/05 - New Website</A><br>Interlink Advantage, LLC is proud to announce the release of their new website. This new website should provide a modern look, and more information for our customers.' + posttext,
  pretext + '<A HREF="news.asp">09/30/05 - New Offices</A><br>Interlink Advantage, LLC has just finished renovating our new office location and are proud to present our new managed environment hosting facility.' + posttext
);