if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;

image0.src = 'http://www.theappreciationpost.com/video-stills/AP-0.jpg';
image1.src = 'http://www.theappreciationpost.com/video-stills/AP-1.jpg';
image2.src = 'http://www.theappreciationpost.com/video-stills/AP-2.jpg';
image3.src = 'http://www.theappreciationpost.com/video-stills/AP-3.jpg';
image4.src = 'http://www.theappreciationpost.com/video-stills/AP-4.jpg';
image5.src = 'http://www.theappreciationpost.com/video-stills/AP-5.jpg';
image6.src = 'http://www.theappreciationpost.com/video-stills/AP-6.jpg';
image7.src = 'http://www.theappreciationpost.com/video-stills/AP-7.jpg';

} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';

document.rollimg = '';
} 