/* <![CDATA[ */function ucfirst(str){str+='';var f=str.charAt(0).toUpperCase();return f+str.substr(1);}function gethash(){var hash=window.location.hash;hash=hash.substring(1);if(hash!=''){if(document.getElementById('jshash')){document.getElementById('jshash').innerHTML='# <a href="#'+hash+'" title="Go to '+ucfirst(hash.replace('_',' '))+'">'+ucfirst(hash.replace('_',' '))+'</a>';return true;}else{return true;}}}function closeframe(){parent.location.href='';}/* ]]> */