$(document).ready(function(){
/*	var n=$("#h-bgs img").size()-1;
	window.i=0;
	function change_bg(){
		if (window.i == n) window.i=0;
		window.i++;
		$("#h-bgs img").css("display","none");
		$("#h-bgs img").eq(window.i).fadeIn(600);
	}
	change_bg();
	setInterval(function(){
	change_bg();
	},5000);*/
	window.comp=1;
	setInterval(function(){
		if (window.comp == 5) { window.comp=0 }
		$(".companies div").css("display","none");
		$(".companies div").eq(window.comp).fadeIn(600);
		window.comp++;
	},9000);
	$(".companies div a").hover(function(){
		$(this).find("img").attr("src", $(this).find("img").attr("src").slice(0, 14) + "2.png");
	}, function(){
		$(this).find("img").attr("src", $(this).find("img").attr("src").slice(0, 14) + "1.png");
	});
	$("#asd_slider_pics_wrapper1").prepend("<div class='gradient' style='width: 293px; height: 150px; background: url(/i/gradient.png) no-repeat; position: absolute; lefo: 0; z-index: 50;'></div>");
});
