var
counter = new Array()
counter[0] = '049';
counter[1] = '050';
counter[2] = '051';
counter[3] = '052';
counter[4] = '053';
counter[5] = '054';
counter[6] = '055';
counter[7] = '056';
counter[8] = '057';
counter[9] = '058';
counter[10] = '059';

var
title = new Array()
title[0] = 'SIEMPRE FIESTA<br>SOBRE UN RELATO DE HEINRICH BÖLL';
title[1] = '';
title[2] = '';
title[3] = '';
title[4] = '';
title[5] = '';
title[6] = '';
title[7] = '';
title[8] = '';
title[9] = '';
title[10] = '';

var
words = new Array()
words[0] = 'La compa&ntilde;ía Cuarta pared habla de trilogía cuando se refiere al ciclo formado por Café (2005), Rebeldías posibles y Siempre fiesta.';
words[1] = '';
words[2] = '';
words[3] = '';
words[4] = '';
words[5] = '';
words[6] = '';
words[7] = '';
words[8] = '';
words[9] = '';
words[10] = '&ntilde;';

var
date = new Array()
date[0] = '[2009-06-26]';
date[1] = '[2009-01-27]';
date[2] = '[2009-02-12]';
date[3] = '[2009-02-14]';
date[4] = '[2009-05-07]';
date[5] = '[2009-05-07]';
date[6] = '[2009-05-09]';
date[7] = '[2009-05-09]';
date[8] = '[2009-06-06]';
date[9] = '[2009-07-24]';
date[10] = '[2009-09-05]';

var
image = new Array()
image[0] = '049_01_small.jpg';
image[1] = '050_01_small.jpg';
image[2] = '051_01_small.jpg';
image[3] = '052_01_small.jpg';
image[4] = '053_01_small.jpg';
image[5] = '054_01_small.jpg';
image[6] = '055_01_small.jpg';
image[7] = '056_01_small.jpg';
image[8] = '057_01_small.jpg';
image[9] = '058_01_small.jpg';
image[10] = '059_01_small.jpg';

var
festival = new Array()
festival[0] = 'blank.gif';
festival[1] = 'blank.gif';
festival[2] = 'blank.gif';
festival[3] = 'blank.gif';
festival[4] = 'blank.gif';
festival[5] = 'blank.gif';
festival[6] = 'blank.gif';
festival[7] = 'blank.gif';
festival[8] = 'blank.gif';
festival[9] = 'blank.gif';
festival[10] = 'blank.gif';

var
i=0;
repeat = i+1;
for(var x = 0; x < repeat; x++)
{
var
news='<table border="0" width="100%" id="news"><tr><td width="100" valign="top"><p align="right">';
news+='<a href="2009/alternativa'+counter[i]+'.htm" onmouseover="window.status='+"'Más información'"+';return true" onmouseout="window.status='+"'Madrid Teatro'"+';return true"><img border="0" src="2009/images/'+image[i]+'"></a></td><td valign="top">';
news+='<table border="0" width="100%" id="news_template" cellspacing="0" cellpadding="0" class="tbl_news"><tr><td>';
news+='<table border="0" width="100%" id="news_header" cellspacing="0" cellpadding="0"><tr>';
news+='<td><font face="Verdana" size="2"><a href="2009/alternativa'+counter[i]+'.htm" onmouseover="window.status='+"'Más información'"+';return true" onmouseout="window.status='+"'Madrid Teatro'"+';return true">';
news+='<i><b>'+title[i]+'</b></i></a></font><b><font size="2" face="Verdana" color="#800000"><br>';
news+='</font></b><font size="1" face="Verdana" color="#808080">'+date[i]+'</font></td>';
news+='<td valign="top"><p align="right"><img border="0" src="../'+festival[i]+'" ></td></tr></table>';
news+='<table border="0" width="100%" id="news_body" cellspacing="0" cellpadding="0"><tr><td width="10" valign="top"><img border="0" src="../point01.gif" width="8" height="8"><font face="Verdana" size="2"> </font></td>';
news+='<td><font size="2" face="Verdana">'+words[i]+'</font></td></tr></table>';
news+='<table border="0" width="100%" id="news_bottom" cellspacing="0" cellpadding="0"><tr>';
news+='<td><p align="right"><img border="0" src="../images/line_orange.gif" width="200" height="1"><br><font face="Verdana" size="2">';
news+='<a href="2009/alternativa'+counter[i]+'.htm" onmouseover="window.status='+"'Más información'"+';return true" onmouseout="window.status='+"'Madrid Teatro'"+';return true"><i><b>Más información</b></i><img border="0" src="../a_next.gif" width="18" height="10"></a></font></td></tr></table></td></tr></table>';
news+='</td></tr></table>'

i--;

document.write(news);
}

