
function dontseeit(thename)
{
document.getElementById(thename).style.visibility="hidden";
}





function bookmark()
{
    if (navigator.appName=='Microsoft Internet Explorer')
    {
    window.external.AddFavorite("http://www.weeklyecho.com", "weeklyecho.com - Our world this week");
    }
    else if (navigator.appName=='Netscape')
    {
    alert("Firefox and Netscape users hold down the Ctrl key and D key at the same time to bookmark this site. But first hit the OK button");
    }
}

 

<!-- 
function linktracker(url, picid) {
    if(document.images){ 
        (new Image()).src="linktracker.php?url="+url+"&picid="+picid+"&loc="+document.location; 
		 
    } 
    return true;
}
// --> 
 


<!--
function wopen(url, name, w, h)
{
w += 10;
h += 10;
 var win = window.open(url,
  name, 
  'width=' + w + ', height=' + h + ', ' +
  'location=no, menubar=no, ' +
  'status=no, toolbar=no, scrollbars=no, resizable=no');
 win.resizeTo(w, h);
 win.focus();
}
// -->
