document.writeln('        <script language="JavaScript" type="text\/javascript">\r\n\r\n<!-- Begin\r\n\/\/ Set slideShowSpeed (milliseconds)\r\nvar slideShowSpeed = 4000;\r\n\/\/ Duration of crossfade (seconds)\r\nvar crossFadeDuration = 3;\r\n\/\/ Specify the image files\r\nvar Pic = new Array();\r\n\/\/ to add more images, just continue\r\n\/\/ the pattern, adding to the array below\r\n\r\nPic[0] = \'http:\/\/www.wilkes-rowe.com\/Ling\/Images\/Photos\/headphoto5.jpg\'\r\nPic[1] = \'http:\/\/www.wilkes-rowe.com\/Ling\/Images\/Photos\/headphoto3.jpg\'\r\nPic[2] = \'http:\/\/www.wilkes-rowe.com\/Ling\/Images\/Photos\/headphoto2.jpg\'\r\nPic[3] = \'http:\/\/www.wilkes-rowe.com\/Ling\/Images\/Photos\/headphoto7.jpg\'\r\n\r\n\/\/ do not edit anything below this line\r\nvar t;\r\nvar j = 0;\r\nvar p = Pic.length;\r\nvar preLoad = new Array();\r\nfor (i = 0; i < p; i++) {\r\npreLoad[i] = new Image();\r\npreLoad[i].src = Pic[i];\r\n}\r\nfunction runSlideShow() {\r\nif (document.all) {\r\ndocument.images.SlideShow.style.filter="blendTrans(duration=2)";\r\ndocument.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";\r\ndocument.images.SlideShow.filters.blendTrans.Apply();\r\n}\r\ndocument.images.SlideShow.src = preLoad[j].src;\r\nif (document.all) {\r\ndocument.images.SlideShow.filters.blendTrans.Play();\r\n}\r\nj = j + 1;\r\nif (j > (p - 1)) j = 0;\r\nt = setTimeout(\'runSlideShow()\', slideShowSpeed);\r\n}\r\n\/\/  End -->\r\n<\/script>      ');