<!--
/*
	var d = document.location.href;
	var curFilename = d.substring(d.lastIndexOf("/")+1, d.length);
//	alert(curFilename);

	switch (curFilename) {
		case "index.aspx" :
				if (d.indexOf("/b5/") != -1 ) {
					document.write ('<a class="footertellafriend" href="../sendfriend/sendfriend.aspx?url=' +escape(document.location.href)+ '&title=' +escape(document.title) + '">' + unescape(escape("告知朋友有關這一章"))+ '</a>');
				} else if (d.indexOf("/eng/") != -1 ) {
					document.write ('<a href="../sendfriend/sendfriend.aspx?url=' +escape(document.location.href)+ '&title=' +escape(document.title) + '" class="footercontent"><br>Tell a friend about this chapter</a>');
				}
				break;
		default :
			//Content page link
				if (d.indexOf("/b5/") != -1 ) {
					document.write ('<a class="footertellafriend" href="../sendfriend/sendfriend.aspx?url=' +escape(document.location.href)+ '&title=' +escape(document.title) + '">' + unescape(escape("告知朋友有關這篇文章"))+ '</a>');
				} else if (d.indexOf("/eng/") != -1 ) {
					document.write ('<a class="footertellafriend" href="../sendfriend/sendfriend.aspx?url=' +escape(document.location.href)+ '&title=' +escape(document.title) + '">Tell a friend about this article</a>');
				}
	}
*/
document.write ('<a class="footertellafriend" href="../sendfriend/sendfriend.aspx?url=' +escape(document.location.href)+ '&title=' +escape(document.title) + '">');
//-->