
<!--
passpage = document.URL
cutback = passpage.substring(passpage.lastIndexOf("/"), 0)
dir = cutback.substring(cutback.lastIndexOf("/")+1, cutback.length)
if (top.location == self.location)
top.location.href="/artists/index2.html?" + dir
// -->

