if (document.images){		var home = new Image();    home.src = "../images/tp_home.gif";    var home_on = new Image();    home_on.src = "../images/tp_home_on.gif";	var about = new Image();    about.src = "../images/tp_about.gif";    var about_on = new Image();    about_on.src = "../images/tp_about_on.gif";	var invest = new Image();    invest.src = "../images/tp_invest.gif";    var invest_on = new Image();    invest_on.src = "../images/tp_invest_on.gif";	var press = new Image();    press.src = "../images/tp_press.gif";    var press_on = new Image();    press_on.src = "../images/tp_press_on.gif";	var found = new Image();    found.src = "../images/tp_found.gif";    var found_on = new Image();    found_on.src = "../images/tp_found_on.gif";	var career = new Image();    career.src = "../images/tp_career.gif";    var career_on = new Image();    career_on.src = "../images/tp_career_on.gif";	var sitemap = new Image();    sitemap.src = "../images/tp_sitemap.gif";    var sitemap_on = new Image();    sitemap_on.src = "../images/tp_sitemap_on.gif";	var search = new Image();    search.src = "../images/tp_search.gif";    var search_on = new Image();    search_on.src = "../images/tp_search_on.gif";	var contact = new Image();    contact.src = "../images/tp_contact.gif";    var contact_on = new Image();    contact_on.src = "../images/tp_contact_on.gif";	var footer_shop_subscribe = new Image();    footer_shop_subscribe.src = "../images/footer_shop_subscribe.gif";    var footer_shop_subscribe_on = new Image();    footer_shop_subscribe_on.src = "../images/footer_shop_subscribe_on.gif";	var footer_support = new Image();    footer_support.src = "../images/footer_support.gif";    var footer_support_on = new Image();    footer_support_on.src = "../images/footer_support_on.gif";		function rollon(img) {document[img].src=eval(img+"_on.src");}		function rolloff(img) {document[img].src=eval(img+".src");}}	var myDateObj, myMonth, myDate, myYear;myDateObj = new Date();myMonth = myDateObj.getMonth();if (myMonth==0) {myMonth="JANEIRO";}else if (myMonth==1) {myMonth="FEVEREIRO";}else if  (myMonth==2) {myMonth="MARÇO";}else if  (myMonth==3) {myMonth="ABRIL";}else if  (myMonth==4) {myMonth="MAIO";}else if  (myMonth==5) {myMonth="JUNHO";}else if  (myMonth==6) {myMonth="JULHO";}else if  (myMonth==7) {myMonth="AGOSTO";}else if  (myMonth==8) {myMonth="SETEMBRO";}else if  (myMonth==9) {myMonth="OUTUBRO";}else if  (myMonth==10) {myMonth="NOVEMBRO";}else if  (myMonth==11) {myMonth="DEZEMBRO";}myDate = myDateObj.getDate();myYear = "2009";var dateStr = myDate+" DE "+myMonth+", "+myYear;	function openBrandWindow(theBrand) {theBrandWindow=window.open("" + theBrand, "brandWindow", "menubar=no,scrollbars=yes,status=no,width=380,height=600")}