function featured_musicians() {
//
//
// Change cookie name, below, if needed.
   
var CookieName = "featured_musicians";
   
//
//
//
var Init = true;
var Cookie = '';
var Separator = ',';
var Chunk = new Array();
var MaxContentNumber = 9;
var DispositionTimes = 0;
var Disposition = 'unique';
if(document.cookie.length > 0) {
   var spot = CookieName + '=';
   var cookiebegin = document.cookie.indexOf(spot);
   var cookieend = 0;
   if(cookiebegin > -1) {
      cookiebegin += spot.length;
      cookieend = document.cookie.indexOf(";",cookiebegin);
      if(cookieend < cookiebegin) { cookieend = document.cookie.length; }
      Cookie = document.cookie.substring(cookiebegin,cookieend);
      }
   }
if(Cookie.length > 1)
{
   Chunk = Cookie.split(Separator);
   if(Disposition == 'same') {
      var chunk = parseInt(Chunk[1]);
      chunk++;
      Chunk[1] = chunk;
      Init = false;
      if((DispositionTimes > 0) && (Chunk[1] > 0)) { Init = true; }
      }
   }
if(Init == true) {
   var nextnum = Math.ceil(Math.random() * MaxContentNumber);
   if(Chunk[0] > 0) {
      while(nextnum == Chunk[0]) { nextnum = Math.ceil(Math.random() * MaxContentNumber); }
      }
   Chunk[0] = nextnum;
   Chunk[1] = '1';
   }
if((Chunk[0] < 1) || (Chunk[0] > MaxContentNumber)) {
   Chunk[0] = Math.floor(Math.random() * (MaxContentNumber+1));
   Chunk[1] = '1';
   }
if((Chunk[0] < 1) || (Chunk[0] > MaxContentNumber)) { Chunk[0] = 1; }
var exp = '';
if(0 > 0) {
   var now = new Date();
   then = now.getTime() + (0 * 24 * 60 * 60 * 1000);
   now.setTime(then);
   exp = '; expires=' + now.toGMTString();
   }
var cookiecontent = Chunk.join(Separator);
document.cookie = CookieName + "=" + cookiecontent + '; path=/' + exp;
if(Chunk[0] == 1) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-1.jpg" width="214" height="96"alt="Andrew Staupe"></p> <h3 class="name">Andrew Staupe, Piano</h3> <p>Pianist Andrew Staupe, frequent concerto soloist and prizewinner, is noted for his "superb technique and control" and is "a performer to watch." (St. Paul Pioneer Press) Most recently Staupe was selected as guest artist...</p> <h3><a href="/musicians/andrew-staupe/">Learn more about this musician</a></h3>');
   }
if(Chunk[0] == 2) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-2.jpg" width="214" height="96" alt="Caleb Harris"></p> <h3 class="name">Caleb Harris, Piano</h3> <p>Caleb Harris enjoys an active career as a pianist, chamber musician, conductor, and vocal coach. Possessing an unusually broad and diverse repertoire, Harris is equally at home at the keyboard or on the podium. He has appeared throughout the USA, Austria, France, Italy...</p> <h3><a href="/musicians/caleb-harris/">Learn more about this musician</a></h3>');
   }
if(Chunk[0] == 3) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-3.jpg" width="214" height="96" alt="Luke Fleming"></p> <h3 class="name">Luke Fleming, Viola</h3> <p>Having made his New York debut to a sold out audience in Alice Tully Hall this April, Luke Fleming is quickly establishing himself as an exceptional solo and chamber recitalist, with performances hailed by The New York Sun as "superbly coordinated...</p> <h3><a href="/musicians/luke-fleming/">Learn more about this musician</a></h3>');
   }
if(Chunk[0] == 4) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-4.jpg" width="214" height="96" alt="H&aring;kan Rosengren"></p> <h3 class="name">H&aring;kan Rosengren, Clarinet</h3> <p>Internationally acclaimed clarinetist H&aring;kan Rosengren has performed as soloist, recitalist and chamber musician all over Europe, the United States, Israel, Brazil and Asia - from Berlin, Beijing and Bratislava, to Tel Aviv, Vilnius and Warsaw. In his native Sweden and...</p> <h3><a href="/musicians/hakan-rosengren/">Learn more about this musician</a></h3>');
   }
if(Chunk[0] == 5) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-5.jpg" width="214" height="96" alt="Rick Rowley"></p> <h3 class="name">Rick Rowley, Piano</h3> <p>Pianist Rick Rowley has appeared extensively as a recitalist, concerto soloist and chamber performer with many of the world\'s leading musicians. The Washington Post wrote that he is "a communicative performer" who "takes the music on its own terms." The San Antonio Express-News praised...</p> <h3><a href="/musicians/rick-rowley/">Learn more about this musician</a></h3>');
   }
if(Chunk[0] == 6) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-6.jpg" width="214" height="96" alt="Malorie Blake"></p> <h3 class="name">Malorie Blake, Violin</h3> <p>Born in New Hampshire, violinist Malorie Blake is an accomplished and versatile performer of both classical and modern repertoires. Winner of the Bach Competition at Boston University\'s College of Fine Arts, and second prize winner of...</p> <h3><a href="/musicians/malorie-blake/">Learn more about this musician</a></h3>');
   }
if(Chunk[0] == 7) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-7.jpg" width="214" height="96" alt="Sarah Ludwig"></p> <h3 class="name">Sarah Ludwig, Violin</h3> <p>Sarah Ludwig began violin studies at the age of six with her father, Thomas Ludwig. She made her orchestral debut at the age of nine performing Mozart\'s Violin Concerto No. 4 and has since been a soloist numerous times with the Ludwig Symphony Orchestra, Southern Adventist University Orchestra, and Orchestra Atlanta, of which she...</p> <h3><a href="/musicians/sarah-ludwig/">Learn more about this musician</a></h3>');
   } 
if(Chunk[0] == 8) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-8.jpg" width="214" height="96" alt="Gideon Schlichter"></p> <h3 class="name">Gideon Schlichter, Piano</h3> <p>Performing college level classical pieces at eight years old, Gideon Schlichter possesses a musical ability that can only be explained as a gift from God. Neither his parents, nor seven brothers and sisters, have any degree of musical experience or knowledge. Thus, consequently, they did not own a piano...</p> <h3><a href="/musicians/gideon-schlichter/">Learn more about this musician</a></h3>');
   } 
if(Chunk[0] == 9) {
   document.writeln('<p><img class="alignnone" src="http://www.brokencords.com/wp-content/themes/brokencords/images/musician-bio-photo-9.jpg" width="214" height="96" alt="Aralee Dorough"></p> <h3 class="name">Aralee Dorough, Flute</h3> <p>Aralee Dorough is Principal Flutist of the Houston Symphony. She received her Bachelors degree from the Oberlin Conservatory of Music in 1983 as a student of Robert Willoughby. She continued her studies with...</p> <h3><a href="/musicians/aralee-dorough/">Learn more about this musician</a></h3>');
   } 
}
featured_musicians();
//-->
