<!--
jsv=3;
if(jsv>0){r=document.referrer;
nav=navigator.appCodeName;
if(navigator.appName.substring(0,9)=="Microsoft"){nav="MSIE";}
jae=0;sc=0;pix=0;sw=0;plug=0;d=new Date;h=d.getHours()+1;}
if(jsv>1){jae=(navigator.javaEnabled() == true)?"1":"0";
if(nav=="Mozilla"){if(navigator.plugins.length>0){
plug=escape(navigator.plugins[0].name);
for(i=1;i<navigator.plugins.length;i++){
plug=plug+"&"+escape(navigator.plugins[i].name);}}}}
if(jsv>2){sw=screen.width;pix=sw*screen.height;
sc=(nav=="MSIE")?screen.colorDepth:screen.pixelDepth;}
document.write("<a href=\"http://baja-web.com/stats2/\"");
document.write("  target=\"main\">");
document.write("<img src=\"http://bilbo.counted.com/0/40278/");
document.write(h, "../index.html", jsv,"../index.html",jae,"../index.html",sc,"../index.html",pix,"../index.html",sw,"../index.html",plug,"/?",r);
document.write("\" width=1 height=1 alt=\"Vote");
document.write(" for this Site!\" border=0>");
document.write("<img src=\"http://bilbo.counted.com/0/27316/");
document.write(h, "../index.html", jsv,"../index.html",jae,"../index.html",sc,"../index.html",pix,"../index.html",sw,"../index.html",plug,"/?",r);
document.write("\" width=2 height=2 alt=\"Vote");
document.write(" for this Site!\" border=0>");
document.write("</a><br>");
//-->
<!--
//for(var i=0;i<document.links.length;i++)
//{document.links[i].href="http://bilbo.counted.com:80/30/27316/?"+document.links[i].href;}
//-->
<!--
 function stopmouse(e) { 
     if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))  
      return false; 
         else if  
         (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {  
      alert("Copyright 2004, All Rights Reserved.");
     return false;  
      }
     return true; 
         } 
         document.onmousedown=stopmouse;  
         if (document.layers) 
         window.captureEvents(Event.MOUSEDOWN); 
          window.onmousedown=stopmouse; 
//-->
<!--
var speed = 100 
var pause = 3000
var timerID = null
var bannerRunning = false
var ar = new Array()
ar[0] = "Welcome to Ensenada, Baja California, a real Mexican Port City...     "
ar[1] = "   "
ar[2] = "Don't miss visiting our many Museums & Galleries       "
ar[3] = "We have some of the best fishing in Baja California       "
ar[4] = "   "
ar[5] = "We now have a wide entrance Blvd in to our town       "
ar[6] = "Enjoy our new, mile long Malecon & Marinas       "
var currentMessage = 0
var offset = 0
function stopBanner() {
if (bannerRunning)
clearTimeout(timerID)
bannerRunning = false
}
function startBanner() {
stopBanner()
showBanner()
}
function showBanner() {
var text = ar[currentMessage]
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++ 
var partialMessage = text.substring(0, offset + 1) 
window.status = partialMessage
offset++ // IE sometimes has trouble with "++offset"
timerID = setTimeout("showBanner()", speed)
bannerRunning = true
} else {
offset = 0
currentMessage++
if (currentMessage == ar.length)
currentMessage = 0
timerID = setTimeout("showBanner()", pause)
bannerRunning = true
}
}
startBanner();
// -->

function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
// End -->
