<!--
var currentdate = 0
var core = 0
function StringArray (n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '}}
image = new StringArray(3)

image[0] = '<A target = "ana" HREF="http://www.kotf.com/sshot/mission/page_02.htm"><IMG border="1"  width="200" height="150" SRC="http://kotf.com/sshot/mission/TN_battleofendor.JPG" ></A>'

image[1] = '<A target = "ana" HREF="http://www.kotf.com/sshot/mission/page_03.htm"><IMG border="1"  width="200" height="150" SRC="http://kotf.com/sshot/mission/TN_Dark vs Light.JPG" ></A>'

image[2] = '<A target = "ana" HREF="http://www.kotf.com/sshot/mission/page_04.htm"><IMG border="1"  width="200" height="150" SRC="http://kotf.com/sshot/mission/TN_DotF.JPG" ></A>'

var ran = 60/image.length
function ranimage() {
currentdate = new Date()
core = currentdate.getSeconds()
core = Math.floor(core/ran)
return(image[core])}
document.write(ranimage())//-->