{source}
<script>
var $j = jQuery.noConflict();
// $j is now an alias to the jQuery function; creating the new alias is optional.
$j(document).ready(function() {
$j( "div#sp-menu" ).hide();
$j( "div.login-button" ).hide();
$j( "div.btn-group.pull-right" ).hide();
$j( "#sp-footer" ).hide();
$j( "#sp-head" ).hide();
});
</script>
{/source}










Subscribe to RSS Feed