// JavaScript Document
$(document).ready(function() {
	$('#marquee').innerfade({ speed: 'slow', timeout: 5000, type: 'sequence' });
	$('#logo').click( function(){location.href='index.html';});
});//close document ready
