$(document).ready(function()
{ 
	$("#logo").click(function()
	{
		window.location.href = 'http://www.loft.de';
	});
});
