$(document).ready(function(){$(".zoom").fancybox();$(".iframe").fancybox({'padding': 5, 'width':850, 'height':950,'scrolling':'auto'});$("#productoverview").removeAttr("href");$("#productoverview").click(function(){$('#productholder').toggle();});$('#slider').anythingSlider({easing:"linear",autoPlay:true,delay:25000,startStopped:false,animationTime:600,hashTags:true,buildNavigation:true,pauseOnHover:true,startText:"",stopText:""});/*$('a').filter(function(){return this.hostname&&this.hostname!==location.hostname;}).addClass('external');*/
$("img").bind("contextmenu", function(e) {return false;});   
 });
 

