if (self==top)
{
	var url = self.location.pathname;
	self.location = "/music.htm?"+url;
}
// page titles
if (top != self) top.document.title = document.title;