var banners = new Array(
'banners/SPC-web-banner.gif',
'banners/skyscraper.gif',
'banners/Groups-Guide-Web-AD-V2.gif',
'banners/TTB_banner.gif',
'banners/UKinboundspindlead.jpg',
'banners/groupline_120x600_dec07.gif',
'banners/Ice_Rink_web.jpg',
'banners/bfv.jpg',
'banners/TS Spindle ad.JPG',
'banners/channel-islands-guernsey.gif',
'banners/StenaLine.gif',
'banners/the-big-bus-company.gif',
'banners/notts.jpg',
'banners/blacks.jpg',
'banners/GTOA.gif',
'banners/emw.jpg' ,
'banners/trustscotland.jpg' ,
'banners/worcestershire.gif' ,
'banners/trentham.gif',
'banners/JBD014_TRAVEL-GBI-SPINDLE-A.gif' ,
'banners/norfolklinesummer.jpg' ,
'banners/TravelGBIvbanner.gif' ,
'banners/WW_Trenthamad_GBI_web.jpg' ,
'banners/AV00103Aviatorbanner.jpg',
'banners/Folio-skyscraper2.gif',
'banners/homecoming.jpg');

var linx = new Array(
'http://www.steam-packet.com',
'http://www.groupsnortheastengland.com/luxury',
'http://www.visitscotland.com/groups',
'http://www.traveltradebritain.com/',
'http://www.ukinbound.org',
'http://www.groupline.com',
'http://www.trentham.co.uk',
'http://www.britainsfavouriteview.co.uk',
'http://www.tourismsociety.org',
'http://www.guernseytrademedia.com',
'http://www.stenalineagent.com',
'http://www.bigbustours.com',
'http://www.nottsgroups.com',
'http://www.bclm.co.uk/',
'http://www.gtoa.co.uk',
'http://www.emw.co.uk',
'http://www.nts.org.uk/Home/',
'http://www.visitworcestershire.org/groups',
'http://www.trenthamleisure.co.uk/',
'http://www.JerseyBoysLondon.com' ,
'http://www.norfolkline.com/EN/Ferry_offers/Online/',
'http://www.leboat.co.uk/destination?CMP=BAC-UK_Travel-GBI',
'#',
'http://www.aviatorfarnborough.co.uk/',
'http://www.foliohotels.com',
'http://www.homecomingscotland.com');

var old = 0;
var current = 0;

function init()
{
if (!document.images) return
while (current == old)
{
current = Math.floor(Math.random()*banners.length);
}
old = current;
document.images['banner'].src = banners[current];
setTimeout('init()',8000);
}

function sendPage()
{
location.href = linx[current];
}

function openFW() {
 ww=open('http://www.online-brochures.net/files/8315/brochure.asp','OPEN','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0,width='+(screen.width-10)+',height='+(screen.height-86)+'');
}