function sb(p1, p2)
{
	window.open(p1+encodeURIComponent(location.href)+p2+encodeURIComponent(document.title));
	return false;
}