
var Mel=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

Mel[0]='<img src="mel/mel1.jpg" border="0">'
Mel[1]='<img src="mel/mel2.jpg" border="0">'
Mel[2]='<img src="mel/mel3.jpg" border="0">'
Mel[3]='<img src="mel/mel4.jpg" border="0">'
Mel[4]='<img src="mel/mel5.jpg" border="0">'



function Mel(){
window.location.reload()
}
function Mel2(){
if (document.layers){
appear()
setTimeout("window.onresize=Mel",450)
}
}

function Mel1(Mel){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("Mel"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+Mel+'<font></small>'
}
else if (document.layers){
document.Mel1.document.Mel2.document.write('<font face="Verdana"><small>'+Mel+'</small></font>')
document.Mel1.document.Mel2.document.close()
}

}

function appear(){
document.Mel.visibility='show'
}

window.onload=Mel2
