Limit archive widget results

I would use the PHP Code Widget from Otto and then simply put this in the widget to limit the archives to 7 months:

<ul><?php wp_get_archives('type=monthly&limit=7'); ?></ul>

(Give the widget a title like Archives if you want, and remove the default WordPress Archive widget.)

Function Reference/wp get archives