var proj;

function select()
{
    document.getElementById('proj').focus();
    document.getElementById('proj').select();
    var ip = "<?php echo $_SERVER['REMOTE_ADDR']; ?>";
    window.confirm(ip)
    
   
 }

function onLoad()
{
var ip = "<?php echo $_SERVER['REMOTE_ADDR']; ?>";
window.confirm(ip)
}




function go()
{
//window.confirm("I'm Working");
proj = document.getElementById('proj').value;
//confirm(proj);
    
        if (proj == 'Bar Buddy'){
             window.location='http://undergroundnetworking.com/Underground_Networking/Bar_Buddy.html';
          }
     		   else{
          		  if (proj == 'Upload'){
           			  window.location='http://idisk.mac.com/matt.harlos-Public?view=web'
          		   }
						else{
							if (proj == 'ALIS'){
								window.location='http://www.undergroundnetworking.com/Underground_Networking/A.L.I.S.html'
							}
									else{
										if (proj == 'get local access'){
											window.location='http://undergroundnetworking.com/M0EsShiT/Welcome.html'
										}
												else{
													if (proj == 'Tealb0x'){
														window.location='http://undergroundnetworking.com/0002-71209-TeAlBoX/index.html'
													}
														else{
              												  if (proj == 'feebs'){
            													    window.location='http://undergroundnetworking.com/FeebsShit/index.html'
             												   }
           														     else{
																		    alert("Project " + proj + " does not exist.");
																			    document.getElementById('proj').value = 'Please Enter A Project Name To Continue.';
				                      								   }
				   										 }
											    }
								 }
						  }
   				  }

}

