function popup(win_url)
{
  window.open(win_url,"PopUp","width=525,height=400,screenX=100,left=100,screenY=200,top=200,status=1,resizable=1,scrollbars=1");
}

function calendar_popup()
{
  window.open("calendar.html","Calendar","width=825,height=625,screenX=50,left=50,screenY=50,top=50,status=1,resizable=1");
}

function program_popup(prog_url)
{
  window.open(prog_url,"PopUp","width=700,height=450,screenX=100,left=100,screenY=200,top=200,status=1,resizable=1,scrollbars=1");
}

var r_quote= new Array(12)
r_quote[0]="&ldquo;The composer resembles the maker of a camera who allows someone else to take the picture.&rdquo;<br /><br />-- John Cage";
r_quote[1]="&ldquo;If a composer could say what he had to say in words he would not bother trying to say it in music.&rdquo;<br /><br />-- Gustav Mahler";
r_quote[2]="&ldquo;Until I die there will be sounds. And they will continue following my death. One need not fear about the future of music.&rdquo;<br /><br />-- John Cage";
r_quote[3]="&ldquo;You got to keep people on their toes in music <span class='boldnonitalic'>and</span> in life&rdquo;<br /><br />-- M. B. Carlson";
r_quote[4]="&ldquo;As soon as you start talking about &lsquo;better&rsquo; and &lsquo;best,&rsquo; you stop talking about the music and start talking about yourself.&rdquo;<br /><br />-- Michael Lee";
r_quote[5]="&ldquo;The squire on the hippopotamus is equal to the son of the other two squires.&rdquo;<br /><br />-- Ivor Cutler";
r_quote[6]="&ldquo;Sometimes the best note for the job is a rest.&rdquo;<br /><br />-- Anonymous";
r_quote[7]="&ldquo;Music is your own experience, your thoughts, your wisdom.  If you don't live it, it won't come out of your horn.&rdquo;<br /><br />-- Charlie Parker";
r_quote[8]="&ldquo;Music expresses that which cannot be said and on which it is impossible to be silent.&rdquo;<br /><br />-- Victor Hugo";
r_quote[9]="&ldquo;I have learned throughout my life as a composer chiefly through my mistakes and pursuits of false assumptions, not my exposure to founts of wisdom and knowledge.&rdquo;<br /><br />-- Igor Stravinsky";
r_quote[10]="&ldquo;I am born anew in your genius.&rdquo;<br /><br />-- Will Ferrell as James Lipton";
r_quote[11]="&ldquo;Be fearful when others are greedy and be greedy only when others are fearful.&rdquo;<br /><br />-- Warren Buffett";
var rand_quote= Math.floor(Math.random()*12);