function external_disclaimer(goHere)
{
  message  = "Community Bank of Pickens County has no control over information at any site hyperlinked\n";
  message += "to from this Site. Community Bank of Pickens County makes no representation concerning\n";
  message += "and is not responsible for the quality, content, nature, or reliability\n";
  message += "of any hyperlinked site and is providing this hyperlink to you only as a\n";
  message += "convenience. The inclusion of any hyperlink does not imply any endorsement,\n";
  message += "investigation, verification or monitoring by Community Bank of Pickens County of any\n";
  message += "information in any hyperlinked site. In no event shall Community Bank of Pickens County\n";
  message += "be responsible for your use of a hyperlinked site.";
  
  if (confirm(message)){
	window.open(goHere, '_blank');
	}
}

function browser_back(goHere)
{
	history.go(goHere);
}