function print501stImage()
{
	// please keep these lines on when you copy the source
	// made by: Nicolas - http://www.javascript-page.com
	
	var core = 0
	var currentdate = 0
	
	function StringArray (n) {
	  this.length = n;
	  for (var i =1; i <= n; i++) {
	    this[i] = ' '
	
	  }
	}
	
	quote = new StringArray(17)
	quote[0]  = "tk285.jpg"
	quote[1]  = "tc3506.jpg"
	quote[2]  = "tk3560.jpg"
	quote[3]  = "id3568.jpg"  
	quote[4]  = "sl3640.jpg"
	quote[5]  = "tk3520.jpg"
	quote[6]  = "td3677.jpg"
	quote[7]  = "tk3702.jpg"
	quote[8]  = "sl3539.jpg"
	quote[9]  = "sl3715.jpg"
	quote[10]  = "tk3545.jpg"
	quote[11]  = "tb7875.jpg"
	quote[12]  = "sl3695.jpg"
	quote[13]  = "tc3677.jpg"
	quote[14]  = "tk4002.jpg"
	quote[15]  = "tk3655.jpg"
	quote[16]  = "bh3655.jpg"


	quote2 = new StringArray(17)
	quote2[0]  = "Ben Melero"
	quote2[1]  = "Edu Grau" 
	quote2[2]  = "Jose Carlos Diaz"
	quote2[3]  = "Diego Valiente" 
	quote2[4]  = "Carlos Chardi"
	quote2[5]  = "Antonio J. García"
	quote2[6]  = "Oscar Tahoces"
	quote2[7]  = "Jaime Herraiz"
	quote2[8]  = "Jesús Marugán"
	quote2[9]  = "Maria José Mallols"
	quote2[10]  = "Llaui"
	quote2[11]  = "Alex Dosaula"
	quote2[12]  = "Pascual Gil" 
	quote2[13]  = "Oscar Tahoces"
	quote2[14]  = "Manu"
	quote2[15]  = "Jose Antonio Oliver" 
	quote2[16]  = "Jose Antonio Oliver"



	var ran = 60/quote.length
	
	currentdate = new Date()
	core = currentdate.getSeconds()
	adcore = Math.floor(core/ran)
	core = adcore
	
	var thequote = quote[core]

      var thequote2 = quote2[core]

	// If JavaScript is enabled - replace the warning with a FastImage
	var javascriptDivDOM = findDOM("fastImage", false);
	javascriptDivDOM.innerHTML= '<a href="#"><img class="col_header" height="406" alt="' + thequote2 + '" src="spanishgarrison/troopers/' + thequote + '" width="300" border="0"></a>';
}