<!-- Start

// COPYRIGHT 2008 Global Marketing Enterprises www.globalme.biz
// Unauthorized use or sale of this script is strictly prohibited by law

var color			= "EFF4FA"	// HORZ MENU BACKGROUND COLOR
var bordercolor		= "CCCCCC"	// HORZ MENU BOTTOM BORDER COLOR

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'" style="border-bottom: #'+bordercolor+' 1px solid;" class="printhide"><tr><td align="right">');

document.write('<TABLE cellpadding="0" cellspacing="3" border="0"><tr><td>');
document.write('&nbsp;<br>');

// START HORIZONTAL LINKS 


document.write('</td><td>');
document.write('<a href="Downloads/DailyReading.pdf" class="menuhorz">Daily Reading</a>');


document.write('</td><td>');
document.write('<a href="SiteMap.htm" class="menuhorz">Site Map</a>');


document.write('</td><td>');
document.write('<a href="Contact.htm" class="menuhorz">Contact</a>');


document.write('</td><td>');
document.write('<a href="index.html" class="menuhorz">Home</a>');

// END HORIZONTAL LINKS

document.write('</td></tr></table>');
document.write('</td><td width="1">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" width="1"><br>');
document.write('</td></tr></table>');

//  End -->
