wday = new Array(7);
wday[0] = "domingo, ";
wday[1] = "segunda, ";
wday[2] = "terça, ";
wday[3] = "quarta, ";
wday[4] = "quinta, ";
wday[5] = "sexta, ";
wday[6] = "sábado, ";

date = new Date();
weekday = date.getDay();
day = date.getDate();
if (day < 10) {day = "0" + day};
month = 1 + date.getMonth();
if (month < 10) {month = "0" + month};
year = date.getYear();
today = wday[weekday] + day + "-" + month + "-" + year; 

function makeLink(){
if(document.all)
window.external.AddFavorite(window.location, "Como Construir Um Currículo Eficaz");
}

function ShadowTextTopic(Text)
{  document.write("<NOBR><SPAN class=\"topic_shadow\">"+Text);
   document.write("<SPAN class=\"topic_text\">"+Text+"</SPAN></SPAN></NOBR>");
}

function ShadowHeader(Text)
{  document.write("<NOBR><SPAN class=\"header_shadow\">"+Text);
   document.write("<SPAN class=\"header_text\">"+Text+"</SPAN></SPAN></NOBR>");
}

function ShadowName(Text)
{  document.write("<NOBR><SPAN class=\"name_shadow\">"+Text);
   document.write("<SPAN class=\"name_text\">"+Text+"</SPAN></SPAN></NOBR>");
}

function nosource() {
if (event.button==2) 
{ window.alert('2004-2005 © www.curriculoeficaz.com') }
}

document.onmousedown=nosource;


