/*	
    cause all direct links to be put within main iframe
*/

if (self == top){
var url = self.location;
self.location = "../../../?pg=" + escape(url);
}