// SearcherSportfishing.com Global Scripts
function writeCopyright(){
	// get the current year and write it
	var theDate = new Date();
	//document.write();
	document.write("&copy;" + theDate.getFullYear() + " <em>Searcher</em> Sportfishing. All rights reserved.");
}
