var text_sponsors = 0;
var messagenum_sponsors = new Array();
messagenum_sponsors[0] = "<p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:10px;'><strong>OFFICIAL SPONSOR OF ASTON VILLA OLD STARS</strong></p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:26px;'>Fragrancemad.com</p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:12px;'>Discount designer perfume, aftershave, skincare, cosmetics, haircare and tanning products! Only online.</p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:12px;'>Fragrance Mad is in a fantastic position as an established and recognised leader in online fragrance retail.</p><p style='margin-top:5px; margin-bottom:0px;' align='center'><a href='http://www.fragrancemad.com/?utm_source=AVFPA&utm_medium=Banner&utm_campaign=AVFPA' target='_blank'><img src='logos/fragrancemad.gif' alt='Fragrance Mad' width='200' height='50' border='0' /></a></p>"
messagenum_sponsors[1] = "<p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:10px;'><strong>MAIN PARTNER</strong></p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:22px;'>Aston Villa Football Club</p><p style='margin-top:15px; margin-bottom:0px;' align='center'><a href='http://www.avfc.co.uk' target='_blank'><img src='logos/avfc.gif' alt='' width='78' height='110' border='0' /></a></p>"
messagenum_sponsors[2] = "<p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:10px;'><strong>OFFICIAL SPONSOR OF ASTON VILLA FPA</strong></p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:26px;'>Medsport GB</p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:12px;'>MEDSPORT GB is a rapidly growing supplier of sports medical supplies and equipment. Within three years, it is the company's ambition to be the UK's market leader.</p><p style='margin-top:15px; margin-bottom:0px;' align='center'><a href='http://www.medsportgb.co.uk' target='_blank'><img src='logos/medsportgb.gif' alt='' width='200' height='36' border='0' /></a></p>"
messagenum_sponsors[3] = "<p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:10px;'><strong>KIT SUPPLIER</strong></p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:26px;'>Nike</p><p style='margin-top:10px; margin-bottom:0px; margin-left:10px; margin-right:10px; font-size:12px;'>Nike operates in more than 160 countries around the globe. Through our suppliers, shippers, retailers and other service providers, we directly or indirectly employ nearly one million people.</p><p style='margin-top:5px; margin-bottom:0px;' align='center'><a href='http://www.nike.com' target='_blank'><img src='logos/nike.gif' alt='' width='200' height='70' border='0' /></a></p>"
function alternateText_sponsors() {
	if (messagenum_sponsors.length > 0) {
		document.getElementById("alternatingtext_sponsors").innerHTML=messagenum_sponsors[text_sponsors];
		text_sponsors++;
	}

	if (text_sponsors == 4) {
		text_sponsors = 0;
	}  // The number here represents the number of messages

	window.setTimeout("alternateText_sponsors()", 6000);
}
function addLoadEvent(func) {
	var oldonload = window.onload;
	if (typeof window.onload != 'function') {
		window.onload = func;
	} else {
		window.onload = function() {
			if (oldonload) {
				oldonload();
			}
			func();
		}
	}
}
addLoadEvent(function() { alternateText_sponsors(); });