function noshows(){
var noshows=true;
$(".somediv a").each(function(){
if($(this).css('display')!='none'){noshows = false}
})
return noshows;
};
function noshows(){
var noshows=true;
$(".somediv a").each(function(){
if($(this).css('display')!='none'){noshows = false}
})
return noshows;
};