// JavaScript Document
if (parent.location.href == self.location.href) {
top.location.href = '../index.html?'+self.location.href;
}
