     
jQuery(document).ready(function() {
jQuery("#Home #News li:gt(1)").css("display", "none");
jQuery("#Home #Events li:gt(2)").css("display", "none");

//Notes - Align remover
$('div,span,p,h1,h2,h3,h4,h5[align]').removeAttr('align');

// GLOS MUSIC Add ONs

$("#FooterLogos").html("<ul id='FooterLogos'><li><a href='http://www.thefms.org'>The Federation of Music Services</a></li><li><a href='http://www.tuneinyearofmusic.co.uk/'>Tune In - Year of Music</a></li></ul>");

$(".FooterExtra").html("<!--<br /><a href='mailto:admin@gloucestershiremusic.co.uk'>admin@gloucestershiremusic.co.uk</a>-->");

$("#MembershipLink a").attr("href", "http://www.gloucestershiremusic.co.uk/Membership.aspx");

$("#MembershipLink").before("<a href='http://www.gloucestershiremusic.co.uk/'><img  src='http://gm-master.otps.co.uk/Templates/Images/gloucestershire-music-web.gif' /></a>");

$("#SideText img").wrap("<div class='ImageWrap' />");

});