$(document).ready(function() {

	$(".ad").click(function(){

		var elem = $(this);

		$("#adTopContainer").toggle();
		$("#adContainer").animate({ 
			height: ['toggle', 'swing'],
			opacity: 1.0
		}, 1500, "linear" );

		if(elem.attr("id") == "jkh") {

			$("#adContainer").html("jee") <img src="./jka2.gif" alt="jka" />;
			setTimeout('window.location = "./ref_saneeraus.html"', 5000);
		}
		else {

			$("#adContainer").html("./jka2.gif");
			setTimeout('window.location = "./ref_metals.html"', 5000);
		}
	});

});
