var random = Math.random() ;
var picnum = Math.round(random * ( maxtopbanners - 1 ) ) + 1;
