banner5_sctr = -1;
if (banner5_rand == 0) {
  banner5_sctr++;
} else {
  banner5_sctr = Math.floor(Math.random() * banner5_imganz);
}
if (document.images) {
  document.write('<img src="' + banner5_isn[banner5_sctr].src + '" alt="" width=152 height=64 border=0 name=banner5 />');
} else {
  document.write('<img src="' + banner5_isn[banner5_sctr] + '" alt="" width=152 height=64 border=0 name=banner5 />');
}
setTimeout("banner5_rotate()",banner5_timeout);
