function post_id(pdh)
{
	if(!pdh) location.href='';
	else location.href='?p='+pdh;
}