$(document).ready(function(){
$('span.no_access').parent().addClass('no_access');
if(location.toString().indexOf('type=news')!=-1){$('.content .mainnews').hide();}
});
