function vote(id,type)
{
		req = new XmlGetAndReplace;
		req.ReplaceElementContent("ok_"+id, "vote.php?type="+type+"&id="+id);
}