// restart at 0 if done

//document.write("<br><br><br><br>");
for (var i=numQuotes;i>-1;i--)
{
document.write ('<table>')
document.write ('<tr><td width="80%">');

document.write('<font color="#00FFff">');
document.write(NewName[i]);
document.write("</font >");
document.write("<br>");
document.write ("</td>");

document.write ("</tr>");
document.write ('<tr>');
document.write ('</td><td width="80%">');
document.write(NewArray[i]);
document.write ("</td>");  
document.write("<br>");
document.write ("</tr>");

document.write ("<tr><td>");
document.write('<img src="images/getiao01.jpg" width="600" height="7">');
//document.write("<br>");
document.write ("</td></tr>");
}
document.write ("</table>")
  // assign the value in the textbox to the new quote
  
//<a name="rr"></a>

