function stathome() {
 window.status='Welcome to the Travel Letters and Sketch Books of Anton Bantock'; return true; }
if (top.location != self.location) { 
top.location = self.location }
var link;
function newWindow(link)  {  
popupWindow= window.open(link, 'popWin', 'width=500,height=400,top=20,left=20,screenX=20,screenY=20,resizable,scrollbars,menubar')}

var favurl="http://anton.bantock.tripod.com/"
var favtitle="Travel Letters and Sketch Books of Anton Bantock "
function addbookmark(){
if (document.all)
window.external.AddFavorite(favurl,favtitle)}
function mailpage() {  mail_str = "mailto:?subject= Travel Letters and Sketch Books of Anton Bantock";
mail_str += "&body= Thought you might be interested! "; 
mail_str += " " + location.href;
  location.href = mail_str; }
onerror = null; 
function errorHandler(msg, url, line) { 
return true; }  
window.onerror=errorHandler;