/**/
$(document).ready(
	function(){		

            $("#header")
                .append('<div class="seq"></div>');
            $("#header .seq")
                .append('<img width="780" height="140" src="http://files.honet.be/wymstyle/sites/www-cimescaut-materiaux-com/header/1.jpg" alt=" "/>')
                .append('<img width="780" height="140" src="http://files.honet.be/wymstyle/sites/www-cimescaut-materiaux-com/header/3.jpg" alt=" "/>')
                .append('<img width="780" height="140" src="http://files.honet.be/wymstyle/sites/www-cimescaut-materiaux-com/header/4.jpg" alt=" "/>')
                .append('<img width="780" height="140" src="http://files.honet.be/wymstyle/sites/www-cimescaut-materiaux-com/header/5.jpg" alt=" "/>')
                .append('<img width="780" height="140" src="http://files.honet.be/wymstyle/sites/www-cimescaut-materiaux-com/header/6.jpg" alt=" "/>')
                .append('<img width="780" height="140" src="http://files.honet.be/wymstyle/sites/www-cimescaut-materiaux-com/header/7.jpg" alt=" "/>');
                
    		
    			
    $("#header .seq").innerfade({speed: 3000,timeout: 6000,type: 'random',containerheight: "140px"});			
	}
);
/**/
