<!-- Original:  Rod Murgatroyd -->
<!-- Web Site:   http://homepages.paradise.net.nz/~rdmurg/ -->
<!-- Begin
var bgcolor="#000000"; // make any color you want
var url = "info@idoweddingskauai.com"; //your email address here
var url2 = "jenn@nrapt.com";
var hdg1 = '<div align="center"><center><TABLE Border=0 CELLPADDING="2"><TR>';
var hdg2 = '</TR></TABLE></div>';
var hdg3 = '<TD ALIGN="center" BGCOLOR="' + bgcolor + '">';
var hdg4 = '<A ID="mail" onmouseover="window.status=\' '+
 'Click to get an email form\'; return true" onmouseout="window.status=document.title" HREF="';

function  emailTo(){
	output = hdg1;
	output += hdg3 + hdg4 + "mailto:" + url + '">' + "Email I Do Weddings Kauai</A></TD>";
	output += hdg2;
	return output;
}
function  emailToWeb(){
	output = hdg1;
	output += hdg3 + hdg4 + "mailto:" + url2 + '">' + "Webmaster</A></TD>";
	output += hdg2;
	return output;
}
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
//  End -->
