// ### 

// #########- write_dyn_regionnav1 -####################
// ----this REGIONAL NAV section typically at top of page ---

function write_dyn_regionnav1() { 

  document.write("<CENTER> "); 
  document.write("<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>"); 
  document.write("<TR><TD ALIGN=CENTER VALIGN=TOP BGCOLOR='#A4C8F0'><BASE TARGET='_top'>"); 
  document.write("<FONT SIZE=1 FACE=Verdana>"); 
  document.write(" SOUTH CAROLINA: Northern Lowcountry Region"); 
  document.write("</FONT> "); 
  document.write("</TD></TR></TABLE>"); 
  document.write("</CENTER> "); 
} 


// #########- write_dyn_bottomregiongen1 -####################
// ----this section above bottom text nav -----------
// ----in last of CONTENT SECTION -----------

function write_dyn_bottomregiongen1() { 

  document.write("<CENTER>"); 
  document.write("<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=10>"); 

  document.write("<TR>"); 
  document.write("<TD ALIGN=CENTER VALIGN=TOP><BASE TARGET='_top'>"); 
  document.write("<B><FONT SIZE=4 FACE=Arial>Download large-format "); 
  document.write("<A HREF='http://coastalguide.com/download/freepix/" + "'>");
  document.write("photos of the Coast</A></FONT></B></TD>"); 
  document.write("<TD ALIGN=CENTER VALIGN=TOP><BASE TARGET='_top'>"); 
  document.write("<A HREF='http://www.icw.net/tales/" + "'>");
  document.write("<IMG BORDER=0 ALIGN=LEFT HSPACE=5 SRC='http://www.icw-net.com/elements/talesicon.gif" +"' ");
  document.write("ALT='Tales From The Coast'></A>");
  document.write("<FONT SIZE=3 FACE=Arial>What's history without "); 
  document.write("<A HREF='http://www.icw.net/tales/" + "'>");
  document.write("<B>legend?</B></A></FONT></TD>"); 
  document.write("<TD ALIGN=CENTER VALIGN=TOP><BASE TARGET='_top'>"); 
  document.write("<B><FONT SIZE=4 FACE=Arial>"); 
  document.write("<A HREF='http://www.ocracoke-nc.com/blackbeard/" + "'>");
  document.write("<IMG BORDER=0 HSPACE=5 SRC='http://www.icw-net.com/elements/skullbones.gif" +"' ");
  document.write("ALT='Stories, Tales, Ship Recovery'>");
  document.write("<I>BLACKBEARD !!</I></A></FONT></B></TD>"); 
  document.write("</TR>"); 
  document.write("</TABLE><BR>"); 
  document.write("</CENTER> "); 
} 

