// Preload Image
jQuery.preloadImages = function(){for(var i = 0; i<arguments.length; i++){jQuery("<img>").attr("src", arguments[i]);}}
jQuery.discoment = function(){ jQuery('img, a img,#hd,#simpleCart').bind('contextmenu', function(){return false;}); }
$(function(){$("a.external").bind('click',function(e){ var href = $(this).attr('href'); window.open(href); return false;});$.discoment();});