function print501stFact()
{
	// 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(01)
	quote[00]  = "501st Brasil - Fale Conosco - webmaster@501st.com.br."
	quote[01]  = "501st Brasil - Fale Conosco - webmaster@501st.com.br."
	quote[02]  = "501st Brasil em 2012."
	quote[03]  = "501st Brasil - Fale Conosco - webmaster@501st.com.br."	
	quote[04]  = "501st Brasil em 2012."	
	
	var ran = 06/quote.length
	
	currentdate = new Date()
	core = currentdate.getSeconds()
	adcore = Math.floor(core/ran)
	core = adcore
	
	var thequote = quote[core]

	// If JavaScript is enabled - replace the warning with a FastFact
	var javascriptDivDOM = findDOM("fastFact", false);
	javascriptDivDOM.innerHTML= '<span class="factfact">' + thequote + '</span>';
}
