// restart at 0 if done

//if (quoteShowing >= numQuotes) quoteShowing=-1;
document.write('<a name="ml"></a>');
document.write ('<table>')
for (var i=numQuotes;i>-1;i--)
{
document.write ('<tr><td>');
document.write('<a href="#')
document.write(i)
document.write('">');
document.write('<font color="#00FFff">');
document.write(NewName[i]);
document.write("</font></a><br>");
document.write ("</tr></td>");


document.write ("<tr><td>");
document.write('<img src="images/getiao01.jpg" width="600" height="7">');
document.write("<br>");
document.write ("</td></tr>");
}
//document.write("<br><br><br><br>");
for (var i=numQuotes;i>-1;i--)
{
document.write ('<tr><td width="80%">');
document.write('<a name="')
document.write(i)
document.write('"></a>');
document.write(NewName[i]);
document.write("</a>");
document.write('<a href="#ml">');
document.write('<font color="#00FFff">');
document.write("&nbsp;&nbsp;&nbsp;&nbsp;[»Øµ½Ä¿Â¼]");
document.write("</font></a>");
document.write("<br>");
document.write ("</td>");

document.write ("</tr>");
document.write ("<tr><td>");
document.write(NewArray[i]);
document.write ("</td></tr>");  
document.write("<br>");
document.write ("</td></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>

