Please use this email to contact us if you have any comments, questions, or concerns:
[email protected]
// <![CDATA[
var imlocation = "https://tarotsmith.com/images/rectangle-";
var currentdate = 0;
var image_number = 0;
function ImageArray (n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '
}
}
image = new ImageArray(5)
image[0] = ‘inquiring.jpg’
image[1] = ‘kings.jpg’
image[2] = ‘conformity.jpg’
image[3] = ‘reconstruction.jpg’
image[4] = ‘silence.jpg’
var rand = 60/image.length
function randomimage() {
currentdate = new Date()
image_number = currentdate.getSeconds()
image_number = Math.floor(image_number/rand)
return(image[image_number])
}
document.write(““);
// ]]>
