<!-- 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		= "100"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Contact Amanda<br></legend>');

document.write('Rev. Amanda J. McCullough<br>Phone: 910-297-1815<br>RevAmanda@yahoo.com <a href="contact.htm">Contact Amanda for more info.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Blessings Abound<br></legend>');

document.write('Hello, my name is Amanda and may I say it is my honour to be with you today.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}









// START SIDEBAR MENU //


document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<a href="index.htm" class="menuSidebar">Home</a>');
document.write('<a href="about.htm" class="menuSidebar">About Amanda</a>');
document.write('<a href="Weddings.htm" class="menuSidebar">Weddings</a>');
document.write('<a href="services.htm" class="menuSidebar">Other Services</a>');
document.write('<a href="Community.htm" class="menuSidebar">Community Links</a>');

document.write('<a href="gallery1.htm" class="menuSidebar">Photos</a>');
document.write('<a href="Stationary.htm" class="menuSidebar">Stationary</a>');
document.write('<a href="http://revamanda.blogspot.com/" class="menuSidebar">WeddingSpeak (blog)</a>');
document.write('<a href="contact.htm" class="menuSidebar">Contact Amanda</a>');



document.write('</td></tr></table><br>');


// END SIDEBAR MENU //









// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<br><img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->
