urlarray = new
Array(['comicwarriors.com/'],
      ['ispwizard.com/'],
      ['freecomicbookday.com/'],
      ['whitetown.com/rb/'],
      ['mozilla.org/'],
      ['white-crane.com/'],
      ['f-prot.com/currentversions.html'],
      ['c-shore.com/maxdir/'],
      ['sourceforge.net/project/showfiles.php?group_id=196'],
      ['buerg.com/'],
      ['planetezfind.com/sdqdesigns/anw/'],
      ['hpm.com.au/'],
      ['amazonnation.ca/'],
      ['directnic.com/?3653'])

linkarray = new
Array(['Comic Warriors'],
      ['ISP Wizard'],
      ['Free Comic Book Day'],
      ['whitetown.com/rb/'],
      ['Mozilla'],
      ['white-crane.com/'],
      ['F-Prot'],
      ['MaxDIR - The DIR Command Alternative'],
      ['NetHack'],
      ['Buerg Software'],
      ['Amazon Nation - World'],
      ['HPM'],
      ['Amazon Nation - Canada'],
      ['Direct NIC'])

txtarray = new
Array([' - Ipswich Road Annerley'],
      ['Internet Setup Wizard'],
      [' - July 2005'],
      ['Red Button - <U>Very</U> handy utility to shut windows down.'],
      ['Internet browser and email application.'],
      ['Dos Utilities'],
      ['Virus scanner - Multi platform support'],
      ['(An <i>update</i> to the HotDIR V2.25)'],
      [' - The Game Ver 3.4.3'],
      ['Home of &#147;LIST&#148; - Now with longfilenames and use with XP'],
      ['Women&#146;s Self defence and Empowerment'],
      ['We use and recomend HPM Electrical products.'],
      ['Women&#146;s Self defence and Empowerment'],
      ['for all your domain name hosting solutions.'])

d = new Date();
no = (Math.floor(d.getTime()/900000) % urlarray.length);

document.write('Here&#146;s a random global link <A HREF="http://www.'+urlarray[no]+'" TARGET="_blank">'+linkarray[no]+'</A> '+txtarray[no]+'');