// JavaScript Document

	$(function() {
		// initialize SuperBGImage
		var f = 6;
		var n = Math.ceil(Math.random() * f);
		$('#background').attr('src', '/i/home_bg'+n+'.jpg');
		/* if(n==3){
			$('#logo a img').attr('src', 'i/logo_abbacino2.png');
			$('#highlight').css('color', '#333');
			$('#highlight h3').css('border-top-color', '#333');
			$('#highlight h2, #highlight h3').css({'background-image' : 'url(i/df_home_ico_arrow_f2.png)'});
		} */
		
		if(n==1){
			$('#highlight').css('left', '0px');
		}
		$('#thumbs').superbgimage().hide();
		$('#content').fadeTo('slow', 1);
	});

