<!--   Data Mês, Dia e Ano // Array ofmonth Names
var monthNames = new Array( "Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro");
var now = new Date();
thisYear = now.getYear();
if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem
document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + thisYear);
// -->
<!--
// images
var imagesarr1 = new Array(
 "../images/logo_corel.gif",
 "../images/logo_alcatel.gif",
 "../images/logo_manager.gif",
 "../images/logo_sun.gif");
var linksarr1 = new Array(
 "http:../index.html",
 "http:../index.html",
 "http:../index.html",
 "http:../index.html");
// -->
<!--
// images
var imagesarr2 = new Array(
 "../images/logo_acterna.gif",
 "../images/logo_symantec.gif",
 "../images/logo_prometric.jpg",
 "../images/logo_conectiva.gif");
var linksarr2 = new Array(
 "http:../index.html",
 "http:../index.html",
 "http:../index.html",
 "http:../index.html");
// -->
<!--
// images
var imagesarr3 = new Array(
 "../images/logo_furukawa.gif",
 "../images/logo_macromedia.gif",
 "../images/logo_cyclades.gif",
 "../images/logo_ctc_union.gif");
var linksarr3 = new Array(
 "http:../index.html",
 "http:../index.html",
 "http:../index.html");
// -->
<!--
// images
var imagesarr4 = new Array(
 "../images/logo_fac_dru.jpg",
 "../images/logo_ufsc.gif");
var linksarr4 = new Array(
 "http:../index.html",
 "http:../index.html");
// -->
<!--
// images
var imagesarr5 = new Array(
 "../images/logo_mc.jpg",
 "../images/logo_abed.gif");
var linksarr5 = new Array(
 "http:../index.html",
 "http:../index.html");
// -->
<!--
// images
var imagesarr6 = new Array(
 "../images/logo_udesc.gif",
 "../images/logo_fitej.gif");
var linksarr6 = new Array(
 "http:../index.html",
 "http:../index.html");