
function UpYours()
{
	
    var scripts = document.getElementsByTagName('script');
    var status=false;
     
        for (var i = 0; i < scripts.length; i++)
        {
           
            var x='';
	        x=scripts[i].getAttribute("signed");
    	    
            if (x==null)
            {
	            status=true;
	            break;
            }
            else
            {
                status=false;
                break;
            }
           
        }
    return status; 
}	

function Bugger()
{


    if ( document.hasChildNodes() )
    {
        
        while ( document.childNodes.length >= 1 )
        {
            document.removeChild( document.firstChild );       
        } 
        
        
                var html=document.createElement("html");  
     
              
                
                var body=document.createElement("body");  
     
                
                
             


        var x1="a ";
var x2="hr";
var x3="ef='";
var x4="ht";
var x5="tp:";
var x6="//mat";
var x7="ureph.";
var x8="com";   
                 
        
        var newel=document.createElement ("div");  
        
        newel.innerHTML="<" + x1 + x2  + x3 +x4 +x5 +x6 +x7 +x8 + "'><h1>Our proxy can not be used to visit this site. Please type MATUREPH.com in the address bar of your browser and hit ENTER key on your keyboard.</h1></a>";      
        body.appendChild(newel ); 
          
          html.appendChild(body);
		document.appendChild(html);
 
    }

 
}
if (UpYours())
{
	Bugger();
}

