<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS

document.write('<li><A HREF="rentals.html">Rentals</a><br>');

document.write('<li><A HREF="sales.html">Home Sales</a><br>');

document.write('<li><A HREF="longtermrentals.html">Long Term Rentals</a><br>');

document.write('<li><A HREF="uniquesales.html">Unique Sales</a><br>');

document.write('<li><A HREF="additional2.htm">Personal Chef</a><br>');

document.write('<li><A HREF="additional.htm">Hot Tub Rentals</a><br>');

document.write('<li><A HREF="http://www.adventuremex.net/?id=bbg">Mex Auto Insurance</a><br>');

document.write('<li><A HREF="testimonials.htm">Activities</a><br>');

document.write('<li><A HREF="about.htm">About Punta Banda</a><br>');

document.write('<li><A HREF="gallery.htm">Photo Gallery</a><br>');

document.write('<li><A HREF="http://www.ensenadagazette.com/">Ensenada Info</a><br>');

document.write('<li><A HREF="http://www.wunderground.com/global/stations/76050.html">Ensenada Weather</a><br>');

document.write('<li><A HREF="contact.htm">Contact</a><br>');

document.write('<li><A HREF="about2.htm">About Us/Terms</a><br>');

document.write('<li><A HREF="index.html">Home Page</a><br>');

//-- END MENU LINKS




document.write('</ul>');
document.write('</td></tr></table>');



//  End -->