
					if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>= 4)) {
					
					//modify the following two lines only
					
					var url="http://www.smallbusiness-crm.com/";
					var title="Small Business CRM";
					
					// end modifcations
					
					document.write('<A HREF="javascript:window.ext');
					document.write('ernal.AddFavorite(url,title);" ');
					document.write('onMouseOver=" window.status=');
					document.write("'Click to bookmark this page'; return true ");
					document.write('"onMouseOut=" window.status=');
					document.write("' '; return true ");
					document.write('"><img src="images/bookmark-icon.jpg" width="46" height="41" alt="Bookmark this site!" border="0"><a>');
					}
					else {
					var msg = "Don't forget to bookmark this page!";
					if(navigator.appName == "Netscape") msg += " (CTRL-D)";
					document.write(msg);
					}
										
 