google.setOnLoadCallback(function() {

	// Place init code here instead of $(document).ready()

	// templates

	$('#branding-home').append('<div id="st" class="shadow"></div>');
	$('#branding-sub').append('<div id="st" class="shadow"></div><div id="sb" class="shadow"></div>');

	$('#nav-volunteer li:nth-child(2), #nav-shop li:last-child, #nav-sub li:last-child, #nav-footer li:last-child').addClass('last');

});