﻿function noIframeAction()
{   
  if(top.location.href!=self.location.href)
    {
     top.location.href="http://www.mps.gov.cn/";
    }
    if(top.location.href.indexOf("/template/")!=-1) 
       { 
           location.href="/error/webnoinfo.htm";
       }
 } 

