titles = new Array();
artists = new Array();

artists[0] = "LOST AND FOUND";
artists[1] = "ENDLE ST. CLOUD";
artists[2] = "RED KRAYOLA";
artists[3] = "LIGHTNIN' HOPKINS";
artists[4] = "13<span style='font-size:11px'>TH</span> FLOOR ELEVATORS";
artists[5] = artists[4]; 
artists[6] = artists[4]; 
artists[7] = artists[4]; 
artists[8] = "DAVE ALLEN";
artists[9] = artists[2]; 

titles[0]="Forever Lasting Plastic Words";
titles[1]="Thank You All Very Much";
titles[2]="The Parable Of Arable Land";
titles[3]="Easter Everywhere";
titles[4]="The Psychedelic Sounds Of...";
titles[5]="Easter Everywhere";
titles[6]="Bull Of The Woods";
titles[7]="Live";
titles[8]="Color Blind";
titles[9]="God Bless The Red Krayola And All Who Sail In Her";

function resetText(toWhat,whichtitle){
	if (whichtitle>=2){return;}	
	toWhat2 = toWhat + "_1";
	document.getElementById(toWhat).innerHTML=artists[whichtitle];
	document.getElementById(toWhat2).innerHTML=titles[whichtitle];

}

function coming2009(which,number){
	if (number>=2){return;}
	which2 = which + "_1";
	whichtitle=0;
	document.getElementById(which).innerHTML="DUE FOR RELEASE";
	//if (number==0){
	//	document.getElementById(which2).innerHTML="&nbsp;in 2009<br /><font color=\"#ffffff\">.</font>";
	//} else {
		document.getElementById(which2).innerHTML="&nbsp;in 2009";
	//}
}

function noLink(){
return;
}
