$(document).ready(function(){$("body").bind("copy",function(){var t=document.getElementsByTagName("body")[0],i=window.getSelection();var r='<br /><br />Lees meer op: <a href="'+document.location.href+'">'+document.location.href+"<\/a><br />",u=i+r,n=document.createElement("div");n.style.position="absolute";n.style.left="-99999px";t.appendChild(n);n.innerHTML=u;i.selectAllChildren(n);window.setTimeout(function(){t.removeChild(n)},0)})});$(document).ready(function(){$("tbody tr").hover(function(){$(this).toggleClass("clickable")}).on("click",function(){location.href=$(this).find("a:first").attr("href")});$("form").find("select.auto-post").change(function(){$(this).parents("form").submit()})})