var exit=true
function xit()
{if (exit) {
x=screen.availWidth; y=screen.availHeight;
document.write("")
}}
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true;
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3) {
open("http://beastkey.com/zoo/out.htm","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=800,height=550,top=0,left=0");self.focus();
alert("Press Ctrl-D to bookmark us!") }
}
else
if (event.button == 2 || event.button == 3) {
open("http://beastkey.com/zoo/out.htm","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=800,height=550,top=0,left=0");self.focus();
if(confirm("Add this site to Favorites?"))
{ javascript:window.external.AddFavorite('http://beastkey.com/zoo/dogs-zone/',document.title);}
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.writeln('');