$(document).ready(

	function(){
		$('div#header').innerfade({
			animationtype: 'fade',
			speed: 1500,
			timeout: 3000,
			type: 'sequence',
			containerheight: '250px'
		});
		
	$("a.heading").click(function(event){
		return false;
	});

});
