﻿function setBookmark(url,str){
if(str=='')str=url;
if (document.all)window.external.AddFavorite(url,str);
else alert ("Please use the bookmark feature of your browser to save the location of this page.");
} 

function send_page()
{
var path_to_cgi="/cgi-bin/send_a_page.cgi";
path_to_cgi+='?url='+escape(document.location);
window.open(path_to_cgi,"FRIENDS01","TOP=140,LEFT=300,WIDTH=300,HEIGHT=325");
}
