function browserwarn(){
/*
var isIE5x = navigator.appVersion.indexOf("MSIE 5") != -1;
if (!isIE5x) document.write("<h4>These pages use CSS controls that have been tested on Internet Explorer 5.0, but which may not work on other browsers.  The pages definitely will <i>not</i> render correctly in Netscape 4.7 or below, but they should still be readable.</h4>");
*/
}

var pagecomponents = new Object();
pagecomponents.header = '<img src = "/1flag.gif" alt = "flag from RobFrankel.com" align = "right">'
+'<div class = "mytablebluebg"><center>'

+ '<A HREF = "/~arnoldsk/aimstindex.html">Essays</A>  |  '

//+ '<A HREF = "/gqe/index.html">Great Questions '
//+ 'of Economics</A>  |  '
+ '<a href = "http://econlog.econlib.org">EconLog</a> | '

/*
+ '<A HREF = "http://www.amazon.com/exec/obidos/tg/cm/member-reviews/-/ANQJQYB6PJ0IL/1/ref=cm_cr_auth/103-2764917-6157460">Short'
+ ' Book Reviews</A> | '
*/
+ '<a href = "/econ/book/contents.html">Learning Economics</a> | '
+ '<A HREF = '
+ '"/index.html">Home</A>'
+'</center></div>';

pagecomponents.headerwrite = headerwrite;

 
function headerwrite(){
document.write(this.header);
}

