<!--
// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='/common/images/panel_1.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_2.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_3.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_4.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_5.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_6.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_7.jpg?&width=560&height=128';
  KW_ARI[KW_ARI.length]='/common/images/panel_8.jpg?&width=560&height=128';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+KW_ARI[j]+"'>");
//-->