$(document).ready(function(){



    $( '#footer' ).load(frontpagepath + 'footer.html' );

	
	// Center header background group image
	$( '#header_bg #img' ).css( 'background-position', 'bottom center' );
	

	
	//Start of Drupal template cosmetic codes

	if( $( '.push' ).html() == '' || $( '.push' ).html() == '&nbsp;' ) {
		$( '.push' ).css( 'display', 'none');	
	}
	//End of Drupal template cosmetic codes


});
