var url="http://www.climatemakers.com" + location.pathname;
var title="Climatemakers: " + document.title;
function favorites(){
// function to add to favorites
if (document.all)
	window.external.AddFavorite(url,title)
}
