function displayAboutSponsoredLinks() {
	linksWindow = window.open('http://www.realcities.com/html/search/sponsored_links.html', 'sponsored_links', 'width=580,height=480,top=10,left=300,scrollbars=yes');
	linksWindow.focus();
}
