// JavaScript Document
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'patient-access-assets/health-information-rotation-02.jpg'
Pic[1] = 'patient-access-assets/health-information-rotation-03.jpg'
Pic[2] = 'patient-access-assets/health-information-rotation-04.jpg'
Pic[3] = 'patient-access-assets/health-information-rotation-01.jpg'

