﻿function gotoFirst(item)
{
	location.href=$("a:first", item).attr("href");
}