(function(){window.as.extras={random:function(b,a){return Math.floor(Math.random()*(a-b+1))+b},age:function(d,h,f){d=parseInt(d,10);h=parseInt(h,10);f=parseInt(f,10);var b=0,i=0,a=new Date(),g=new Date(f,h,d,0,0,0,0),e=(a.getTime()-g.getTime());for(i=g.getFullYear();i<=a.getFullYear();i++){if(((i%100!==0)&&(i%4===0))||((i%100===0)&&(i%400===0))){e+=1000*60*60*24}}b=Math.floor(e/(365*24*60*60*1000));return b},daysInMonth:function(b,a){b=parseInt(b,10)-1;a=parseInt(a,10);return 32-new Date(a,b,32).getDate()},entities:function(a){if(typeof a==="string"){a=a.replace(/&/g,"&amp;");a=a.replace(/>/g,"&gt;");a=a.replace(/</g,"&lt;")}return a}}}());
