function doClick(lnk) {
	var the_url_is = document.url;
	window.open("/tv/1000-places/list-maker/list-maker.html?destination=" + location.href, "_self");
	return false;
}