
var slides=new Array()


slides[0]='<img src="slideshow/img0.png" alt="Helicopter" width="296" height="210" />'

slides[1]='<img src="slideshow/img1.png" alt="Police officer with dog" width="296" height="210" />'

slides[2]='<img src="slideshow/img2.png" alt="Patrol car and dog" width="296" height="210" />'

slides[3]='<img src="slideshow/img3.png" alt="Police dog training" width="296" height="210" />'

slides[4]='<img src="slideshow/img4.png" alt="Motorcycle parade" width="296" height="210" />'

slides[5]='<img src="slideshow/img5.png" alt="Patroling the beach" width="296" height="210" />'

slides[6]='<img src="slideshow/img6.png" alt="Police motorcycle" width="296" height="210" />'

slides[7]='<img src="slideshow/img7.png" alt="Roadblock and helicopter" width="296" height="210" />'

slides[8]='<img src="slideshow/img8.png" alt="Boat on flooded river" width="296" height="210" />'

slides[9]='<img src="slideshow/img9.png" alt="Water police boat" width="296" height="210" />'

slides[10]='<img src="slideshow/img10.png" alt="Police travel delegation" width="296" height="210" />'

slides[11]='<img src="slideshow/img11.png" alt="Road patrol officers" width="296" height="210" />'

slides[12]='<img src="slideshow/img12.png" alt="Traffic Response Unit" width="296" height="210" />'



var whichpic=Math.floor(Math.random()*(slides.length))
document.write(slides[whichpic])

