$(document).ready(function() {

	setTimeout('startCarousel()',3000);
});

function startCarousel() {

	$("#foo1").carouFredSel();	
}
