if(String(document.location).substring(0,18) == "http://site-local/")")
    document.write('<BASE HREF="http://site-local/">');
else
    document.write('<BASE HREF="http://www.site-internet.com/">');