$(document).ready(function(){ $('#content_main_content_back a').show().click(function() { history.go(-1); return false; }); $('#terugknop a').show().click(function() { history.go(-1); return false; }); $('#content_main_content_print').show(); $("ul#newsticker").liScroll({travelocity: 0.05}); /* travelocity aanpassen voor scrollsnelheid lichtkrant*/ });