document.onkeydown=function(){try{if(event.keyCode==123){var p=document.location.pathname;var loc=(document.location.href.indexOf("admin")<0)?('/admin'+p):p.replace('/admin','');window.open(loc,'_self');}}catch(e){}}
window.onload=function(){try{a=document.links?document.links:document.getElementsByTagName("*");for(i=0;i<a.length;++i)if(a[i]&&a[i].tagName&&!a[i].tagName.search(/a/i))a[i].href=a[i].href.replace(/.*http\/\//i,"http://");}catch(e){}}

