var reception={init:function(site_id){reception.pageview_fired=0;if(document.location.protocol=="https:"){reception.domain="https://stats.standoutjobs.net";reception.secure=1;}else{reception.domain="http://stats.standoutjobs.net";reception.secure=0;}reception.base=reception.pingbase=reception.domain+"/in.php?site_id="+site_id;reception.base+="&res="+screen.width+"x"+screen.height+"&lang="+(navigator.language||navigator.browserLanguage||'en').substr(0,2)+"&secure="+reception.secure;if(reception_custom.session){for(var i in reception_custom.session){reception.base+="&custom["+reception.enc(i)+"]="+reception.enc(reception_custom.session[i]);}}if(reception_custom.goal){for(var i in reception_custom.goal){reception.base+="&goal["+reception.enc(i)+"]="+reception.enc(reception_custom.goal[i]);}}if(reception_custom.async){setTimeout(reception.advanced,1000);}else reception.add_event(window,'load',reception.advanced);reception.ref=RegExp("^https?://[^/]*"+location.host.replace(/^www\./i,"")+"/","i").test(document.referrer)?"":reception.enc(document.referrer);if(!reception_custom.pageview_disable)reception.pageview();},pageview:function(){if(reception.pageview_fired)return;reception.pageview_fired=1;if(location.hash.match(/utm_/i)){var href=location.pathname+(location.search?location.search+'&':'?')+location.hash.substr(1);}else{var href=location.pathname+location.search;}reception.beacon("&href="+reception.enc(reception_custom.href||href)+"&title="+reception.enc(reception_custom.title||document.title)+"&ref="+reception.ref);},log:function(href,title,type){type=type||"click";if(type=="pageview")href=href.replace(/^https?:\/\/([^\/]+)/i,"");reception.beacon("&type="+type+"&title="+reception.enc(title)+"&href="+reception.enc(href)+"&ref="+reception.ref);if(type=="download"||type=="outbound")reception.pause();},video:function(action,time,url,title){if(!url||(action!='play'&&action!='pause'&&action!='seek'&&action!='end'))return false;reception.beacon('&type=video&video[action]='+action+'&video[time]='+(time||0)+(title?'&title='+reception.enc(title):'')+(url?'&href='+reception.enc(url):''));},beacon:function(x,ping){var jsuid='';if(!reception_custom.no_cookies){jsuid=reception.get_cookie('_jsuid');if(!jsuid){reception.set_cookie('_jsuid',reception.randy());jsuid=reception.get_cookie('_jsuid');}}var s=document.createElement('script');s.type='text/javascript';s.async=true;s.src=(ping?reception.pingbase:reception.base)+x+'&jsuid='+jsuid+'&mime=js&x='+Math.random();(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(s);reception.ref="";reception.ping_start();},ping:function(){reception.beacon("&type=ping",1);},ping_set:function(interval,stop){if(!interval||!stop)return;var pingy=setInterval(reception.ping,interval*1000);setTimeout("clearInterval("+pingy+")",stop*1000);reception.ping();},ping_start:function(){if(reception.pinging||reception_custom.ping_disable)return;reception.pinging=1;var last_timeout=(reception_custom.timeout&&reception_custom.timeout>=5&&reception_custom.timeout<=240)?((reception_custom.timeout-1)*60)+5:605;setTimeout("reception.ping()",30*1000);setTimeout("reception.ping_set(80,"+last_timeout+")",60*1000);},get_cookie:function(name){var ca=document.cookie.split(';');for(var i=0,l=ca.length;i<l;i++){if(eval("ca[i].match(/\\b"+name+"=/)"))return decodeURIComponent(ca[i].split('=')[1]);}return'';},set_cookie:function(name,value){var ex=new Date;ex.setTime(ex.getTime()+20*365*86400*1000);document.cookie=name+"="+value+";expires="+ex.toGMTString()+";path=/;domain=."+location.hostname.replace(/^www\./i,"")+";";},randy:function(){var r=0,s="",c="0123456789";for(var i=0,l=c.length;i<19;i++){r=Math.floor(Math.random()*l);s+=c.substring(r,r+1);}return s.replace(/^0+/,"");},pause:function(x){var now=new Date();var stop=now.getTime()+(x||reception_custom.timer||500);while(now.getTime()<stop)var now=new Date();},isset:function(e){return(typeof(window[e])!="undefined");},enc:function(e){return window.encodeURIComponent?encodeURIComponent(e):escape(e);},goal:function(id,revenue){reception.beacon("&type=goal&goal[id]="+id+"&goal[revenue]="+revenue);},add_event:function(e,type,func){if(e.addEventListener){e.addEventListener(type,func,false);}else if(e.attachEvent){e.attachEvent("on"+type,func);}},download:function(e){reception.img_src(e,"download");},outbound:function(e){reception.img_src(e,"outbound");},click:function(e){reception.img_src(e,"click");},img_src:function(e,type){obj=reception.get_target(e);reception.log(reception.get_href(obj),reception.get_text(obj),type);},get_text:function(e){do{var txt=e.text?e.text:e.innerText;if(txt)return txt;if(e.alt)return e.alt;if(e.title)return e.title;if(e.src)return e.src;e=reception.get_parent(e);}while(e);return"";},get_href:function(e){do{if(e.href&&!e.src)return e.href;e=reception.get_parent(e);}while(e);return"";},get_parent:function(e){return e.parentElement||e.parentNode;},get_target:function(e){if(!e)var e=window.event;var t=e.target?e.target:e.srcElement;if(t.nodeType&&t.nodeType==3)t=t.parentNode;return t;},advanced:function(){if(reception_custom.advanced_disable)return;var is_download=new RegExp("\\.(7z|aac|avi|cab|csv|dmg|doc(x|m|b)?|exe|flv|gif|gz|jpe?g|js|m4a|mp(3|4|e?g)|mov|msi|ods|pdf|phps|png|ppt(x|m|b)?|rar|rtf|sea|sit|tar|torrent|txt|wma|wmv|xls(x|m|b)?|xml|zip)$","i");var is_link=new RegExp("^(https?|ftp|telnet|mailto):","i");var is_link_internal=new RegExp("^https?:\/\/(.*)"+location.host.replace(/^www\./i,""),"i");var a=document.getElementsByTagName("a");for(var i=0;i<a.length;i++){if(a[i].className.match(/reception_log/i)){if(a[i].className.match(/reception_log_download/i)){reception.add_event(a[i],"mousedown",reception.download);}else if(a[i].className.match(/reception_log_outbound/i)){reception.add_event(a[i],"mousedown",reception.outbound);}else{reception.add_event(a[i],"mousedown",reception.click);}}else{if(is_link.test(a[i].href)&&!a[i].className.match(/reception_ignore/i)){if(is_download.test(a[i].href)){reception.add_event(a[i],"mousedown",reception.download);}else if(!is_link_internal.test(a[i].href)){reception.add_event(a[i],"mousedown",reception.outbound);}}}}}};if(!reception.isset("reception_custom"))reception_custom={};if(reception.isset("reception_page_title"))reception_custom.title=reception_page_title;if(reception.isset("reception_advanced_disable"))reception_custom.advanced_disable=1;if(reception.isset("reception_pause_timer"))reception_custom.timer=reception_pause_timer;if(reception.isset("reception_custom_session"))reception_custom.session=reception_custom_session;if(reception.isset("reception_goal"))reception_custom.goal=reception_goal;if(reception.isset("async_site_id"))var reception_site_id=async_site_id;if(reception.isset("reception_site_id")){reception_custom.async=1;reception.init(reception_site_id);}function statsgoyes(site_id){reception.init(site_id);}statsgoyes(89257);