// JavaScript Document
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.poole-pottery-replacements.co.uk";
var title="Discontinued Poole Pottery tableware and collectibles";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Click on the link to add this site to your internet favourites'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Click here to add this site to your internet favourites</a>');
}
else {
var msg = "You can add this site to your internet favourites by pressing - ";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}


         