// JavaScript Document
jQuery(document).ready(function(){

style = 'bannerhome'+Math.ceil(Math.random()*4); //number sets max number of images
jQuery('#topdiv').attr('class',style);

});

