pageLoc = self.location;
pageAdd = top.location;
 
if (pageLoc == pageAdd) {
    contentSrc = escape(pageLoc);
    contPage = 'http://www.ricardoaleman.com/index.html?' + contentSrc;
    top.location.href = contPage;
}