var quote = new Array('<p>&quot;This red-hot disc exudes more authentic rockabilly vibe than an East Texas jalopy race.&quot;</p><p><span class="smaller">Barry Cleveland &mdash; Guitar Player Magazine</span></p>', '<p>&quot;Sweet Mikey C is a bit of a vocal chameleon, sounding like early Roy Orbison and then mixing in some Buddy Holly influence....&quot;</p><p><span class="smaller">Dan Forte &mdash; Vintage Guitar Magazine</span></p>');

var randquote = Math.floor(Math.random()*2);

$(document).ready(function(){
		//$("img#lci").set({src:leftimg[randleft]});
	//$("img#lci").fadeIn("crawl");

	$("div#sign_text p").replaceWith(quote[randquote]);
	

});
