<!-- 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		= "n"		// 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('Recent Weddings<br></legend>');
document.write('</a><br></legend>');
document.write('Featured below are pictures from our May weddings and receptions. Congratulations to our happy couples!</a><br><br></legend>');
document.write('</fieldset>');
}

// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('</td></tr></table>');


//  End -->