var url = self.location; 
if (self == top && url != "http://www.solutionsintros.com/admin/clients.php"){ 
//self.location.replace("file:///C:/My%20Documents/Solutions/website/frameset.htm?"+url);
self.location.replace("http://www.solutionsintros.com/frameset.htm?"+url);
} 