
$(function() {
	$('#header').css("display","block");
    $('#header').cycle();
});
