<!--



function tipArray(len) {

    for (var i = 0; i < len; i++) this[i] = null;

this.length = len;

}



tip = new tipArray(18);

tip[0] = "Get charts, data & surveys with the popular <A HREF='http://www.dogsofthedow.com/dogform.htm'>Dogs of the Dow Newsletter</A>.";

tip[1] = "For a current list of the 10 highest yielding Dow stocks, try <A HREF='http://www.dogsofthedow.com/doggish.htm'>Current Doggishness</A>.";

tip[2] = "New to the Dogs of the Dow, try <A HREF='http://www.dogsofthedow.com/dogsteps.htm'>Dog Steps</A>.";

tip[3] = "Get charts, data & surveys with the popular <A HREF='http://www.dogsofthedow.com/dogform.htm'>Dogs of the Dow Newsletter</A>.";

tip[4] = "Find out which brokers make the cut as a <A HREF='http://www.dogsofthedow.com/tdbrokers.htm'>Top Dog Broker</A>.";

tip[5] = "Which Dow stocks make up the <A HREF='http://www.dogsofthedow.com/dogs2012.htm'>2012 Dogs of the Dow</A>?";

tip[6] = "For all of your Dogs of the Dow questions, try <A HREF='http://www.dogsofthedow.com/faq.htm'>FAQ</A> and <A HREF='http://www.dogsofthedow.com/faq2.htm'>FAQ 2</A>.";

tip[7] = "For stock market charts and company news, try <A HREF='http://www.dogsofthedow.com/dognews.htm'>Free Research</A>.";

tip[8] = "For insight on the most popular index of them all, try <A HREF='http://www.dogsofthedow.com/thedow.htm'>the Dow</A>.";

tip[9] = "Stay ahead of the Dow with <A HREF='http://www.chartoftheday.com/'>Chart of the Day</A>.";

tip[10] = "Where is the market headed? Find out right now with the exclusive & Barron's recommended charts of <A HREF='http://www.chartoftheday.com/'>Chart of the Day</font></A>.";

tip[11] = "<A HREF='mailto:'>Tell a Friend</A> about Dogs of the Dow.";

tip[12] = "Where is the market headed? Find out right now with the exclusive & Barron's recommended charts of <A HREF='http://www.chartoftheday.com/'>Chart of the Day</font></A>.";

tip[13] = "Where is the market headed? Find out right now with the exclusive & Barron's recommended charts of <A HREF='http://www.chartoftheday.com/'>Chart of the Day</font></A>.";

tip[14] = "Where is the market headed? Find out right now with the exclusive & Barron's recommended charts of <A HREF='http://www.chartoftheday.com/'>Chart of the Day</font></A>.";

tip[15] = "Where is the market headed? Find out right now with the exclusive & Barron's recommended charts of <A HREF='http://www.chartoftheday.com/'>Chart of the Day</font></A>.";

tip[16] = "Save money on commissions with our <A HREF='http://www.dogsofthedow.com/tdbrokers.htm'>Top Dog Brokers</A>.";

tip[17] = "Save money on commissions with our <A HREF='http://www.dogsofthedow.com/tdbrokers.htm'>Top Dog Brokers</A>.";

function rand(n) {

seed = (0x015a4e35 * seed) % 0x7fffffff;

return (seed >> 16) % n;

}

        

var now = new Date()

var seed = now.getTime() % 0xffffffff



function foot()



{

document.write("<HR Size=1><CENTER><font face='' size='-1' color='Green'><i>Dogs of the Dow Tip</i></font><br><IMG SRC='lbulb11.gif' ALIGN='BOTTOM' width=24 height=24 border=0><font size='+2'><b>  " + tip[rand(tip.length)] + "  </b></font><IMG SRC='lbulb11.gif' ALIGN='BOTTOM' width=24 height=24 border=0><HR Size=1><br>");

}



//-->
