var gifs = new Array('sims', 'butraders', 'fullers', 'har', 'maplestones', 'MBE', 'ovenclean', 'scg', 'summerfield', 'sherry');
var hrefs = new Array('../info/sponsorship.php', '../info/sponsorship.php', 'http://www.fullers.co.uk', 'http://www.harwoodhutton.co.uk', '../info/sponsorship.php', 'http://www.mberuislip.co.uk', 'http://www.ovenclean.com', '../info/sponsorship.php', 'http://www.summerfieldgm.com',  '../info/sponsorship.php');
var sponsors = new Array('Learn more', 'Learn more', 'Fullers', 'Harwood Hutton', 'Learn more', 'Mail Boxes Etc Ruislip', 'Ovenclean', 'Learn more', 'Summerfield Ground Maintenance',  'Learn more');
var sponsor_names = new Array('B &amp; P Sims', 'BU Traders', 'Fullers', 'Harwood Hutton', 'Maplestones', 'Mail Boxes Etc Ruislip', 'Ovenclean', 'SCG', 'Summerfield Ground Maintenance', 'W Sherry');
var sponsor_msg = new Array();
var sponsor_link = new Array();
var hlinks = '';

// Fullers
sponsor_msg[2] ='<p class="head3">London\'s last remaining traditional family brewer.</p><p class="bodySmall">Based at the historic Griffin Brewery in Chiswick, between the serenity of the River Thames and the hustle and bustle of the Hogarth roundabout, Fuller\'s has been brewing quality beers and running excellent pubs since 1845. At the heart of everything, you will find quality, service and pride in equal measure. Fullers aim to brew the best beers and run the best pubs.</p><p class="bodySmall">Fullers Our beers are brewed to the highest standards and have won a myriad of global awards. From their flagship London Pride (which incidentally is the flagship beer served at Ickenham CC) to the exclusive Vintage Ale, they are crafted with pride and passion. Fullers have an estate of over 360 pubs across the South of England offering outstanding cask conditioned ales, delicious food, great wines and exemplary service.</p>';

// Harwood Hutton
sponsor_msg[3] = '<p class="head3">Business advisers; accountants; tax consultants; registered auditors; forensic specialists</p><p class="bodySmall">22 Wycombe End<br />Beaconsfield<br />HP9 1NB<br />01494 739500</p>';

// BU Traders
sponsor_msg[1] = '<div align="center">26 Garth Road<br />Morden<br />Surrey<br />SM4 4JZ<br />Please Call us on :<br />0208 337 2033<br />Email : zbabri@hotmail.com</div>';

// MBE Mail Boxes
sponsor_msg[5] = '<div style="text-align:center"><p style="font-size: 1.5em; color: #970000">Stationery<br />Office Supplies<br />Photocopying<br />and Printing</p><p style="font-size: 1.2em; color: #970000">available at</p><p style="font-size: 1.5em">MAIL BOXES ETC.</p><p style="font-size: 1.2em">113 High Street<br />Ruislip, HA4 8JN<br />01895 630436</p></div>';

// Ovenclean
sponsor_msg[6] = '<div align="center"><p class="bodySmall">Call Ian Fidge to book your oven clean on<br />0800 840 7127<br />or 07818 592459<br />www.ovenclean.com</p>';

// SCG
sponsor_msg[7] = '<div align="center"><p class="bodySmall"><ul><li>Brickwork</li><li>Extensions</li><li>Conversions</li><li>Lofts</li><li>Re-furbishments</li><li>New builds</li></ul><p style="text-align: right; margin-top: 1em">124 Swakeleys Road<br />Ickenham<br />Middlesex<br />UB10 8BA<br />(m) 07977251843<br />(o) 01895 621 794</p>';

// Summerfield Ground Maintenance
sponsor_msg[8] = '<div align="center"><p class="bodySmall">Many thanks to Summerfield Ground Maintenance for supporting Ickenham Cricket Club.</p>';

// W Sherry
sponsor_msg[9] = '<div align="center"><p class="bodySmall">Independent Family Funeral Directors since 1850</p><p><i><b>Hope you have a good innings!</b></i></p><p class="bodySmall">&nbsp;<br />4 Long Lane, Ickenham UB10 8TB<br /><br />Branch Manageress: Lynn Dunn. Tel: 01895 677222<br />Personal attention: Neil Sherry 07771 990190 (24 hrs)</p>';

