
var artist=new Array()

artist[0]='<span style="font-weight:bold;color:#000000;font-size:14px;"><a href="/localartists/feature.html" style="color:#000000;">uche</a></span>'


var whichartist=Math.floor(Math.random()*(artist.length))
document.write(artist[whichartist])

