﻿/*----------------------------------------------------------------------------------------*/
/*                                                                                        */
/* User notes:     You may amend/add the following variables:                             */
/*                                                                                        */
/* rotatetime:     Time in millisecs for each banner add to be displayed before rorating. */
/*                 For instance, 5000 =  5 secs, 8000 = 8 secs, etc                       */ 
/*                                                                                        */
/* bannerImg:      Add a new banner graphic after the last one with a number one higher   */
/*                                                                                        */
/* bannerUrl:      Add a new banner url after the last one with a number one higher       */
/*                                                                                        */
/* HighBannerNum:  This MUST be the highest numbered banner used. For instance, if you    */ 
/*                 add another banner, add 1 to this number                               */
/*----------------------------------------------------------------------------------------*/


var RotateTime   = 8000;

bannerImg         = new Array();                                     
bannerImg[0]      = '/banners/victor-chandler.gif';            
bannerImg[1]      = '/banners/party-poker.gif';                
bannerImg[2]      = '/banners/hyu.gif';                        
bannerImg[3]      = '/banners/corals.gif';                     
bannerImg[4]      = '/banners/poker-shop.gif';                 
bannerImg[5]      = '/banners/reserve-space.gif';              
bannerImg[6]      = '/banners/MasinoGaming.gif';   
bannerImg[7]      = 'http://banner.betfred.com/cgi-bin/banner.cgi?member=poker4charity&profile=pbonus250&id=npok468';  
bannerImg[8]      = '/banners/pitp.gif';           

bannerUrl = new Array();
bannerUrl[0]  = 'http://charity.vcpoker.com/';
bannerUrl[1]  = 'http://www.partypoker.com/index.htm?wm=2126422';
bannerUrl[2]  = 'http://www.1stclasscasino.co.uk/';
bannerUrl[3]  = 'http://www.eurobet.com/sb.go?page=bannertrack&origin=1569';
bannerUrl[4]  = 'http://www.poker-shop.co.uk/';
bannerUrl[5]  = 'http://www.poker4charity.org/index.php?page=sponsorship';
bannerUrl[6]  = 'http://www.MasinoGaming.co.uk';
bannerUrl[7]  = 'http://banner.betfred.com/cgi-bin/redir.cgi?id=N&member=poker4charity&profile=pbonus250';
bannerUrl[8]  = 'http://www.pokerinthepub.com';
var HighBannerNum = 8;