﻿<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "15"		// MENU END SPACING


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="navbackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a title="Our churches 52 week memory verse challange.  Click here for the latest updates " href="52WeekBibleStudy.pdf" class="menu-nav" target="_blank">52 Week Memory Verses</a>');



document.write('</td><td>');
document.write('<a title="Monthly News Letter.  Contains up-to-date information about things happening at Whitten! " href="newsletter.pdf" class="menu-nav" target="_blank">Church News Letter</a>');


document.write('</td><td>');
document.write('<a title="Current Monthly Calendar " href="calendar.pdf" class="menu-nav" target="_blank">Church Calendar</a>');


document.write('</td><td>');
document.write('<a href="Positions.pdf" class="menu-nav" target="_blank">Job Opportunities</a>');



//document.write('</td><td>');
//document.write('<a href="gallery4.htm" class="menu-nav">Gallery Four</a>');



//document.write('</td><td>');
//document.write('<a href="slideshow.htm" class="menu-nav">Slideshow</a>');



document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->