<!-- Begin


var wtpbkgrds=new Array() 
wtpbkgrds[0]='background-image:url(\'../template/graphics/themeh ribbons.jpg\');'
wtpbkgrds[1]='background-image:url(\'../template/graphics/themeh ivy jump.jpg\');'
wtpbkgrds[2]='background-image:url(\'../template/graphics/themeh maddy.jpg\');'
wtpbkgrds[3]='background-image:url(\'../template/graphics/themeh lessons.jpg\');'
wtpbkgrds[4]='background-image:url(\'../template/graphics/themeh jumping.jpg\');'
wtpbkgrds[5]='background-image:url(\'../template/graphics/themeh arena.jpg\');'
wtpbkgrds[6]='background-image:url(\'../template/graphics/themeh sidney.jpg\');'

function randomorder(targetarray, spacing){

var randomorder=new Array()
var the_one
var z=6
for (i=0;i<targetarray.length;i++)
randomorder[i]=i

while (z<targetarray.length){
the_one=Math.floor(Math.random()*targetarray.length)
if (targetarray[the_one]!="_selected!"){
document.write(targetarray[the_one]+spacing)
targetarray[the_one]="_selected!"
z++
}
}
}

// End -->
