$(document).ready(function(){
						   
						   
						   
						   
		$('#hinweisbox').hide();
		$.ajax({
			url: "products_ajax.php",
			cache: false,
			success: function(html){
				$(".produktbestseller").html(html);
			}
		});


      }); 
 


 






//  highslide start

	
  
    hs.graphicsDir = 'highslide/graphics/';
    hs.outlineType = 'rounded-white';
   hs.flushImgSize = true;
//  Fotozoom END


//  highslide ende


