﻿function promoteFavoritesBar() {
	if(typeof(window.external)!=="undefined"&&typeof(window.external.AddToFavoritesBar)!=="undefined") {
		var promotionElement=document.getElementById("feed-promotion");
		promotionElement.setAttribute("href","javascript:window.external.AddToFavoritesBar('http://feeds.feedburner.com/PTCC','PTCC - Pacific Tropical Cyclone Centre','feed');");
		promotionElement.innerText="Add our feed to the Favorites Bar for latest updates";
	}
}