     function redirectbebo()
    {

         gobebo();
    }

 function redirectmyspace()
    {

         gomyspace();
    }
 function redirectfacebook()
    {

         gofacebook();
    }
 function redirectfriendster()
    {

         gofriendster();
    }
 function redirectzorpia()
    {

         gozorpia();
    }
 function redirectyoutube()
    {

         goyoutube();
    }
 function redirectgmail()
    {

         gogmail();
    }
 function redirectyahoo()
    {

         goyahoo();
    }
   function redirectorkut()
    {

         goorkut();
    }

function gobebo()
{

            document.URLform.URL.value="www.bebo.com";
            document.URLform.action="index.php";
            document.URLform.submit();

}
function gomyspace()
{

          document.URLform.action="/go/nph-go.cgi/000010A/http/www.myspace.com/";
          document.URLform.submit();

}


function gofacebook()
{
          
          document.URLform.action="/go/nph-go.cgi/000010A/http/www.facebook.com/";
          document.URLform.submit();

}
function gofriendster()
{

            document.URLform.URL.value="www.friendster.com";
            document.URLform.action="index.php";
            document.URLform.submit();

}
function gozorpia()
{

            document.URLform.URL.value="www.zorpia.com";
            document.URLform.action="index.php";
            document.URLform.submit();

}
function goyoutube()
{
                       
	  document.URLform.action="/ytub/index.php?q=www.youtube.com&hl=2e2";
          document.URLform.submit();

}
function gogmail()
{

            document.URLform.URL.value="www.gmail.com";
            document.URLform.action="index.php";
            document.URLform.submit();

} 
function goyahoo()
{ 
          document.URLform.action="/go/nph-go.cgi/000010A/https/login.yahoo.com";
          document.URLform.submit();
	
}     

function goorkut()
{
         	
          document.URLform.action="/go/nph-go.cgi/000010A/http/www.orkut.com/";
          document.URLform.submit();
	
} 
     
function redirectcgi(){
       
         var url = document.URLform.URL.value;
        
        if(url.indexOf("https")!=-1)

        {
         
          document.URLform.action="/go/nph-go.cgi/000010A/x-proxy/start";
          document.URLform.submit();
        }
	else if(url.indexOf("youtube")!=-1)

        {
       
          document.URLform.action="/ytub/index.php?q=www.youtube.com&hl=2e2";
          document.URLform.submit();

	}
 
        else if(url.indexOf("myspace")!=-1)

        {
       
          document.URLform.action="/go/nph-go.cgi/000010A/http/www.myspace.com/";
          document.URLform.submit();

	}

	else if(url.indexOf("facebook")!=-1)

        {
       
          document.URLform.action="/go/nph-go.cgi/000010A/http/www.facebook.com/";
          document.URLform.submit();

	}
        
	else if(url.indexOf("amazon.com")!=-1)

	{

	  document.URLform.action="/go/nph-go.cgi/000010A/http/www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2F&tag=proxyhome-20&linkCode=ur2&camp=1789&creative=390957";
	  document.URLform.submit();

	}
	else if (url.indexOf("buy.com")!=-1)
	{
	  document.URLform.URL.value="affiliate.buy.com/gateway.aspx?adid=17662&aid=10390122&pid=3740618&sURL=http%3A%2F%2Fwww%2Ebuy%2Ecom%2Fspecialty%5Fstore%5F6b%2Fblack%2Dfriday%2Dthanksgiving%2Ddeals%2F63214%2Ehtml";
	  document.URLform.action="index.php";
	  document.URLform.submit();
	}
        else if(url.indexOf("orkut")!=-1)

        {
 
          document.URLform.action="/go/nph-go.cgi/000010A/http/www.orkut.com/";
          document.URLform.submit();

        }
	else if(url.indexOf("gmail")!=-1)
        {
                       
             document.URLform.action="index.php";
             document.URLform.submit();
           
        }
        else if(url.indexOf("yahoo")!=-1)
        {
                    
          document.URLform.action="/go/nph-go.cgi/000010A/https/login.yahoo.com";
          document.URLform.submit();
	
        }
	else if(url.indexOf("icicidirect")!=-1)
        {
                    
            document.URLform.URL.value="https://secure.icicidirect.com/customer/logon.asp";
            document.URLform.action="index.php";
            document.URLform.submit();
	
        }
       else
       {
          
          document.URLform.action="index.php";
          document.URLform.submit();
       }
     }

