// JavaScript Document
var p_span1 = '<span class="padded" style="width:290px;">';
var p_span2 = '<br /><span class="padded" style="width:290px; text-align:right; font-style:italic;">'
var p_test = [];
p_test[1] = p_span1+"&quot;You are really magnificent on piano and I really enjoyed every minute while you are playing Metallica songs. I cant find the exact words to describe but wow, great, amazing... are not enough. Thank you for bringing us the magic sounds of piano by playing Metallica songs. Congratulations!&quot;"+p_span2+"-Ilker Gurcuoglu, Izmir, Turkey</span></span>";
p_test[2] = p_span1+"&quot;I just purchased your Pianotarium CD, It is EXCELLENT! My husband is a huge metallica fan. I am a classically trained pianist for 22 yrs now. I especially love &quot;Nothing Else Matters&quot; and &quot;One&quot;. I would love to take on the project of learning to play these songs as a surprise for my husband and the love of music for myself. Thank you so much for inspiring us with your music!&quot;"+p_span2+"-Teresa Bukowski, New York, NY</span></span>";
p_test[3] = p_span1+"&quot;I just wanted to tell you , I bought your at your concert in Modesto, for the simple fact you brought a tear to my eye when you were playing Metallica's 'Unforgiven'. I was in the army when I got that CD and took it everywhere I went and more than i can remember in combat . I was an Army Ranger for 3 yrs. I thank you for bringing me home. You may not know it but you did. So thanks, and I hope to see you near my town again soon.&quot;"+p_span2+"-Justin Doyle, Modesto, CA</span></span>";

var p_num;

var vButtons = '<a href="http://www.youtube.com/watch?v=1peZhwHsBbU" title="Sweet Child O Mine at Shout House" target="_blank" class="bw_image" style="background-image:url(../images/video3.jpg); height:70px; width:140px; float:left; margin-left:5px;"></a><a href="http://www.youtube.com/watch?v=wX_ThT1jpas" title="Sweet Child O Mine" target="_blank" class="bw_image" style="background-image:url(../images/video2.jpg); height:70px; width:140px; float:left; margin-left:10px;"></a>';

var mButtons = '<a href="#" class="bw_image" style="background-image:url(../images/merch1.jpg); height:70px; width:140px; float:left; margin-left:5px;"></a><a href="#" class="bw_image" style="background-image:url(../images/merch2.jpg); height:70px; width:140px; float:left; margin-left:10px; background-position:0 0;"></a>';

var eButtons = '<a href="../images/ChiBenefit-web.jpg" target="_blank" class="bw_image" style="background-image:url(../images/event1.jpg); height:70px; width:140px; float:left; margin-left:5px;"></a><a href="../images/Pianotarium-ViperRoom-web.jpg" target="_blank" class="bw_image" style="background-image:url(../images/event2.jpg); height:70px; width:140px; float:left; margin-left:10px;"></a>';

var mPlayer = '<span class="padded" style="background-color:#000000; width:262px; height:85px; text-align:center;"><center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjM2NDcyNzUzNDImcHQ9MTI2MzY*NzYxOTI5NyZwPTI3MDgxJmQ9bWluaV9tdXNpY19wbGF5ZXJfZmlyc3RfZ2VuJmc9MSZvZj*w.gif" /><embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/13/widgetPlayerMini.swf?emailPlaylist=artist_636452&backgroundcolor=000000&font_color=FFFFFF&posted_by=artist_636452&shuffle=&autoPlay=false" height="83" width="262" /><br/><a href="http://www.reverbnation.com/sitebuilder" onclick="javascript:window.location.href=&quot;http://www.reverbnation.com/c./a4/13/636452/Artist/636452/Artist/link&quot;; return false;"><img alt="Band website builders" border="0" height="12" src="http://cache.reverbnation.com/widgets/content/13/footer.png" width="262" /></a><br/><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/13/artist_636452/artist_636452/t.gif"/><a href="http://www.quantcast.com/p-05---xoNhTXVc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-05---xoNhTXVc.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a></center></span>';

function change()
{
	p_num = (Math.random()*3+1);
	p_num = Math.floor(p_num);
	document.getElementById('testimonials').innerHTML = p_test[p_num];
	document.getElementById('videoButtons').innerHTML = vButtons;
	document.getElementById('merchButtons').innerHTML = mButtons;
	document.getElementById('eventButtons').innerHTML = eButtons;
	change2()
}
function change2()
{
	document.getElementById('musicPlayer').innerHTML = mPlayer;
}