function setBookmarkTitle(title)
{
	document.getElementById('socialBookmarksPageNameDiv').innerHTML = title;
}