$(function() {	$("#box_fade_out_degrade").fadeOut(3000,function(){	});});$(function() {	$("#box_fade_out_header").fadeOut(3000,function(){	});});/* rollover */$(function() {    $('.rollover').hover(function() {        var currentImg = $(this).attr('src');        $(this).attr('src', $(this).attr('hover'));        $(this).attr('hover', currentImg);    }, function() {        var currentImg = $(this).attr('src');        $(this).attr('src', $(this).attr('hover'));        $(this).attr('hover', currentImg);    });});/* diaporama news */$(function() {   $('#diaporama').after('<div id="nav">').cycle({     fx:     'scrollLeft',     speed:  'fast',     timeout: 8000,     pager:  '#nav',        pagerAnchorBuilder: function() {         return '<a href="#"></a>';     } });});
