﻿
images = new Array(3);
images[0] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_aboutus.jpg" alt="" height="177" width="597" />';
images[1] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_buildabed.jpg" alt="" height="177" width="597" />';
images[2] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_churches.jpg" alt="" height="177" width="597" />';
images[3] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_contactus.jpg" alt="" height="177" width="597" />';
images[4] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_getinvolved.jpg" alt="" height="177" width="597" />';
images[5] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_insomnia.jpg" alt="" height="177" width="597" />';
images[6] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_onetwoseven.jpg" alt="" height="177" width="597" />';
images[7] = '<img class="slideshow" src="http://www.sweetsleep.org/images/header_pics/top_pray.jpg" alt="" height="177" width="597" />';
index = Math.floor(Math.random() * images.length);
document.write(images[index]);