!function(a){a.fn.downCount=function(b,c){function g(){var a=new Date(d.date),b=f(),g=a-b;if(g<0)return clearInterval(h),void(c&&"function"==typeof c&&c());var i=1e3,j=60*i,k=60*j,l=24*k,m=Math.floor(g/l),n=Math.floor(g%l/k),o=Math.floor(g%k/j),p=Math.floor(g%j/i);m=String(m).length>=2?m:"0"+m,n=String(n).length>=2?n:"0"+n,o=String(o).length>=2?o:"0"+o,p=String(p).length>=2?p:"0"+p;var q=1===m?"day":"Days",r=1===n?"hour":"Hours",s=1===o?"minute":"Minutes",t=1===p?"second":"Seconds";e.find(".days").text(m),e.find(".hours").text(n),e.find(".minutes").text(o),e.find(".seconds").text(p),e.find(".days_ref").text(q),e.find(".hours_ref").text(r),e.find(".minutes_ref").text(s),e.find(".seconds_ref").text(t)}var d=a.extend({date:null,offset:null},b);d.date||a.error("Date is not defined."),Date.parse(d.date)||a.error("Incorrect date format, it should look like this, 12/24/2012 12:00:00.");var e=this,f=function(){var a=new Date,b=a.getTime()+6e4*a.getTimezoneOffset(),c=new Date(b+36e5*d.offset);return c},h=setInterval(g,0)}}(jQuery);