	//http://simonwillison.net/2004/May/26/addLoadEvent/
	function addLoadEvent(func) {
	  var oldonload = window.onload;
	  if (typeof window.onload != 'function') {
		window.onload = func;
	  } else {
		window.onload = function() {
		  if (oldonload) {
			oldonload();
		  }
		  func();
		}
	  }
	}

	addLoadEvent(timedCount);


	var i=0;
	function timedCount()
	{
		i++;
		if(i > 13)
		{
			i=0;
		}

		str = variableslide[i];
		
		document.getElementById("mydiv").innerHTML = str;
		
		t=setTimeout("timedCount()",4000);
	}

			
	var variableslide=new Array()

	//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]

	variableslide[0]=['<img src="references/ffr.jpg" /><br/>"...Blygold were impressively professional from the initial call to the completed application..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[1]=['<img src="references/johnson-controls.jpg" /><br/>"...and the service offered by Blygold Australia have been Exceptional..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[2]=['<img src="references/alstom.gif" /><br/>"...ALSTOM can recommend BLYGOLD as a solution to corrosion on heat exchangers..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[3]=['<img src="references/amp.jpg" /><br/>"...excellent service you provided...and our customers have been very happy with the results..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[4]=['<img src="references/amsterdam.gif" /><br/>"...we are very pleased that we did treat all our machinery..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[5]=['<img src="references/baa.gif" /><br/>"...reduce the onset of corrosion, increase surface area and reform the thermal linkage..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[6]=['<img src="references/clyde.gif" /><br/>"...Blygold has done excellent work and we can recommend this company\'s services and concepts..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[7]=['<img src="references/hodge.gif" /><br/>"...professional advice and reliable solutions..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[8]=['<img src="references/klm.jpg" /><br/>"...which reflects the added value of Blygold works..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[9]=['<img src="references/novotel.gif" /><br/>"...The units are working more efficiently and their energy consumption has reduced..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[10]=['<img src="references/amsterdam.gif" /><br/>"...Remarkable results in terms of energy saving and at least a 100% increase of life time..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[11]=['<img src="references/shell.gif" /><br/>"...Blygold - qualified vendor..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[12]=['<img src="references/trane.gif" /><br/>"...The result of this protection is to our full satisfaction..."<br/><a href="references.php"><span class="small">View more references</span></a>']
	variableslide[13]=['<img src="references/urenco.gif" /><br/>"...The performance of the machines has been according to our expectations..."<br/><a href="references.php"><span class="small">View more references</span></a>']

		


