function displayArtists()
{
	var url="/rave/php/artists.php";
	var options={};
	
	var update=new Ajax.Updater('artists',url,options)
}
