for(var y=0; y<=listlength; y++)	{
document.write('<TR><TD WIDTH="5" height="38" bgcolor="' +(cell[y][4])+ '">&nbsp;</TD>');
document.write('<TD WIDTH="3" bgcolor="' +(cell[y][0])+ '">&nbsp;</TD>');   
document.write('<TD WIDTH="179" bgcolor="' +(cell[y][0])+ '"><A HREF="' +(cell[y][3])+ '.htm" target="_self" Class="' +(cell[y][1])+ '">' +(cell[y][2])+ '</A></TD>');   
document.write('<TD WIDTH="3" bgcolor="' +(cell[y][0])+ '">&nbsp;</TD></TR>');
document.write('<tr><TD height="1" colspan="4" bgcolor="#999999" background="images/grey_dot.gif" width="20" height="1"><IMG src="images/PicBlank.gif" width="5" height="1"></TD></tr>');
}