bbad=new Array();
bbad[0]='<img src="http://www.form-aggio.com/img/01.gif" height="31" width="31">';
bbad[1]='<img src="http://www.form-aggio.com/img/02.gif" height="31" width="31">';
bbad[2]='<img src="http://www.form-aggio.com/img/03.gif" height="31" width="31">';
bbad[3]='<img src="http://www.form-aggio.com/img/04.gif" height="31" width="31">';
bbad[4]='<img src="http://www.form-aggio.com/img/05.gif" height="31" width="31">';
bbad[5]='<img src="http://www.form-aggio.com/img/06.gif" height="31" width="31">';
bbad[6]='<img src="http://www.form-aggio.com/img/07.gif" height="31" width="31">';
i=Math.floor(Math.random()*bbad.length);
document.write(bbad[i]);
 