// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var currentdate = 0
var core = 0
function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '
  }
}
image = new StringArray(5)
image[0] = '<a href=/maxwell-winches-m-32.html border=0><img src=/images/banners/MaxwellPriceDrop.jpg></a>'
image[1] = '<a href=/product_info.php?products_model=34593 border=0><img src=/images/banners/PolyComboPack.jpg></a>'
image[2] = '<a href=/torqeedo-m-165.html border=0><img src=/images/banners/TorqeedoNEW.jpg></a>'
image[3] = '<a href=/specials.php border=0><img src=/images/banners/CWRCloseouts.gif></a>'
image[4] = '<a href=/advanced_search_result.php?keywords=refurbished&categories_id=&inc_subcat=1&manufacturers_id=98&pfrom=&pto=&dfrom=&dto=&UPC=&PriceSort=1&x=69&y=14 border=0><img src=/images/banners/MagellanRefurb.jpg></a>'
var ran = 60/image.length
function ranimage() {
  currentdate = new Date();
  core = currentdate.getSeconds();
  core = Math.floor(core/ran);
    return(image[core]);
}

function PopUp(target,WindowName,mheight,mwidth)
{
    if (window.window1) window1.close;
    var window1 = window.open(target,WindowName,'scrollbars=yes,width='+mwidth+',height='+mheight+',top=10,left=10,resizable=yes');
    if (window1.opener == null) window1.opener = self;
    if (!window1.closed) window1.focus();
}

