var url = "http://www.konacoffee50.com"; 
var title = "Kona Coffee - Hawaii; direct from the source";

function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}


<!-- No right click -->
	var message = "Sorry, no right-click. Copyright © 2007-2008: BOP Web Innovations - New Zealand"; 
	function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ 	alert(message); return false; } 
	if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { 	alert(message); 	return false; } } 
	document.onmousedown = rtclickcheck;


function aloha() {

			now = new Date();
			theHour = now.getHours();
			if (theHour < 12) { greeting = 'E komo mai and Aloha kakahiaka - </font><font face="Verdana" size="1" color="">Welcome and Good morning'; }
			else if (theHour < 18) { greeting = 'E komo mai and Aloha auinala - </font><font face="Verdana" size="1" color="#ff2994">Welcome and Good afternoon'; }
			else { greeting = 'E komo mai and Aloha ahiahi - </font><font face="Verdana" size="1" color="#ff2994">Welcome and Good evening'; }
			<!--document.write(greeting); -->
			return(greeting)

}
