$(document).ready(function(){
<!-- Removed jScroll for mobile support!  /HOz 20110921--/>
	<!--$('#butikerscroll').jScrollPane({scrollbarWidth:15, scrollbarMargin:10});--/>
	$('#selectbutiker').change(function(){id=$(this).find('option:selected').val();
	     $.get('index.php?id=140&butiksid='+id,function(data){
	     	$('#butikerscroll').html(data);
	     	<!-- $('#butikerscroll').jScrollPane({scrollbarWidth:15, scrollbarMargin:10}); --/>
	     	$("p").filter(function() { 
        	return $.trim($(this).text()) === ""; 
        }).remove(); 
	     });
  	});  
 }); 	


