<!--
var currentdate = 0
var core = 0
function StringArray (n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '}}
image = new StringArray(11)

image[0] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/376c7fa9-f85c-421a-aa1e-883e31189d95/tia" width=1 > </iframe>'

image[1] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/4de76b94-5e30-4032-9199-426d25983c3b/ruin2" width=1 > </iframe>'

image[2] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/6ea2f940-5992-49c1-a5b1-9f8a06195bee/gate" width=1 > </iframe>'

image[3] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/5688b681-1f4e-4945-8feb-eb0233ba895b/maul" width=1 > </iframe>'

image[4] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/27940e97-1ed6-4bdd-89e3-bf340bc949f5/gumgum" width=1 > </iframe>'

image[5] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/efaba3b8-44c5-4293-8317-4f111f97354f/tap" width=1 > </iframe>'

image[6] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/3a136894-21b0-4454-8ddd-322e06342092/greev" width=1 > </iframe>'

image[7] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/b9fcd64a-4590-491e-b906-e59122f186dd/huua" width=1 > </iframe>'

image[8] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/52310d64-7dbb-4bd2-b634-def309d4657e/imp" width=1 > </iframe>'

image[9] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/54edbfd7-8804-4eba-989a-92017534891f/oasis" width=1 > </iframe>'


image[10] = '<iframe frameborder=0 height=1 marginheight=0 marginwidth=0 src="http://www.esnips.com/doc/9ab764f1-c087-443b-869c-80438a194cfa/ww2" width=1 > </iframe>'




var ran = 60/image.length
function ranimage() {
currentdate = new Date()
core = currentdate.getSeconds()
core = Math.floor(core/ran)
return(image[core])}
document.write(ranimage())//-->
