
	var sItemURL = "mailto:?subject=" + document.title + "&body=This is a link from the 15 New Bridge Street Web site " + top.parent.location.href

	document.write('<li><a href="' + sItemURL + '">E-mail a link</a></li>');

	if (navigator.userAgent.indexOf('MSIE') != -1) {
		document.write('<li><a href="javascript:window.external.AddFavorite(location.href, document.title);">Bookmark page</a></li>');
	} 

	document.write('<li><a href="javascript:print();">Print this page</a></li>');
