/**
 AUTHOR: WWW.CGISCRIPT.NET, LLC
 URL: http://www.cgiscript.net
 Use the script, just leave this message intact.
 ( http://www.cgiscript.net/scripts.htm )
**/

var url = "http://www.geni.org";
var title = "GENI - Global Energy Network International";

function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
else
alert("Bookmark the GENI site by pressing <Ctrl-D> or <Ctrl-Shift-D>");
}

