var d = new Date( );
var da = d.getDate( );
if (da.length<2)
{var img = 'img0' + da + '.jpg';
}
else {var img = 'img' + da + '.jpg';}
document.write('<table style="background: url(http://www.portal-mexico.com/images/b/' + img + ')"><tr><td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="72"><param name="movie" value="http://www.portal-mexico.com/images/flash/animacion1.swf"><param name="quality" value="high"><param name="SCALE" value="exactfit"><param name="wmode" value="transparent"><embed src="http://www.portal-mexico.com/images/flash/animacion1.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="72"></embed></object></td></tr></table>');