// Maplestones
sponsor_msg[4] = '<p class="head3">SOLICITORS</p><p class="bodySmall">2 GLEBE AVENUE, ICKENHAM, MIDDLESEX, UB10 8PA.</p><p class="bodySmall">WE OFFER COMPETATIVE RATES FOR HOUSE PURCHASE AND SALE, DIVORCE, PROBATE &amp; WILLS, PERSONAL INJURIES.</p><p class="bodySmall">For further information please contact:- RODNEY FLOOD on <b>01895 632255</b></p>';

// B & P Sims
sponsor_msg[0] = '<div align="center"><p>OAK TREE HOUSE<br />WOOD LANE<br />RUISLIP, MIDDLESEX</p><p><b>&nbsp;<br />Telephone:<br />01895 632550<br />PETER SIMS: 07768 688447<br />ROBIN SIMS: 07836 377761</b></p></div>';

var c = Math.floor(gifs.length*Math.random());
var paused = false;
var running = false;

function loadSponsor() {
	spon_pic = new Array();
	msg = new Array();
	spon_pict = new Array();
	
	for(i = 0; i < gifs.length; i++) {
		var sPath = window.location.pathname;
		var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
		//alert(sPage);
		targets = hrefs[i] == '../info/sponsorship.php' ? '">' : '" target="_blank">';
		spon_pic[i] = new Image();
		spon_pic[i].src = '../system/images/sponsors/' + gifs[i] + '.gif';
		msg[i] = '<a href="' + hrefs[i] + targets + sponsors[i] + '</a>';
		if(sPage == 'sponsorship.php' && hrefs[i] == '../info/sponsorship.php') {msg[i] = 'No website available for this sponsor';}
		spon_pict[i] = spon_pic[i].src;
		
		// Create links
		hlinks += '<a href="#" onClick="selectSlide(' + i + ')">' + sponsor_names[i] + '</a><br />';
	}
	
	// Laod links
	if(document.getElementById('hlinks')) document.getElementById('hlinks').innerHTML = hlinks;
	
	// Load 1st pictures
	document.getElementById('picture').src = spon_pict[c];
	document.getElementById('number').innerHTML = msg[c];
	if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[c];
	startSlide();
}

function startSlide() {
	running=true;
	if(navigator.appVersion.indexOf("MSIE") == -1) {
		ss_interval = setInterval(FFSlideshow,5000);
	}
	else {
		SS_interval = setInterval(slideshow,5000);
	}

	document.getElementById('number').innerHTML = msg[c];
	if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[c];
}

function slideshow() {
	if (c<spon_pict.length-1) {
		document.getElementById('pictureContainer').filters[0].Apply();
		c++;
		document.getElementById('picture').src = spon_pict[c];
		document.getElementById('number').innerHTML = msg[c];
		if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[c];
		document.getElementById('pictureContainer').filters[0].Play();
	}
	else {
		document.getElementById('pictureContainer').filters[0].Apply();
		c = 0;
		document.getElementById('picture').src = spon_pict[c];
		document.getElementById('number').innerHTML = msg[c];
		if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[c];
		document.getElementById('pictureContainer').filters[0].Play();
	}
}

function FFSlideshow() {
	if (c<spon_pict.length-1) {
		c++;
		document.getElementById('picture').src = spon_pict[c];
		document.getElementById('number').innerHTML = msg[c];
		if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[c];
	}
	else {
		c = 0;
		document.getElementById('picture').src = spon_pict[c];
		document.getElementById('number').innerHTML = msg[c];
		if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[c];
	}
}

function pause() {
	if(running == true) {
		if(paused == false) {
			paused = true;
			clearInterval(ss_interval);
			document.getElementById('media').src = "../system/images/play.gif";
			document.getElementById('media').alt = "play";
		}
		else {
			startSlide()
			paused = false;
			document.getElementById('media').src="../system/images/pause.gif";
			document.getElementById('media').alt="pause";
		}
	}
}

function selectSlide(slide) {
	pause();
	// Load selected pictures
	document.getElementById('picture').src = spon_pict[slide];
	document.getElementById('number').innerHTML = msg[slide];
	if(document.getElementById('sponsor_msg')) document.getElementById('sponsor_msg').innerHTML = sponsor_msg[slide];
}
