try{document.execCommand("BackgroundImageCache",false,true);}catch(e){}$(document).ready(function(){$("body").supersleight({imgs:false}); var a={transition:"fade",speed:100,current:"Bild {current} von {total}",maxWidth:"100%",maxHeight:"100%",scalePhotos:true,scrolling:false,slideshow:true,slideshowAuto:false,slideshowStart:"Diaschau starten",slideshowStop:"Diaschau beenden",slideshowSpeed:5000}; a.title=function(){var b=$(this).find("div.colorboxTitleInfo");if(b){return b.html(); }else{return $(this).attr("title");}};$("a[rel=colorbox]").colorbox(a);$().bind("cbox_open",function(){$("object").hide(); $("embed").hide();});$().bind("cbox_closed",function(){$("object").show();$("embed").hide(); });$("li.clickable").click(function(){window.location=$(this).find("a").attr("href"); return false;});});