// JavaScript Document
function onResultsRowClick(target){
	document.location = target;
}