<!-- Old browser redirection -->
version=parseInt(navigator.appVersion);if (navigator.appVersion.indexOf('5.')>-1){version=5};if (navigator.appVersion.indexOf('6.')>-1){version=6}; if (navigator.appVersion.indexOf('7.')>-1){version=7}; browser='OTHER'; if (navigator.appName=='Netscape'){browser='NS'+version;} if (navigator.appName=='Microsoft Internet Explorer'){browser='MSIE'+version;} if (navigator.appVersion.indexOf('MSIE 3')>0) 
{browser='MSIE3';} if (browser == 'NS5') {browser='NS6'};if 
(browser=='MSIE3') 
{window.location='http://www.receptionbell.com/html/browser.php'}if 
(browser=='MSIE4') 
{window.location='http://www.receptionbell.com/html/browser.php'}if 
(browser=='NS3') 
{window.location='http://www.receptionbell.com/html/browser.php'}if 
(browser=='NS4') 
{window.location='http://www.receptionbell.com/html/browser.php'}

<!-- Send to a friend -->
function mailpage()
{
  mail_str = "mailto:?subject=Interesting link...";
  mail_str += "&body=Hiya, ";
  mail_str += "I saw this web page and thought you might be interested (either click on the link or copy and paste the whole link into your browser address bar): " + location.href; 
  location.href = mail_str;
}