if (avvo_badge_style == 'rating_180') {
    avvo_badge_iframe_style="border:0px;width:130px;height:95px;overflow:hidden;margin-top:-2px;";
    document.write('<iframe style="'+avvo_badge_iframe_style+'" border="0" frameborder="0" scrolling="no" src="http://' + avvo_badge_host + '/attorneys/badge_180/' + avvo_lawyer_id + '.html"></iframe>');
    }
else if (avvo_badge_style == 'rating_120'){
    avvo_badge_iframe_style="border:0px;width:90px;height:80px;overflow:hidden;margin-top:-2px;";
    document.write('<iframe style="'+avvo_badge_iframe_style+'" border="0" frameborder="0" scrolling="no" src="http://' + avvo_badge_host + '/attorneys/badge_120/' + avvo_lawyer_id + '.html"></iframe>');
    }
