  $(document).ready(function(){
    jQuery('img.telefon').dblclick(function(){
		location.href='?page=94';
	});
  });
