var xmlhttp
var sponsorLimit = 10
var articleSponsorLimit = 10

function loadSponsorsGold()
{
	
				var sponsorText ='';
			for (i = 0; i <= GoldArray.length - 1; i++){
				
											sponsorText+='<span><a style="color:black"  href="'+GoldArray[i][1]+'">'+GoldArray[i][0]+'</a> &nbsp; &nbsp; &nbsp; &nbsp;</span>\n';

					
				}
				for (i = 0; i <= GoldArray.length - 1; i++){
				
											sponsorText+='<span><a style="color:black"  href="'+GoldArray[i][1]+'">'+GoldArray[i][0]+'</a> &nbsp; &nbsp; &nbsp; &nbsp;</span>\n';

					
				}
					for (i = 0; i <= GoldArray.length - 1; i++){
				
											sponsorText+='<span><a style="color:black"  href="'+GoldArray[i][1]+'">'+GoldArray[i][0]+'</a> &nbsp; &nbsp; &nbsp; &nbsp;</span>\n';

					
				}
				for (i = 0; i <= GoldArray.length - 1; i++){
				
											sponsorText+='<span><a style="color:black"  href="'+GoldArray[i][1]+'">'+GoldArray[i][0]+'</a> &nbsp; &nbsp; &nbsp; &nbsp;</span>\n';

					
				}
						for (i = 0; i <= GoldArray.length - 1; i++){
				
											sponsorText+='<span><a style="color:black"  href="'+GoldArray[i][1]+'">'+GoldArray[i][0]+'</a> &nbsp; &nbsp; &nbsp; &nbsp;</span>\n';

					
				}
			document.getElementById('TICKER').innerHTML=sponsorText;	
}




