document.write('<table border="0" width="100%" bgcolor="#25AFFF" cellspacing="0" cellpadding="0">');
document.write('  <tr>');
document.write('    <td width="100%">');
document.write('<MAP NAME="FrontPageMap"><AREA SHAPE="RECT" COORDS="456, 0, 590, 19" HREF="http://ebre.info/elsports" TARGET="_top"><AREA SHAPE="RECT" COORDS="0, 0, 219, 40" HREF="http://ebre.info" target="_top"><AREA SHAPE="RECT" TARGET="_top" COORDS="591, 0, 670, 19" HREF="http://88.2.242.113/pobles">');
document.write('<AREA SHAPE="RECT" COORDS="288, 0, 455, 19" HREF="http://ebre.info/delta" TARGET="_top"><AREA SHAPE="RECT" COORDS="227, 5, 255, 27" HREF="http://www.ofitec.net" TARGET="_blank"></MAP>');
document.write('<img src="http://ebre.info/barres/barres/barra_ebre.gif" border="0" ismap width="699" height="41" usemap="#FrontPageMap">');
document.write('<div style="position:absolute; top: 35; left: 350;font-family: Verdana; font-size: 7pt; color: rgb(255,255,255);font-weight: bolder;left:340px;top:27px;">');
//<script LANGUAGE="JavaScript">
//function fecha() {

	meses = new Array ("gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre");
        data = new Date();
        index = data.getMonth();
        diasemana=new Array ("Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte","Diumenge");
        day = new Date();
        indexday =  data.getDay();
        if (indexday == 0) {
			indexday = 7;
		}
		anno = data.getYear();
			if ( anno < 1900) {
				anno = 1900 + anno;
	}
document.write('<strong>');	
document.write(diasemana[indexday-1]+ ", "  + ' '+data.getDate()+ " de " + meses[index] + " de " + anno);
document.write('</strong>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');

document.write('</table>');

