$(window).load(function(){var a=getBaseURL()+"js/zeroclipboard/ZeroClipboard10.swf";ZeroClipboard.setMoviePath(a);$(document).ready(function(){$(".deal-couponcode").each(function(){clip=new ZeroClipboard.Client;clip.setHandCursor(true);var a=$(this).text(),b=$(this).attr("href");clip.setText(a);clip.addEventListener("complete",function(){window.open(b)});clip.glue($(this).attr("id"))})})});function getBaseURL(){var a=location.href,b=a.substring(0,a.indexOf("/",14));if(b.indexOf("http://localhost")!=-1){var a=location.href,d=location.pathname,e=a.indexOf(d),f=a.indexOf("/",e+1),c=a.substr(0,f);return c+"/"}else return b+"/"}
