var	an=navigator.appName;
var	av=navigator.appVersion;
document.writeln("<table width='95%'><tr><td>");
document.writeln("Your browser is ",an," ",av,"<br>");
document.writeln("This site has been optimised for Internet Explorer version 5.5 and higher<p>");

if(an=="Microsoft Internet Explorer"&&parseInt(av)>=4) {
var	url="http://www.tabgold.co.za";
var	title="TABKZN Online";

document.writeln("<a href=javascript:window.external.AddFavorite(url,title);");

document.write(' onMouseOver="window.status=');
document.writeln("'Add us to your favourites'; return true");

document.write('" onMouseOut="window.status=');
document.writeln("' '; return true");

document.writeln('"><img border="0" align="left" src="/gif/portal.gif" width="20" height="22">Add to favourites</a>');
}

// document.writeln("</td><td>");
// document.writeln('<a href="http://www.goldcircle.co.za/rsa/rsa_reg.html"><img border="0" align="left" src="/gif/RSA_thumb.gif" width="140" height="81" /></a>');

document.writeln("</td></tr></table>");
