// I am using this Javascript file to centralize the copyright information for all pages on the website.
// Each page needs to have <script src="includes/copyright.js" type="text/javascript"> </script
// in the header of each document <header> </header>

// It should look like this.
// <header>
// 	<script src="includes/copyright.js" type="text/javascript">
// </script>
// </header>

// Place the following script where the copyright information should go
// <script language='javascript'>
//	document.write(data1)
//	</script>

data1 = "Copyright 2004 - 2012 Boiling Springs Savings Bank, Inc. All Rights Reserved."
