<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var noteborder		= "79887E"	// BORDER COLOR AROUND THE NOTES

var showpaypal		= "no"			// SHOW A VIEW CART BUTTON
var paypalemail		= "intlccc@intlccc.org"	// YOUR PAYPAL E-MAIL

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "215"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "right"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchy		= "240"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Search Google"// TEXT ABOVE SEARCH FORM




document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/notebar_ndccc.jpg" border="0" width="160" height="140" class="borders"><br>');
}






// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="normal"><legend>');
document.write('<span class="date-font">Welcome!</span></legend>');

document.write('Welcome to New Day Christian Community Church<br>');

document.write('<a href="locate.htm">Find Us!');

document.write('<img src="picts/arrow-2.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');

document.write('<br><br>');
}


// END FIRST TEXT AREA







// START VIEW CART AREA

   if (showpaypal == "yes") {
document.write('<form target="_blank" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="submit" VALUE="View Cart" name="submit"  onmouseover="this.className=\'buttonon-order\'" onmouseout="this.className=\'button-order\'" class="button-order" style="width:150"><br>');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
document.write('<img src="picts/paypal-sidebar.gif" alt="image"><br><br>');
}

// END VIEW CART AREA





// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/notebar_01.jpg" border="0" width="150" height="120" class="borders"><br>');
}






// START SECOND TEXT AREA
      if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="normal"><legend>');
document.write('<span class="date-font">Photo Gallery:</span></legend>');

document.write('New Day CCC has a photo gallery! Be sure to check out the various pictures we have compiled.<br>');

document.write('<a href="gallery1.htm">View Gallery');

document.write('<img src="picts/arrow-2.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA







// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/notebar_365.jpg" border="0" width="160" height="70" class="borders"><br>');
}






// START THIRD TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="normal"><legend>');
document.write('<span class="date-font">Headline News:</span></legend>');

document.write('Stay Informed! Read the latest Headline News provided by 247gay.com News.<br>');

document.write('<a href="headline.htm">Headline News');

document.write('<img src="picts/arrow-2.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END THIRD TEXT AREA





// SEARCH FORM
   if (showsearch == "yes") {
document.write('<span class="printhide">')
document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
document.write('</span>')
}



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}









document.write('</td></tr></table>');




//  End -->