// JavaScript Document

var j,d="",l="",m="",p="",q="",z="",KW_ARIb= new Array()
  KW_ARIb[KW_ARIb.length]='festivalsandfilm/1.jpg';
  KW_ARIb[KW_ARIb.length]='festivalsandfilm/2.jpg';
  KW_ARIb[KW_ARIb.length]='festivalsandfilm/3.jpg';
  KW_ARIb[KW_ARIb.length]='festivalsandfilm/4.jpg';
  KW_ARIb[KW_ARIb.length]='festivalsandfilm/5.jpg';
  j=parseInt(Math.random()*KW_ARIb.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow2' src='"+KW_ARIb[j]+"'>");
function seqSlideShow2(t,l) { // Sequential Slideshow by Kaosweaver
  x=document.seqSlideShow2; j=l; j++;  if (j==KW_ARIb.length) j=0;
  x.src=KW_ARIb[j]; setTimeout("seqSlideShow2("+t+","+j+")",t);
}
 seqSlideShow2(3500,0)