<!-- BEGIN MySchoolBucks guardian sidebar icon -->
<script type="text/javascript">
	// find the parent class body so we're only adding to a guardian menu
	if (jQuery("body").first().hasClass("Parent") || jQuery("body").first().hasClass("psparent"))
	{
		// find the guardian menu and append the menu item
		jQuery("#nav-main").children("ul").first().append('<li id="btn-myschoolbucks" role="menuitem"><a href="/guardian/myschoolbucks/home.html">MySchoolBucks</a></li>');
	}
</script>
<style>
	#btn-myschoolbucks {
		background-image: url("/heartland/images/msb-logo.svg");
		background-position-x: 10px;
		background-position-y: 50%;
		background-repeat-y: no-repeat;
		background-size: 36px 32px;
	}
</style>
<!-- END MySchoolBucks guardian sidebar icon -->
