$(window).load(function () {
	$("#header ul").cycle({ 
		timeout: 3000,
		speed: 6000,
		random: 1
	});
	
	$("#header").children().first().children().css('position', 'absolute');
});
