﻿// JScript File

// made by: Nicolas - http://www.javascript-page.com

var currentdate3 = 0
var core3 = 0

function StringArray3 (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

image = new StringArray3(12)
image[0] = 'Images/13169/img_1.jpg'
image[1] = 'Images/13169/img_2.jpg'
image[2] = 'Images/13169/img_3.jpg'
image[3] = 'Images/13169/img_4.jpg'
image[4] = 'Images/13169/img_5.jpg'
image[5] = 'Images/13169/img_6.jpg'
image[6] = 'Images/13169/img_7.jpg'
image[7] = 'Images/13169/img_8.jpg'
image[8] = 'Images/13169/img_9.jpg'
image[9] = 'Images/13169/img_10.jpg'
image[10] = 'Images/13169/img_11.jpg'
image[11] = 'Images/13169/img_12.jpg'



/*var ran = 60/image.length*/
var ran3 = Math.floor(Math.random()*35)

function ranimage3() {
  currentdate3 = new Date()
  core3 = currentdate3.getSeconds() + 25
  core3 = Math.floor(core3/ran3) + 8
    return(image[core3])
}
var temp3 = ranimage3()

if (ranimage3() == 'Images/13169/img_1.jpg') 
document.write("<img src='" +ranimage3()+  " ' " + "width=\"189\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_2.jpg' )
document.write("<img src='" +ranimage3()+  " ' " + "width=\"180\" height=\"180\""+"onmousedown = 'nocopy()'>") 
else if (ranimage3() == 'Images/13169/img_3.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"184\" height=\"180\""+"onmousedown = 'nocopy()'>") 
else if (ranimage3() == 'Images/13169/img_4.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"180\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_5.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"174\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_6.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"186\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_7.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"175\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_8.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"180\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_9.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"171\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_10.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"160\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_11.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"173\" height=\"180\""+"onmousedown = 'nocopy()'>")
else if (ranimage3() == 'Images/13169/img_12.jpg')
document.write("<img src='" +ranimage3()+  " ' " + "width=\"134\" height=\"180\""+"onmousedown = 'nocopy()'>")