
<!-- Begin
function right(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("Loja Edgard Armond 407\n\n\www.edgardarmond.com.br\n\n\Acesso não autorizado.");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// End -->


<!--
{
hoje = new Date()
        dia = hoje.getDate()
        dias = hoje.getDay()
        mes = hoje.getMonth()
        ano = hoje.getYear()

		if (ano < 2000)    // Y2K Fix, Isaac Powell
		ano = ano + 1900; 		

        if (dia < 10)

                dia = "0" + dia

        function CriaArray (n) {

        this.length = n }

        NomeDia = new CriaArray(7)

			NomeDia[0] = "Domingo"
			NomeDia[1] = "Segunda"
			NomeDia[2] = "Ter&ccedil;a"
			NomeDia[3] = "Quarta"
			NomeDia[4] = "Quinta"
			NomeDia[5] = "Sexta"
			NomeDia[6] = "S&aacute;bado"

         NomeMes = new CriaArray(12)

			NomeMes[0] = "Jan"
			NomeMes[1] = "Fev"
			NomeMes[2] = "Mar"
			NomeMes[3] = "Abr"
			NomeMes[4] = "Mai"
			NomeMes[5] = "Jun"
			NomeMes[6] = "Jul"
			NomeMes[7] = "Ago"
			NomeMes[8] = "Set"
			NomeMes[9] = "Out"
			NomeMes[10] = "Nov"
			NomeMes[11] = "Dez"
}


function escreveData()
{
 document.write (dia + "/" + NomeMes[mes] + "/" + ano)
}

function escreveDia ()
{
 document.write (NomeDia[dias])
}


function abrir(pagina){
        newWindow=window.open(pagina,"nova","top=100,left=100,width=269,height=320");
    }

// -->
