var hostname='http://www.meledandri.com/art.htm'

if (top.location == self.location) {    //if page is not in its frameset
      top.location.href = hostname + "?" + window.location.href; 
}

top.document.title = document.title

