// AUTOMATIC BOOKMARKER AND RANDOM MIDI PLAYER WITH ON/OFF BUTTON!!!!
// Copyright (c) 2000 Grant Ingrams. All rights reserved.
var lookup=navigator.appVersion
aol = (lookup.indexOf("AOL") > 0 );
if (aol)  // Only true for AOL
{
document.write('<FONT COLOR="#FF0000" SIZE="+1"><B><I>');
document.write("Please add us to your AOL Favorites Folder");
document.write('</I></B></FONT>')
}
else
{
ie4 = ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ));
if (ie4)  // Only true for MSIE
{


var url="http://www.gpcwm.co.uk";
var title="General Practitioners Committee West Midlands";
var homepage="homepage.htm";
document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver="stopBanner();');
document.write('self.status=');
document.write("'Please add our site to your Favorites Folder'; return true ");
document.write('"onMouseOut="startBanner(); return true ');
document.write('"><FONT COLOR="#FF0000" SIZE="+1"><B><I>Click here to Bookmark our Site!');
document.write('</I></B></FONT></a>');
document.write('<p><A HREF="javascript:{}"');
document.write(' ONCLICK="JavaScript:SmallWindow1(homepage)"')
document.write('onMouseOver="stopBanner();');
document.write('self.status=');
document.write("'Make the GPCWM website your home page'; return true ");
document.write('"onMouseOut="startBanner(); return true ');
document.write('"><FONT COLOR="#FF0000" SIZE="+1"><B><I>Make us your homepage!</I></B></FONT></A></P>');

}
}
ns4 = (navigator.appName == "Netscape");
if (ns4)  // Only true for Netscape
{
document.write('<FONT COLOR="#FF0000" SIZE="+1"><I><B>');
document.write('Press CTRL+D to bookmark this site.');
document.write('</I></B></FONT>')
}

