<!--
	var myArray = new Array()

	myArray[0]='footer/footer1.css';
	myArray[1]='footer/footer2.css';
	myArray[2]='footer/footer3.css';
	myArray[3]='footer/footer4.css';
	myArray[4]='footer/footer5.css';

	var s = Math.floor(Math.random() * myArray.length);
	document.write('<link rel="stylesheet" href="/' + myArray[s]  + '" type="text/css" />');
-->