  var j,d="",l="",m="",p="",q="",z="",ow_t= new Array()
// Advanced Random Images Start
// ow_ss[5000]
  ow_t[ow_t.length]='images/randomimages/1.gif';
  ow_t[ow_t.length]='images/randomimages/2.gif';
  ow_t[ow_t.length]='images/randomimages/3.gif';
  ow_t[ow_t.length]='images/randomimages/4.gif';
  ow_t[ow_t.length]='images/randomimages/5.gif';
  ow_t[ow_t.length]='images/randomimages/6.gif';
  j=parseInt(Math.random()*ow_t.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow' src='"+ow_t[j]+"'>");
function seqSlideShow(t,l) { // Sequential Slideshow by michael garcia
  x=document.seqSlideShow; j=l; j++;  if (j==ow_t.length) j=0;
  x.src=ow_t[j]; setTimeout("seqSlideShow("+t+","+j+")",t);
}
 
// Advanced Random Images End
