
var FiddleDan=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

FiddleDan[0]='<img src="fiddan/dan1.jpg" border="0">'
FiddleDan[1]='<img src="fiddan/dan2.jpg" border="0">'
FiddleDan[2]='<img src="fiddan/dan3.jpg" border="0">'



function FiddleDan(){
window.location.reload()
}
function FiddleDan2(){
if (document.layers){
appear()
setTimeout("window.onresize=FiddleDan",450)
}
}

function FiddleDan1(FiddleDan){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("FiddleDan"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+FiddleDan+'<font></small>'
}
else if (document.layers){
document.FiddleDan1.document.FiddleDan2.document.write('<font face="Verdana"><small>'+FiddleDan+'</small></font>')
document.FiddleDan1.document.FiddleDan2.document.close()
}

}

function appear(){
document.FiddleDan.visibility='show'
}

window.onload=FiddleDan2
