<!-- Begin
var bookURL = top.location.href;
var bookTitle = "Pima County Procurement Business Resources";

// Bookmark this page
function addtoExternalbookmark(){
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite (bookURL,bookTitle);
}
else {
var msg = "Use the following shortkey keys to bookmark this page!";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
alert(msg);
   }
}
//  End -->
