<!--
var currentdate = 0
var core = 0
function StringArray (n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '}}
image = new StringArray(10)

image[0] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist1.htm" width=500 > </iframe>'

image[1] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist2.htm" width=500 > </iframe>'

image[2] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist3.htm" width=500 > </iframe>'


image[3] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist4.htm" width=500 > </iframe>'


image[4] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist5.htm" width=500 > </iframe>'


image[5] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist6.htm" width=500 > </iframe>'


image[6] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist7.htm" width=500 > </iframe>'


image[7] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist8.htm" width=500 > </iframe>'

image[8] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist9.htm" width=500 > </iframe>'

image[9] = '<iframe frameborder=0 height=500 marginheight=0 marginwidth=0 src="musiclist10.htm" 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())//-->
