function writeloc()
{
document.write('<script language="Javascript" src="http://map.geoup.com/~13436/geoup?template=watch"></script>')
}

<!-- Begin
function formHandler(form){
var URL = form.site.options[form.site.selectedIndex].value;
window.location.href = URL;
// End -->
}

var message='All code, graphic, photos are copyrighted. Copy without permission is prohibited'
function click(e)
{
if(document.all)
{
if(event.button==2)
{
alert(message);
return false;
}
}
if(document.layers)
{
if(e.which==3)
{
alert(message);
return false;
}
}
}
if(document.layers)
{
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
