// JavaScript Document
function addEngine(friendlyName,name)
{
if((typeof window.sidebar=="object")&&(typeof window.sidebar.addSearchEngine=="function")){
var src="http://domainlazy.com/plugins/ajaxwhois-lookup.src";
var icon="http://domainlazy.com/plugins/ajaxwhois-lookup.png";
window.sidebar.addSearchEngine(src,icon,friendlyName,'Web Services');
}else{
alert("Sorry, you need a Mozilla-based browser to install the search plugins.");
}
}

{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}


function show_box(){
alert(document.form1.the_box.value)
}

