<!--
var currentdate = 0
var core = 0
function StringArray (n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '}}
image = new StringArray(4)

image[0] = '<iframe frameborder=0 height=10 marginheight=0 marginwidth=0 src="http://www.esnips.com/playlist/36e1dd68-66d1-4c5e-bd16-30beb518d535" width=500 > </iframe>'

image[1] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="http://www.esnips.com/playlist/a2cfb6a2-c24e-40f2-8bf2-0548fc8c602e" width=500 > </iframe>'

image[2] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="http://www.esnips.com/playlist/e05684cd-2f0a-4cc7-bfa5-bb6d63554954" width=500 > </iframe>'


image[3] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="http://www.esnips.com/playlist/cadfe869-d4b1-46f4-8191-02c16b2c0cd9" width=500 > </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())//-->