function bookmark(){
		if (navigator.appName=="Microsoft Internet Explorer" || navigator.appName=="Opera"){
			window.external.AddFavorite("http://www.newzealandin1.com", "NewZealandIn1.com for all your accommodation needs in New Zealand");
		}
		else if (navigator.appName=="Netscape"){
			alert("Press CTRL+D to add a bookmark to this site.");
		}
}
