//configure the below five variables to change the style of the scroller
var scrollerwidth=384
var scrollerheight=200
var scrollerbgcolor='#000000'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''

//configure the below variable to change the contents of the scroller
var messages=new Array()
       
messages[0]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>She executes everything with remarkable fluency and finish. Her tanas racing past the octaves have an instant charm.</p><font size = '-2' color='fff2ff'><p align=right>The Hindu  : Nov 1, 1990</b></font></font></p>"

messages[1]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Anupriya, displayed a phenomenal control over her instrument which emitted vibrant and resonant notes in all the three saptaks, the like of which is seldom heard. Moreover, she is endowed with a keen aesthetic sense and her bowing technique was flawless.</p><font size = '-2' color='fff2ff'><p align=right>The Times of India , April 16, 1991</b></font></font></p>"

messages[2]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Her bowing was soft and her mastery of gamaks was admirable. She used all the strings of the Violin effectively and her style was effortless.</p><font size = '-2' color='fff2ff'><p align=right>Indian Express, April 16,1991</b></font></font></p>"

messages[3]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Her Violin recital was excellent in every way – swara, laya, taal, neat and clear bowing, good exposition of Raga Puriya Dhanashri and imaginative embellishments.</p><font size = '-2' color='fff2ff'><p align=right>The Hindustan Times, May 2, 1993</b></font></font></p>"

messages[4]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Her meandering were neat and tuneful, indicating a well cultivated artistic insight…</p><font size = '-2' color='fff2ff'><p align=right>The Pioneer, March 11, 1993</b></font></font></p>"

messages[5]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>The short but wholesome Alap by Anupriya for the compositions in Vilambit set to ek-tal and Drut in teental – expatiated with sobriety, unfolded a rich musical content.</p><font size = '-2' color='fff2ff'><p align=right>The Hindu, April 8, 1994</b></font></font></p>"

messages[6]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Anupriya’s handling of her instrument was professional. With deft handling of the bowing technique, she was able to release many a rich toned melodic variations, particularly those released with bold Gamaks.</p><font size = '-2' color='fff2ff'><p align=right>The Statesman, June 24,1996</b></font></font></p>"

messages[7]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Happily, she has not and perhaps can not forget the witchcraft with the bow and the tone of Ram Narayan (her Guru ,sarangi wizard Pandit Ram Narayan). Like him she likes to lose herself in the mysteries of individual swaras…..The salutary influence of Ram Narayan is noticeable in Anupriya’s most sequences in alap.</p><font size = '-2' color='fff2ff'><p align=right>The Hindu , January 2, 1998</b></font></font></p>"

messages[8]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Anupriya’s bowing technique on the violin accentuated it’s tonal and melodic quality.</p><font size = '-2' color='fff2ff'><p align=right>Chandigarh Tribune, May 13, 2000</b></font></font></p>"

messages[9]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Anupriya enthralled the audience with her effortless negotiation of a rich repertoire of ragas.</p><font size = '-2' color='fff2ff'><p align=right>Weekly Gulf Times May 8-9, 2003</b></font></font></p>"

messages[10]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify>Anupriya and her violin seem to have merged inseparably. Never before have I listened to such a full-bodied, mellow sound, produced on what may well be a Stradivarius,. Such a deep mental immersion into the essence of a raga, transparent logical development, powerful rhythmic accentuation is something unique for a musician of her generation. </p><font size = '-2' color='fff2ff'><p align=right>A genius. K. Roemer - German music critic.</b></font></font></p>"

messages[11]="<font face='verdana' size = '-2' color='ffffcc'><b><p align=justify><em>Anupriya und ihre Violine scheinen untrennbar verschmolzen zu sein. Nie zuvor habe ich derart perfekter Bogentechnilk, einem solch vollen, warmen Klang gelauscht, der sehr wohl einer Stradivari entlockt sein könnte. Ein solch tiefes Eintauchen in die Essenz eines Raga, transparente logische Entwicklung, kraftvolle rythmische Akzentuierung sind einmalig für einen Musiker ihrer Generation. <em></p><font size = '-2' color='fff2ff'><p align=right>Ein Genie.- K. Roemer, deutscher Musikkritiker</b></font></font></p>"

if (messages.length>1)
q=2
else
q=0

function move1(whichlayer){
tlayer=eval(whichlayer)
if (tlayer.top>0&&tlayer.top<=5){
tlayer.top=0
setTimeout("move1(tlayer)",5000)
setTimeout("move2(document.main.document.second)",5000)
return
}
if (tlayer.top>=tlayer.document.height*-1){
tlayer.top-=5
setTimeout("move1(tlayer)",100)
}
else{
tlayer.top=scrollerheight
tlayer.document.write(messages[q])
tlayer.document.close()
if (q==messages.length-1)
q=0
else
q++
}
}

function move2(whichlayer){
tlayer2=eval(whichlayer)
if (tlayer2.top>0&&tlayer2.top<=5){
tlayer2.top=0
setTimeout("move2(tlayer2)",5000)
setTimeout("move1(document.main.document.first)",5000)
return
}
if (tlayer2.top>=tlayer2.document.height*-1){
tlayer2.top-=5
setTimeout("move2(tlayer2)",100)
}
else{
tlayer2.top=scrollerheight
tlayer2.document.write(messages[q])
tlayer2.document.close()
if (q==messages.length-1)
q=0
else
q++
}
}

function move3(whichdiv){
tdiv=eval(whichdiv)
if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){
tdiv.style.pixelTop=0
setTimeout("move3(tdiv)",10000)
setTimeout("move4(second2)",10000)
return
}
if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){
tdiv.style.pixelTop-=5
setTimeout("move3(tdiv)",100)
}
else{
tdiv.style.pixelTop=scrollerheight
tdiv.innerHTML=messages[q]
if (q==messages.length-1)
q=0
else
q++
}
}

function move4(whichdiv){
tdiv2=eval(whichdiv)
if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){
tdiv2.style.pixelTop=0
setTimeout("move4(tdiv2)",10000)
setTimeout("move3(first2)",10000)
return
}
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
tdiv2.style.pixelTop-=5
setTimeout("move4(second2)",100)
}
else{
tdiv2.style.pixelTop=scrollerheight
tdiv2.innerHTML=messages[q]
if (q==messages.length-1)
q=0
else
q++
}
}

function startscroll(){
if (document.all){
move3(first2)
second2.style.top=scrollerheight
second2.style.visibility='visible'
}
else if (document.layers){
document.main.visibility='show'
move1(document.main.document.first)
document.main.document.second.top=scrollerheight+5
document.main.document.second.visibility='show'
}
}

window.onload=startscroll

document.write('<ilayer id="main" width=&{scrollerwidth}; height=&{scrollerheight}; bgColor=&{scrollerbgcolor}; background=&{scrollerbackground}; visibility=hide>');
document.write('<layer id="first" left=0 top=1 width=&{scrollerwidth};>');

if (document.layers)
document.write(messages[0])

document.write('</layer>');
document.write('<layer id="second" left=0 top=0 width=&{scrollerwidth}; visibility=hide>');

if (document.layers)
document.write(messages[1])

document.write('</layer>');
document.write('</ilayer>');

if (document.all){
document.writeln('<span id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')
document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">')
document.write(messages[0])
document.writeln('</div>')
document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0;visibility:hidden">')
document.write(messages[1])
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</span>')
}
