function top_menu_blog() 
{

htxt = 
"<table border=6 cellpadding='14' width='100%' bgcolor='#993300'><tr>" + 
"<td align='center'><font color='#f1f9f9' size='+3'>Not a dollars worth</font></td>" +
"</tr> </table>"

currPage =  document.URL;
if ( currPage == 'file:///c:/NowAndFutures/index.html' || 
	currPage == 'http://www.nowandfutures.com/index.html' ) {
	isMenu = true;
htxt = 
"<table border=6 cellpadding='14' width='100%' bgcolor='#993300'><tr>" + 
"<td align='center'><font color='#f1f9f9' size='+3'>A world of possible financial futures</font></td>" +
"</tr> </table>"
	}




// c1txt = "<td>&nbsp;</td>" + "<td>&nbsp;</td>" + "<td>&nbsp;</td>" + "<td>&nbsp;</td>" ;

// c2txt = "<td><a href='http://www.NowAndFutures.com/cot.html'>COT</a></td>" ;


// if existing cookie then allow extra menus
// if (document.cookie && document.cookie != '' || currPage == 'file:///c:/NowAndFutures/index.html') { 

c1txt = "<td><a href='http://www.NowAndFutures.com/treasuries.html'>Treasuries</a></td>" +
"<td><a href='http://www.NowAndFutures.com/energy.html'>Energy</a></td>" +
"<td><a href='http://www.NowAndFutures.com/stocks.html'>Stocks</a></td>" +
"<td><a href='http://www.NowAndFutures.com/grains.html'>Grains</a></td>" +
"<td><a href='http://www.NowAndFutures.com/current.html'>Overview</a></td>" ;


c2txt = "<td><a href='http://www.NowAndFutures.com/cot.html'>COT</a></td>" ;
// } 

// alert(c2txt);  USE IE for testing!!!



var txt = htxt + "<center> <table border=0 cellpadding=9><tr>" +
// var txt = htxt + "<center> <img src='grins/christmas_lights.gif'> <table border=0 cellpadding=3><tr>" +
"<td><a href='http://www.NowAndFutures.com/index.html'>Home site</a></td>" +
"<td><a href='http://www.NowAndFutures.com/forecast.html'>Forecast</a></td>" +
// "<td><a href='http://www.NowAndFutures.com/investing.html'>Investing</a></td>" +
// "<td><a href='http://www.NowAndFutures.com/changing_dollar.html'>Changing Dollar</a></td>" +
"<td><a href='http://www.NowAndFutures.com/glossary.html'>Glossary</a></td>" + 
"<td><a href='http://www.NowAndFutures.com/false_data.html'>False Data</a></td>" +
"<td><a href='http://www.NowAndFutures.com/key_stats.html'>Key stats (M3)</a></td>" +"<td><a href='http://www.NowAndFutures.com/daily.html'>Daily</a></td>" + 
// "<td><a href='http://www.NowAndFutures.com/changes.html'>What's new</a></td>" +
// "<td>&nbsp;</td> </tr> "+

"<tr><th colspan='10'><hr width='75%' align='center'></th></tr>" +

"</tr></table></center> " ;


    document.write(txt);

}

