
function roy() {
	window.status='Roy Brown';
	drc('En vivo en el Conservatorio de M&uacute;sica de PR.','Roy Brown');
	return true;
}
//**********************************************************************************
function nogueras() {
	window.status='Jos&eacute; Nogueras';
	drc('Con Jos&eacute; Nogueras en La Tea.','Silverio P&eacute;rez');
	return true;
}
//***********************************************************************************
function danny() {
	window.status = "Danny Rivera";
	drc('En vivo en el Cinema 4.','Danny Rivera');
	return true;
}
//*********************************************************************************
function glorivee() {
	window.status = "Glorivee y \'The Stokes\'";
	drc("Grabaci&oacute;n hecha en el 1966.","Glorivee y \"The Stokes\"");
	return true;
}
//*********************************************************************************
function raices() {
	window.status = "Grupo Ra&iacute;ces";
	drc("En el Colegio Universitario de Cayey.","Grupo Ra&iacute;ces");
	return true;
}
//*********************************************************************************
