// wait until document is fully scriptable 
$(document).ready(function() { 
	$("#indhold").scrollable({size:1}).mousewheel();
});