Li = {
	linkCode: function(){
		var url = window.location.href;
		var title = document.title;
		var description = document.getElementsByTagName("meta").item(0).content;
		var code = "<a href=\""+ url + "\">\n" + title + "</a>"
			+ " - \n" + description;
		var txt = "<br /><p class=\"center\"><b>Make a link to </b></p><br />"
			+ "<p class=\"center\">" + code + "</p><br />" 
			+ "<p class=\"center\"><b>by copying the code below:</b></p><br />"
			+ "<p class=\"center\">&lt;a href=&quot;" 
			+ url + "&quot&gt;<br />" + title + "&lt/a&gt - " 
			+ description + "</p><br /><br />";
		return txt;
	}
}
