<script>
// This script is to include images and a blurb for auto generated team page (style is also required for this!) It also makes the logo masthead field click to go to the home page. //
$(document).ready(function() {
$('.header_masthead').wrap('');
});
<script>
// This script is to include images and a blurb for auto generated team page (style is also required for this!) It also makes the logo masthead field click to go to the home page. //
$(document).ready(function() {
$('.header_masthead').wrap('');
});