// JavaScript Document

var j,d="",l="",m="",p="",q="",z="",KW_ARIa= new Array()
  KW_ARIa[KW_ARIa.length]='festivalsandfilm/f1.jpg';
  KW_ARIa[KW_ARIa.length]='festivalsandfilm/f2.jpg';
  KW_ARIa[KW_ARIa.length]='festivalsandfilm/f3.jpg';
  KW_ARIa[KW_ARIa.length]='festivalsandfilm/f4.jpg';
  KW_ARIa[KW_ARIa.length]='festivalsandfilm/f5.jpg';
  j=parseInt(Math.random()*KW_ARIa.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow1' src='"+KW_ARIa[j]+"'>");
function seqSlideShow1(t,l) { // Sequential Slideshow by Kaosweaver
  x=document.seqSlideShow1; j=l; j++;  if (j==KW_ARIa.length) j=0;
  x.src=KW_ARIa[j]; setTimeout("seqSlideShow1("+t+","+j+")",t);
}
 seqSlideShow1(3500,0)