
function isAnswered(){var ans;if(typeof hbx.mlc=="undefined"){ans=false;}
else{var a=hbx.mlc;ans=a.match(/\/.*\/noAns/);if(ans!=null)ans=5;else{ans=a.match(/\/.*\/question/);if(ans!=null)ans=4;else ans=0;}}
return ans;}
function addsubReferer(value,title){if(!value||isNaN(value))return false;title=title.substr(0,50);subref=value+"@"+escape(title);document.cookie="subref="+escape(subref)+"; path=/";return true;}
jQuery(document).ready(function(){var theref=readCookie("statref");var theurl=readCookie("staturl");var thelpans=readCookie("statlpans");if(theref==null||theref=="")
{theref=document.referrer;if(theref==null||theref=="")
{theref='none';}
document.cookie="statref="+escape(theref)+"; path=/";}
if(theurl==null||theurl=="")
{theurl=location.href;document.cookie="staturl="+escape(theurl)+"; path=/";}
if(thelpans==null||thelpans=="")
{thelpans=isAnswered();document.cookie="statlpans="+escape(thelpans)+"; path=/";}});