var how_many_ads = 22;
ad = Math.round((how_many_ads - 1) * Math.random()) + 1;

if (ad==1) {
txt='"...the instrumentation really shines here...extremely well-produced and orchestrated CD." <br>- Les Reynolds, indie-music.com';
url="news-reviews-press.php";
}
if (ad==2) {
txt='"This is a very interesting album-one that is part music and part art. The playing is solid...actually impressive in many places...with good vocals throughout. The sense is that of a great act...The more I listened to it--the more I liked it. It\'s a gem and clearly deserves a listen. Those who like layers and dynamic arrangements and an intellectual/spiritual sense to the lyrics will really like this. It is clearly something different, yet in my mind it really succeeds. Highly recommended." <br>- The Critical Review';
url="news-reviews-press.php";
}
if (ad==3) {
txt='"Sanctuary is a DEFINITE add...I plan on using it on my show for an upcoming reading on the Continental Divide Trail. Interesting stuff!"<br>- Truman Ingalsbe, WDIY';
url="news-reviews-press.php";
}
if (ad==4) {
txt='"Really good! They\'re talented! It\'s better than 90% of the stuff that has been coming out lately."<br>- Esoteric Records, Sacramento, CA';
url="news-reviews-press.php";
}
if (ad==5) {
txt='“...it\'s wonderful to just listen to and relax after a long hard day of work.”<br>- CWC Entertainment News';
url="news-reviews-press.php";
}
if (ad==6) {
txt='"Pretty cool stuff!"<br>- New World Record, Buffalo, NY';
url="news-reviews-press.php";
}
if (ad==7) {
txt='"I really like that kind of stuff! I think it’s meant for the educated ear. Good CD!" <br>- Music Box, Newport, RI';
url="news-reviews-press.php";
}
if (ad==8) {
txt='"Prog-rockers like Emerson, Lake & Palmer, Yes, Pink Floyd, King Crimson and Genesis envisioned rock as more than just blues-based boogie, they approached it as "high art" and believed that rockers could learn a thing or two from Bach, Beethoven, Mozart or Chopin...there are some 21st Century bands with a prog-rock outlook; one of them is Vertical Leap. A generally decent, if derivative, outing, Sanctuary will appeal to those who still hold Pink Floyd, Genesis and the Moody Blues in high regard."<br>- Alex Henderson, All Music Guide';
url="news-reviews-press.php";
}
if (ad==9) {
txt='"Sanctuary is good stuff! Spinning it today for the first time!"<br>- John O\'Sullivan, High Plains Public Radio';
url="news-reviews-press.php";
}
if (ad==10) {
txt='"Mahn\'s sound is well executed...Sanctuary is a fine introduction to Mahn\'s rising star." <br>- MWE3.COM';
url="news-reviews-press.php";
}
if (ad==11) {
txt='"Very good album!"<br>- The Music Box, Prichard, AL';
url="news-reviews-press.php";
}
if (ad==12) {
txt='"The musicianship is very well crafted and the complexity of the music is very impressive."<br>- Michael Allsion, musicdish.com';
url="news-reviews-press.php";
}
if (ad==13) {
txt='"It\'s excellent! Really good! We ordered in a few copies and I think our customers will be turned on to it! Good Music!"<br>- Chester County Music, Westchester, PA';
url="news-reviews-press.php";
}
if (ad==14) {
txt='"Thanks for the Vertical Leap CD. It\'s pretty good. I hope they stick around enough to grow into a second CD."<br>- Robert Silverstein, 20th Century Guitar';
url="news-reviews-press.php";
}
if (ad==15) {
txt='"An intriguing CD...I think they would be cool to see live!"<br>- Tower Records & Video, Vienna, V A';
url="news-reviews-press.php";
}
if (ad==16) {
txt='"Those looking for something more progressive than King Crimson reissues had best take a look over here. This crew has a feel for revisiting the 70\'s etc without tripping over the cliches of the era. A tasty side trip but a bunch of serious players that wants to distance themselves from the commercial world without becoming too precious in the bargain.<br>- Chris Spector, Editor and Publisher, Midwest Record Recap';
url="news-reviews-press.php";
}
if (ad==17) {
txt='"Several of our customers thought it sounded like movie soundtrack music. I like the instrumentation...it\'s an interesting CD."<br>- Kangaroo CDs & Tapes, North Providence, RI';
url="news-reviews-press.php";
}
if (ad==18) {
txt='"I thought it was neat!... it sounded good and it seemed like they had fun doing it. I\'d like to hear them live. I bet they would put on a good show!" <br>- Barney‘s Good Time Music, Woodland, CA';
url="news-reviews-press.php";
}
if (ad==19) {
txt='"Highly recommended to lovers of progressive, avant-garde music styles."<br>- Robert Walmsley, Omega New Age Directory';
url="news-reviews-press.php";
}
if (ad==20) {
txt='"At first I was thinking \'hmmm, power chords for the acoustic guitar\' and how much this sounded like Jethro Tull without the flute, but then George W. Mahn III brings in an electric guitar and things gradually evolve into a different yet somewhat coherent oeuvre. The music is good, upbeat, some instrumentals mixed with a few mostly well-written vocals."<br>- Nightflying Magazine';
url="news-reviews-press.php";
}
if (ad==21) {
txt='"Pretty neat! They have a really mature sound! I really enjoyed it! Well be ordering that one." <br>- California Music Co., Gilroy, CA';
url="news-reviews-press.php";
}
if (ad==22) {
txt='"VERY nice! Everyone here seems to really like it! We\'ll keep playing it in our store..." <br>- Wherehouse Music, Corte Madera, CA';
url="news-reviews-press.php";
}

document.write('<blockquote><a href=\"' + url + '\">');
document.write( '<font color=\"#000066\">' );
document.write( txt + '</font></a></blockquote>');

