var url = "http://forensics.bizcompsystems.com/index.asp";
var title = "Forensic Geology";

function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}