function formatUserDate(b){var a=new Date();a.setTime(b*1000);return a.format(Subtitles.User.timeFormat())}function formatShortUserDate(b){var a=new Date();a.setTime(b*1000);return a.format(Subtitles.User.shortTimeFormat())}Object.extend(String.prototype,{ptruncate:function(d,c){if(c==undefined){c=false}var b=this.length>d;var a="";if(b&&c==true){a+="<span ";a+="onmouseover=\"showTooltip('"+this.replace(/"/g,"&quot;").replace(/'/g,"\\'")+"', 'podnapisi_release');\" onmouseout=\"hideTooltip();\">"}a+=this.truncate(d,"...");if(c==true&&b){a+="</span>"}return a},isNumeric:function(){return this.search(/^-?[0-9]+$/)==0}});
