ÿþ<html> <head> <script type="text/javascript"> /*********************************************** * DHTML slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice must stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var photos=new Array() var photoslink=new Array() var which=0 photos[0]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp2.gif" photos[1]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp5.gif" photos[2]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp7.gif" photos[3]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp9.gif" photos[4]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp10.gif" photos[5]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp11.gif" photos[6]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp12.gif" photos[7]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp13.gif" photos[8]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp14.gif" photos[9]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp15.gif" photos[10]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp16.gif" photos[11]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp18.gif" photos[12]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp19.gif" photos[13]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp28.gif" photos[14]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp34.gif" photos[15]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MVp35.gif" photos[16]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV1.gif" photos[17]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV2.gif" photos[18]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV3.gif" photos[19]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV4.gif" photos[20]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV8.gif" photos[21]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV9.gif" photos[22]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV11.gif" photos[23]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV12.gif" photos[24]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV15.gif" photos[25]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV16.gif" photos[26]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV18.gif" photos[27]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV19.gif" photos[28]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV21.gif" photos[29]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV22.gif" photos[30]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV23.gif" photos[31]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV24.gif" photos[32]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV25.gif" photos[33]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV27.gif" photos[34]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV30.gif" photos[35]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV32.gif" photos[36]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV35.gif" photos[37]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV37.gif" photos[38]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV38.gif" photos[39]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV40.gif" photos[40]="http://www.cjrawlinson.com/Projects_files/MATERVILLAGE/2008_01_MV42.gif" //Specify whether images should be linked or not (1=linked) var linkornot=0 //do NOT edit pass this line var preloadedimages=new Array() for (i=0;i<photos.length;i++){ preloadedimages[i]=new Image() preloadedimages[i].src=photos[i] } function applyeffect(){ if (document.all && photoslider.filters){ photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23) photoslider.filters.revealTrans.stop() photoslider.filters.revealTrans.apply() } } function playeffect(){ if (document.all && photoslider.filters) photoslider.filters.revealTrans.play() } function keeptrack(){ window.status="Image "+(which+1)+" of "+photos.length } function backward(){ if (which>0){ which-- applyeffect() document.images.photoslider.src=photos[which] playeffect() keeptrack() } } function forward(){ if (which<photos.length-1){ which++ applyeffect() document.images.photoslider.src=photos[which] playeffect() keeptrack() } } function transport(){ window.location=photoslink[which] } </script> </head> <body> <body bgcolor="black"> <font face="arial" size="1" color="white"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" colspan="2" height="22"><center> <script> if (linkornot==1) document.write('<a href="javascript:transport()">') document.write('<img src="'+photos[0]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=0>') if (linkornot==1) document.write('</a>') </script> </center></td> </tr> <tr> <td width="50%" height="21"><p align="left"><a href="#" onClick="backward();return false">Previous Slide</a></td> <td width="50%" height="21"><p align="right"><a href="#" onClick="forward();return false">Next Slide</a></td> </tr> </table> </body> </html>