window.onload = function() {
	
	// "un-collapse" #page
	$('#page').addClass('clearfix');
	
	// build header stuff
	$('#siteMainDynHeaderImage1').wrap('<a id="logo" href="/" alt="Millenium Locksmiths logo" title="Return to Homepage"/>');
	
	$('#header .sitemenu').before('<p id="strapline">Quick - Efficient - Reliable</p><div id="headerContact"><address>High Wycombe<br/><strong>01494 718 686</strong></address><a href="/contact-us">Click to view other locations</a></div>');
}

