<!-- Begin Left Sidebar  -->

// CHANGE VARIABLES TO "no" OR "yes" - ONLY USE lowercase FOR ALL OPTIONS

var spacing		    = "2"		    // NUDGE SIDEBAR DOWN
var showscroller	= "no"		    // SHOW SIDEBAR SCROLLER
var latest_mp3      = "September 5th 2010"  // Latest Date of Stephen's  messages on the website
// COPYRIGHT 2007 © Rivers Edge Baptist
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// NUDGE SPACER

// NOTE>
// To keep icons from having a red border showing that it's been visted simply add  border="0" as in the links below!!!!

// iPod mp3 link
document.write('<br>');
document.write('</span><span class="sidebartext">');
//document.write('<div align="center"><STRONG>Hear Recent Sermons</STRONG><BR><div align="center">');
document.write('<div align="center"><a href="mp3_2010.htm" target="_top">Hear Recent Sermons</a></STRONG><BR><div align="center">');
document.write('</span><span class="rebc_scrip_sm">');
document.write('<div align="center">*' + latest_mp3 + '*<BR></span>');
document.write('</span><br>');
document.write('<table width="100" border="0">');
document.write('  <tr>');
// Row 1 Col 1
document.write('    <td><div align="center"><a href="mp3_2010.htm" target="_top"><img src="picts/my_adds/pics_misc/ipod.jpg" border="0"></a></td>');
// Row 1 Col 2
document.write('    <td><div align="center"><a href="http://feeds.feedburner.com/RiversEdgeBaptistChurch" target="_blank" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="vertical-align:middle;border:0"/></a></td>');
// Row 2 (Only 1 Column across
document.write('  <tr>');
document.write('<td colspan="2">');
document.write('<center><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=343143239&uo=6" target="_blank"><img height="15" width="61" alt="Subscribe to the River&#39;s Edge Podcast (Requires iTunes)" src="http://ax.itunes.apple.com/images/badgeitunes61x15dark.gif" /></a></center>');
//document.write('<a target="_blank" href="http://feeds.feedburner.com/~r/RiversEdgeBaptistChurch/~6/1"><img src="http://feeds.feedburner.com/RiversEdgeBaptistChurch.1.gif" alt="River\'s Edge Baptist Church" style="border:0"></a>');
document.write('</td>');
document.write('</tr>');
// Row 3 (Only 1 Column across
document.write('  <tr>');
document.write('<td colspan="2">');
document.write('</span><span class="rebc_scrip_sm">');
document.write('<center><a href="http://feedburner.google.com/fb/a/mailverify?uri=RiversEdgeBaptistChurch&amp;loc=en_US" target="_blank" alt="Subscribe" >Subscribe to the River\'s Edge Podcast</a></center>');
document.write('</span>');
//document.write('<a target="_blank" href="http://feeds.feedburner.com/~r/RiversEdgeBaptistChurch/~6/1"><img src="http://feeds.feedburner.com/RiversEdgeBaptistChurch.1.gif" alt="River\'s Edge Baptist Church" style="border:0"></a>');
document.write('</td>');
document.write('</tr>');
// Row 2 (Only 1 Column across
document.write('</tr>');

//document.write('<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=343143239&uo=6" target="_blank"><img height="15" width="61" alt="Stephen@riversedgebaptist.org (Stephen Wood) - River&#39;s Edge Baptist Church" src="http://ax.itunes.apple.com/images/badgeitunes61x15dark.gif" /></a>');
document.write('</table><br>');

			   
// REBC address link

document.write('<span class="sidebartitle">');
document.write('</span><p class="sidebartitle"><a href="directions.htm" target="_top" >River\'s Edge Church</a></span>');
//document.write('<a href="directions.htm" target="_top" >We\'ve Moved!</a><br>');
//document.write('</span><p class="sidebartitle">River\'s Edge Church</span>');
document.write('<br></span><span class="sidebartext">');
document.write('211 Peachtree Industrial Blvd. N.E.<br>Sugar Hill, GA 30518<br>');
 
var myArea = "770"
var myExchange = "831"
var myNumber = "5550"
document.write(myArea + "." + myExchange + "." +  myNumber + '<br>');
document.write('<a href="contact.htm" target="_top">Contact Us</a><br>');
document.write('</span><BR>');

// REBC Photo and link to directions page
document.write('<a href="directions.htm" target="_top"><img src="picts/my_adds/pics_misc/REBC_PIB_100.jpg" border="0"></a><BR>');

// REBC Mailing address link
document.write('<span class="sidebartitle">');
document.write('</span><p class="sidebartitle"></span>');
document.write('</span><span class="sidebartext">');
document.write('Mailing Address <BR> P.O. Box 295 <BR> Suwanee, GA  30024<BR><BR>');

// Calendar Link
document.write('<br>');
document.write('</span><span class="sidebartext">');
//Google Calendar Icon:
document.write('<a href="calendar.htm" target="_top"><img src="picts/my_adds/icons_misc/google_cal.jpg" border="0"></a>');
document.write('</span><span class="rebc_scrip_sm">');
document.write('</span><br>');


// START NEWS IFRAME NON FLOATING

// EDIT NEWS FRAME COLORS AND SIZES BELOW


// END NEWS IFRAME NON FLOATING


//document.write('<link rel="stylesheet" href="http://net.bible.org/styles/plain.css" type="text/css" /><script language="JavaScript" src="http://net.bible.org/javascript/vrefs.php?p=John+3:16&style=1"> </script>');




document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>');

// Toggle the Scroller:
   if (showscroller == "yes") {
if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>');
}
else {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sideborder"><tr><td align="center">');
Tscroll_init (0)
document.write('</td></tr></table>');
document.write('<br>');
}
}
document.write('<br>');



// -- END -->