var currentdate = 0var core = 0function StringArray (n) {  this.length = n;  for (var i =1; i <= n; i++) {    this[i] = ' '  }}image = new StringArray(35)image[0] = '/images/headerphotos/05.jpg'image[1] = '/images/headerphotos/02.jpg'image[2] = '/images/headerphotos/03.jpg'image[3] = '/images/headerphotos/04.jpg'image[4] = '/images/headerphotos/01.jpg'image[5] = '/images/headerphotos/06.jpg'image[6] = '/images/headerphotos/07.jpg'image[7] = '/images/headerphotos/08.jpg'image[8] = '/images/headerphotos/09.jpg'image[9] = '/images/headerphotos/10.jpg'image[10] = '/images/headerphotos/11.jpg'image[11] = '/images/headerphotos/12.jpg'image[12] = '/images/headerphotos/13.jpg'image[13] = '/images/headerphotos/14.jpg'image[14] = '/images/headerphotos/15.jpg'image[15] = '/images/headerphotos/16.jpg'image[16] = '/images/headerphotos/17.jpg'image[17] = '/images/headerphotos/18.jpg'image[18] = '/images/headerphotos/19.jpg'image[19] = '/images/headerphotos/20.jpg'image[20] = '/images/headerphotos/21.jpg'image[21] = '/images/headerphotos/22.jpg'image[22] = '/images/headerphotos/23.jpg'image[23] = '/images/headerphotos/24.jpg'image[24] = '/images/headerphotos/25.jpg'image[25] = '/images/headerphotos/26.jpg'image[26] = '/images/headerphotos/27.jpg'image[27] = '/images/headerphotos/28.jpg'image[28] = '/images/headerphotos/29.jpg'image[29] = '/images/headerphotos/30.jpg'image[30] = '/images/headerphotos/31.jpg'image[31] = '/images/headerphotos/32.jpg'image[32] = '/images/headerphotos/33.jpg'image[33] = '/images/headerphotos/34.jpg'image[34] = '/images/headerphotos/35.jpg'var ran = 60/image.lengthfunction ranimage() {  currentdate = new Date()  core = currentdate.getSeconds()  core = Math.floor(core/ran)    return(image[core])}document.write("<img align='right' width='220' height='148' border='0' alt='Llano Estacado Photos' src='" +ranimage()+ "'>")
