// Start function when DOM has completely loaded

$(document).ready(function() {	

	$('#footer').cycle('fade');		

});