<!-- 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		= "225"		// 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('Eden West Weddings</a><br></legend>');
document.write('PO Box 22947</a><br></legend>');
document.write('Carmel, Ca. 93922</a><br><br></legend>');
document.write('Local: (831) 250-7892</a><br></legend>');
document.write('Toll Free: (800) 682-3849</a><br></legend>');
document.write('Fax: (866) 690-6758</a><br><br></legend>');
document.write('</fieldset>');
document.write('<br><br>');
}



// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('</td></tr></table>');


//  End -->