function genericAlert(){alert("Sorry. To use this feature, you need Internet Explorer.");return true;}function addToFavorites(){window.onerror=genericAlert;if(navigator.appName=="Microsoft Internet Explorer"){if(parseInt(navigator.appVersion)>=4){window.external.AddFavorite(document.location,document.title);}else{friendlyAlert();}}else if(navigator.appName=="Netscape"){friendlyAlert();}else{genericAlert();}}function friendlyAlert(){var win=window.open("","HSFriendlyAlert","width=265,height=100");var doc=win.document;doc.write('<HTML><HEAD>');doc.write('');doc.write('</HEAD>');doc.write('<BODY BGCOLOR="#FFFFFF">');doc.write('<FONT FACE="Arial,Helvetica,Arial Narrow" SIZE=-1><CENTER>');doc.write('');doc.write('</CENTER></FONT><P>');doc.write('<CENTER><A HREF="javascript:self.close()"></A></CENTER>');doc.write('</BODY></HTML>');}