function TrailInfo( link, text )
{
	this.link = link;
	this.text = text;
}
