document.write('<br/><div id="footer">');
document.write('<table width="100%" align="center" valign="top"><tr><td>');
document.write('<a href="sitemap.html" style="font-weight:bold;text-decoration:none;font-size:12px;color:white;">[&nbsp;SITE&nbsp;MAP&nbsp;]</a>');
document.write('<br/><br/><a href="http://www.miahunters.com" target=_NEW><img width="65" height="57" border="0" src="../images/bannerw.gif"></a>');

if (fromPg == 'home') { document.write('<br/><br/><img src="/cgi-sys/Count.cgi?df=higherfi.dat|display=Counter|ft=1|md=7|frgb=100;139;216|dd=D">'); }
document.write('</td></tr></table></div><br/><br/>');

//BOOKMARK FUNCTIONALITY
function bookmarksite(title, url) {
	if (document.all) { window.external.AddFavorite('http://www.higherfi.com', 'HigherFi - World\'s Best HiFi Audio'); }
	else if (window.sidebar) { window.sidebar.addPanel(title, url, ""); }
}
//MORE INFO POPUP
function popmoreinfo(url,name) {
	newwindow=window.open(url, name, 'width=900,height=540,scrollbars=yes,location=no,status=no');
	if (window.focus) { newwindow.focus(); }
	return false;
}