jQuery(document).ready(function(){
	//header image overlay
	jQuery('#headerImage').append('<div id="headerImageOverlay"></div>');
});

