
str = document.URL;
p = str.lastIndexOf("\\");
up = str.substring(0,p);
x = '<a  href="'+ up + '">up</a>';

function fn_iframe() {
  document.write('<span id=mycounter><div class=ourpref align=center> <hr> <a href="http://sm6.sitemeter.com/stats.asp?site=sm6boltthrower"><link rel="stylesheet" type="text/css" href="http://open.webhop.org/me/stile-me.css"><img src="http://sm6.sitemeter.com/meter.asp?site=sm6boltthrower" width=14 border=0></a> | <a href="mailto:boltthrower@libero.it">mail me</a> | <a id="home" href="http://open.webhop.org" >home page</a> | '+ x +' | &#169; is <a href="http://www.gnu.org/licenses/gpl.html" >GPL</a> | <a href="http://open.webhop.org/geekcode.html" >geek</a> | <a href="http://open.webhop.org/search.html">search</a> </div> </span>' ) ;
}

if (top.frames.length > 0) {  top.frames[0].location = 'http://open.webhop.org/menu.html'; }
