<!--

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

ideas = new makeArray(7);
ideas[0] = "<font size='+2'><b>Dogs of the Dow selected </b></font><font size='+3'><b>\"</b></font><font size='+3'><b><A HREF='http://www.dogsofthedow.com/accolade.htm'>Best of the Web</A></b></font><font size='+3'><b>\"</b></font><font size='+2'><b> by </b></font><font size='+3'><b>Money Magazine</b></font>";
ideas[1] = "<font size='+2'><b>Dogs of the Dow selected as a </b></font><font size='+3'><b>\"</b></font><font size='+3'><b><A HREF='http://www.dogsofthedow.com/accolade.htm'>Smart Tip</A></b></font><font size='+3'><b>\"</b></font><font size='+2'><b> by </b></font><font size='+3'><b>SmartMoney</b></font>";
ideas[2] = "<font size='+2'><b>Dogs of the Dow selected </b></font><font size='+3'><b>\"</b></font><font size='+3'><b><A HREF='http://www.dogsofthedow.com/accolade.htm'>Cool Web Site of the Day</A></b></font><font size='+3'><b>\"</b></font><font size='+2'><b> by </b></font><font size='+3'><b>CNBC</b></font>";
ideas[3] = "<font size='+1'><b>Dogs of the Dow (www.dogsofthedow.com) as seen in  Money, Barron's, Dow Jones MarketWatch, CNBC, CNN, New York Times, Washington Post & <A HREF='http://www.dogsofthedow.com/accolade.htm'>many other fine publications</A>.</b></font>";
ideas[4] = "<font size='+1'><b>Dogs of the Dow (www.dogsofthedow.com) as seen in  Money, Barron's, Dow Jones MarketWatch, CNBC, CNN, New York Times, Washington Post & <A HREF='http://www.dogsofthedow.com/accolade.htm'>many other fine publications</A>.</b></font>";
ideas[5] = "<font size='+1'><b>Dogs of the Dow (www.dogsofthedow.com) as seen in  Money, Barron's, Dow Jones MarketWatch, CNBC, CNN, New York Times, Washington Post & <A HREF='http://www.dogsofthedow.com/accolade.htm'>many other fine publications</A>.</b></font>";
ideas[6] = "<font size='+1'><b>Dogs of the Dow (www.dogsofthedow.com) as seen in  Money, Barron's, Dow Jones MarketWatch, CNBC, CNN, New York Times, Washington Post & <A HREF='http://www.dogsofthedow.com/accolade.htm'>many other fine publications</A>.</b></font>";

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

//-->
