
function partview(webtest,who,path) {
//document.write("this is a test");
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
  var url=path;
  url=url+"www_phptest.php";
  url=url+"?frm="+who+"&url="+webtest;
//  document.write(url);
  xmlhttp.open("GET",url,true);
  xmlhttp.send(null);

//  window.open( "http://"+webtest, "partnerview" );  
}

function makeLink(){
var url = "http://www.heggsfurniture.com";
 
var title = "Hegg's Gallery of Fine Furniture";

 
if(document.all)
 
window.external.AddFavorite(url,title)
 
}
