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 = "Mahalo for Shopping with SIPhawaii.com"; 
	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;




