///////////////////// DSCRIPTS PRESENTS /////////////////////////////////////
//                                                                         //    
//   This script has been downloaded from http://dscripts.awardspace.com   //
//  ---------------------------------------------------------------------  //
//                                                                         //
//  Script Name: Javascript Include                                        //
//  Written on: 5 January 2007                                             //        
//  Written by: Burhan Uddin                                               //        
//                                                                         //      
//  Browse: http://dscripts.awardspace.com for more free scripts.          //
//                                                                         //
/////////////////////////////////////////////////////////////////////////////


// Script Begins from here ==================================//


// Declaring header footer and navigation as array variable

var header      = new Array();  // Header
var footer      = new Array();  // Footer

////////////////////////////// Edit Below //////////////////////////////


// ==================== Header ==================== //
header[0]       = '<table align="center" border="0" cellspacing="0" cellpadding="0">';
header[1]       = '<tbody>';
header[2]       = '<tr>';
header[3]       = '<td> <img src="images/header01.gif" border="0"></td>';
header[4]       = '</tr>';
header[5]       = '</tbody>';
header[6]       = '</table>';
header[7]       = '<table style="text-align: left;" align="center" border="0" cellspacing="0" cellpadding="0">';
header[8]       = '<tbody>';
header[9]       = '<tr>';
header[10]      = '<td style="text-align: center;"><img src="images/home.jpg" border="0"></td>';
header[11]      = '</tr>';
header[12]      = '</tbody>';
header[13]      = '</table>';
header[14]      = '<table style="text-align: center; width: 790px; margin-left: auto; margin-right: auto;" align="center">';
header[15]      = '<tbody>';
header[16]      = '<tr>';
header[17]      = '<td class="home_selected" style="text-align: center;">';
header[18]      = '<img src="images/home3d_downscaled_01.gif" border="0"></td>';
header[19]      = '<td class="about" style="text-align: center;">';
header[20]      = '<a href="about/believe.htm"></a></td>';
header[21]      = '<td class="worship" style="text-align: center;">';
header[22]      = '<a href="worship/services.htm"></a></td>';
header[23]      = '<td class="ministries" style="text-align: center;">';
header[24]      = '<a href="ministries/family.htm"></a></td>';
header[25]      = '<td class="resources" style="text-align: center;">';
header[26]      = '<a href="resources/sheppardspen.htm"></a></td>';
header[27]      = '<td class="calendar" style="text-align: center;">';
header[28]      = '<a href="calendar/calendar.htm"></a></td>';
header[29]      = '</tr>';
header[30]      = '</tbody>';
header[31]      = '</table>';

// ==================== Footer ==================== //

footer[0]    	= '<table align="center" border="0" style="text-align: center; width: 794px; margin-left: auto; margin-right: auto;">';
footer[1]    	= '<tr><td><hr size="7" color="#4f7z9c"></td></tr></table>';
footer[2]    	= '<table align="center" border="0" style="text-align: center; width: 790px; margin-left: auto; margin-right:auto;" align="left" border="0">';
footer[3]    	= '<tr><td align="left" valign="top" style="text-align: left;">';
footer[4]    	= '<div style="vertical-align: top;" class="text10">Copyright &copy; 2010 Bethel Church PCA. All rights reserved.</td>';
footer[5]    	= '<td align="right" valign="top" style="text-align: right;">';
footer[6]    	= '<div style="vertical-align: top;" class="text10">Member of the';
footer[7]	= '<a href="http://www.ntpresby.org/" class="footlink" target="North Texas Presbytery">North Texas Presbytery</a>,';
footer[8]    	= '<a href="http://www.pcanet.org/" class="footlink" target="PCA">Presbyterian Church In America</a>';
footer[9]    	= '</td></tr></table>';

/////////////////////////////////// DO NOT EDIT BELOW ///////////////////////////


function show(i)
 {
  for (x in i)
  {
   document.write(i[x]+'\n')
  }
 }