if (self == top)
{
var url = self.location.search;
self.location = "index.htm" + url;
}
