<!--

function makeArray(len) {
    for (var i = 0; i < len; i++) this[i] = null;
this.length = len;
}

msg = new makeArray(7);
msg[0] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";
msg[1] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";
msg[2] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";
msg[3] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";
msg[4] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";
msg[5] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";
msg[6] = "<font size='+1'><b><A HREF='http://www.chartoftheday.com/'>Which way is the stock market headed?  Click here and find out at Chart of the Day.</A></b></font><br><br>";

function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return (seed >> 16) % n;
}
        
var now = new Date()
var seed = now.getTime() % 0xffffffff

//-->
