function clickedRow(row)
{
	var link = row.getElementsByTagName("a")[0];

	window.location = link.href;
}


