

w('<table class="table-blue" align="center" cellspacing="0" cellpadding="0"><tr>');

w('<td class="tblue" align="center" width="140">');
w(m9);
w('</td>');

w('<td class="tblue" align="center" width="160">');

if ((navigator.appName=="Microsoft Internet Explorer") &&
   (parseInt(navigator.appVersion)>=4))
   {w('<span style="color:#0033cc;cursor:hand;"');
    w('onclick="window.external.AddFavorite(location.href,document.title);">');
    w('Agregar a favoritos</span>');}

w('</td>');

w('<td class="tblue" align="center" width="160">');
w('<a href="http://www.google.com/u/artephilips" target="_blank">Buscar en PORTALdeARTE.cl</a>');
w('</td>');

w('<td class="tblue" align="center" width="160">');
w('&nbsp;');
w('</td>');

w('<td class="tblue" align="center" width="140">');
w(dayarray[day]+' '+daym+' de '+montharray[month])
w('</td>');

w('</tr></table>'+m3+m3+m3);