<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var sidewidth		= "250"		// SIDEBAR WIDTH		
var pageheight		= "150"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Contact Information<br></legend>');
document.write('</a><br></legend>');
document.write('Your Kauai Wedding</a><br></legend>');
document.write('5816 Haaheo Street</a><br></legend>');
document.write('Kapaa, HI. 96746</a><br></legend>');
document.write('Toll Free: (877) 292-4025</a><br></legend>');
document.write('</a><br></legend>');
document.write('</fieldset>');
document.write('<br><br>');
}



// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('</td></tr></table>');


//  End -->