$(function() {
	var baseUrl = "http://62.156.162.34/procat-pf/LeoniPDB.do?template=Produktsuche";
	baseUrl += (window.language == "de") ? '&L=0' : '&L=1';
	var url = baseUrl + "&" + document.location.hash.substring(1);
	$("iframe#product-search").attr("src", url);
});
