<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
{
document.fgColor = "#FF0000";
document.write ("<center><b><font size=+1>");

}

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

var url="http://http://my.integritynet.com.au/purdic/";
var title="Ian Purdie's Electronic and Radio Tutorial Pages";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add this valuable site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Add this valuable site to your favorites!</a>');
}
else {
var msg = "Please don't forget to bookmark me!";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}
{
document.write ("</font></b></center>");
document.fgColor = "#000000";

}


// End -->

