//alert('includes.js loaded');
var globalPath = 'http://recorded2477roads.utah.gov/'
//var globalPath = '../'

function headerGraphic() {
	var htmlcode = "";
	htmlcode += '<a href="' + globalPath + 'index.html"><img src="' + globalPath + 'common/images/header1.jpg" /></a>';
	
	document.write(htmlcode);

}

