// --------------------------------------------------------------------------------------------- //
// Force content to load in iFrame on main page:                                                 //
// --------------------------------------------------------------------------------------------- //
//                                                                                               //
// Inlude this file in the CONTENT PAGE header:                                                  //
//                                                                                               //
// <head>                                                                                        //
// <script src="js/common/catch_url.js" language="JavaScript" type="text/javascript"> </script>  //
// </head>                                                                                       //
//                                                                                               //
// --------------------------------------------------------------------------------------------- //

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