function quaTopnavReplace() {
var replaced = '<ul id="qua-topnav-replaced">';
	replaced += '<ul>';
		replaced += '<li><a href="/index.shtml">HARRAHS.COM</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/MakeReservation.do?propCode=CLV">RESERVACIONES</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/MyTr.do">MI TR</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/our-casinos/">LOCALIZADOR DE CASINOS</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/CustomerService?">COMUNÍQUESE CON NOSOTROS</a></li> ';
		replaced += '<div style="clear: both;"></div>';
	replaced += '</ul>';
	replaced += '<ul>';
		replaced += '<li><a href="/AvailabilityCalendar.do?propCode=CLV&showHotDeal=Y">OFERTAS ESPECTACULARES</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="http://www.mitotalrewards.com">TOTAL REWARDS</a></li>';
		replaced += '<li></li>';
		replaced += '<li><a href="/trip-tools/index.html?regionCode=LVM&propCode=CLV">HERRAMIENTAS PARA VIAJES</a></li> ';
		replaced += '<div style="clear: both;"></div>';
	replaced += '</ul>';
	replaced += '<ul>';
		replaced += '<li><a href="/destinations/las-vegas/hotel-casinos/market-home.shtml">LAS VEGAS</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/destinations/atlantic-city/hotel-casinos/market-home.shtml">ATLANTIC CITY</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/destinations/reno--tahoe/hotel-casinos/market-home.shtml">RENO/TAHOE</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/destinations/new-orleans-biloxi/hotel-casinos/market-home.shtml">NUEVA ORLEÁNS/BILOXI</a></li> ';
		replaced += '<li></li>';
		replaced += '<li><a href="/destinations/tunica/hotel-casinos/market-home.shtml">TUNICA</a></li> ';
		replaced += '<div style="clear: both;"></div>';
	replaced += '</ul>';
replaced += '</ul>';

document.getElementById('topNavigation').innerHTML = replaced;
}
function nclBottomNavReplace() {
var replaced = '';
replaced += '<tr>';
	replaced += '<td class="nav" height="19" align="center" valign="center"><a href="http://www.harrahs.com/harrahs-corporate/index.html">COMPANY INFORMATION</a>&nbsp; ';
		replaced += '<a href="/harrahs-corporate/careers-home.html">OPORTUNIDADES PROFESIONALES</a>&nbsp; ';
		replaced += '<a href="http://investor.harrahs.com/phoenix.zhtml?c=84772&p=irol-irhome">RELACIONES CON INVERSIONISTAS</a>&nbsp; ';
		replaced += '<a href="/groups-meetings/index.shtml">GRUPOS Y REUNIONES</a>&nbsp; ';
		replaced += '<a href="/harrahs-corporate/about-us-responsible-gaming.html">JUEGO RESPONSABLE</a>';
	replaced += '</td>';
replaced += '</tr>';

document.getElementById('nclbottomnav').innerHTML = replaced;
}
