<!--
var ips = self.location.pathname;
if (window.name!='content')
     top.location.replace('../index.html?' + ips + '~content');
//-->
