// Add to favorite
var urlAddress = "http://www.rochdaleexchange.com/";
var pageName = "Rochdale Exchange Shopping Centre";
function addToFavorites() {
if (window.external) { window.external.AddFavorite(urlAddress,pageName)}
else { alert("Sorry! Your browser doesn't support this feature.");}
}