


var scroller_width='320px'
var scroller_height='400px'
var bgcolor='#FFFFE1'
var pause=10000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)

var scrollercontent=new Array()
//Define scroller contents. Extend or contract array as needed
scrollercontent[0]='<div class="pianist_small"><br><blockquote>&nbsp;&nbsp;&nbsp;I wonted to thank you for the excellent work you did here in Honduras. Your public performance at the Manuel Bonilla National Theater and the recital at my residence were Beautiful and we continue to receive many complements from your audiences. <br>&nbsp;&nbsp;&nbsp;You proved to be an excellent ambassador of good will for the United States. <br>...your invaluable support to the Honduran National Symphony Orchestra has facilitated their artistic tour to Washington, D.C.<P><a href="http://www.reginashamvili.com/publicity/Almaguer.PDF" target="_top"><i>Ambassador Frank Almaguer<br>Honduras</i></a></blockquote></div>' 
scrollercontent[1]='<div class="pianist"><br><br><br><blockquote>&nbsp;&nbsp;&nbsp;I particularly appreciated the fact that you came as an American Ambassador from New York City to Riyadh so closely following the tragic events of September 11. <p>&nbsp;&nbsp;&nbsp;As a message of healing and understanding your music will be remembered here for a long time to come. <P><a href="http://www.reginashamvili.com/publicity/Berg.PDF" target="_top"><i>Cultural Attaché Lora Berg<br>Saudi Arabia</i></a></blockquote></div>'
scrollercontent[2]='<div class="pianist"><blockquote><br><br><br><br><br><br>&nbsp;&nbsp;&nbsp;It was truly an honor and a pleasure to host an artist of your caliber and dedication. <p>&nbsp;&nbsp;&nbsp;We would be delighted to have you return to Tunisia to perform.<P><a href="http://www.reginashamvili.com/publicity/Casey.PDF" target="_top"><i>Ambassador Marry Ann Casey<br>Tunisia</i></a></blockquote></div>'
scrollercontent[3]='<div  class="pianist"><blockquote><br><br><br><br><br><br>&nbsp;&nbsp;&nbsp;As you know, our guests very much enjoyed your beautiful concert, as did those from the U.S. Embassy. I hope there will be a time in the future when you will be able to return to Jamaica.<P><a href="http://www.reginashamvili.com/publicity/Cobb.PDF" target="_top"><i>Ambassador Sue M. Cobb<br>Jamaica</i></a></blockquote></div>'
scrollercontent[4]='<div  class="pianist"><blockquote><br><br><br><br>&nbsp;&nbsp;&nbsp;I wanted to thank you for the wonderful concert you gave at the Residence here in Reykjavik. <P>&nbsp;&nbsp;&nbsp;Your performance helped enhance the important role of culture and especially music in the bilateral relationship between Iceland and the U.S.  .<P><a href="http://www.reginashamvili.com/publicity/Gadsden.PDF" target="_top"><i>Ambassador James I. Gadsden<br>Iceland</i></a></blockquote></div>'
scrollercontent[5]='<div  class="pianist"><blockquote><br><br><br><br><br><br>&nbsp;&nbsp;&nbsp;Your participation and performance reinforced the important role of culture in our bilateral relationship and marked a milestone in our cultural exchange activities.<P><a href="http://www.reginashamvili.com/publicity/Negroponte.PDF" target="_top"><i>Ambassador John D. Negroponte<br>Mexico</i></a></blockquote></div>'



////NO need to edit beyond here/////////////

var ie4=document.all
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

if (ie4||dom)
document.write('<div style="position:relative;width:'+scroller_width+';height:'+scroller_height+';overflow:hidden"><div id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div><div id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div></div>')
else if (document.layers){
document.write('<ilayer id=tickernsmain visibility=hide width='+scroller_width+' height='+scroller_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+scroller_width+' height='+scroller_height+' left=0 top=0>'+scrollercontent[0]+'</layer></ilayer>')
}

var curpos=scroller_height*(1)
var degree=10
var curcanvas="canvas0"
var curindex=0
var nextindex=1

function moveslide(){
if (curpos>0){
curpos=Math.max(curpos-degree,0)
tempobj.style.top=curpos+"px"
}
else{
clearInterval(dropslide)
if (crossobj.filters)
crossobj.filters.alpha.opacity=100
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=1
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML=scrollercontent[curindex]
nextindex=(nextindex<scrollercontent.length-1)? nextindex+1 : 0
setTimeout("rotateslide()",pause)
}
}

function rotateslide(){
if (ie4||dom){
resetit(curcanvas)
crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
if (crossobj.filters)
document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20
else if (crossobj.style.MozOpacity)
document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2
var temp='setInterval("moveslide()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else if (document.layers){
crossobj.document.write(scrollercontent[curindex])
crossobj.document.close()
}
curindex=(curindex<scrollercontent.length-1)? curindex+1 : 0
}

function resetit(what){
curpos=parseInt(scroller_height)*(1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.top=curpos+"px"
}

function startit(){
crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
if (ie4||dom){
crossobj.innerHTML=scrollercontent[curindex]
rotateslide()
}
else{
document.tickernsmain.visibility='show'
curindex++
setInterval("rotateslide()",pause)
}
}

if (ie4||dom||document.layers)
window.onload=startit






