L1 = "<tr><td valign='top' class='td1'>"
L3 = "</span></i></td><td nowrap valign='top' class='fS2'>"
L4 = "</td><td valign='top' class='td1'>"
L5 = "&#32;<span class='dates'>"
L6 = "</span></td><td align='right' valign='top' class='fD'>"
L7 = "</td></tr><tr><td colspan='4' bgcolor='#000000' height='1'><img src='Line1_600.gif' height='1' width='100%'></td></tr>"
function Wrt () {
for (x=0; x<=Info.length-2; x++){
Ln = Info[x].split("^")
L2 = "<br><i><span class='fS1'>"
if (Ln[1].substring(0,2) == "&n") {L2 = "<i><span class='fS1'>"}
if (Ln[1] == "") {L2 = ""}
document.writeln(L1+Ln[0]+L2+Ln[1]+L3+Ln[2]+L4+Ln[3]+L5+Ln[4]+L6+Ln[5]+L7)
}
}

