﻿function SearchResult(resultName) {
	//Comment out due to nobody using these tracking results and its not working in prod only qa and dev.  This can go away with the Betty Rewrite
	//PageMethods.LogResultClick(resultName, CallSuccess_LogResultClick, CallFailed_LogResultClick);
}

//Runs on successful server callback of PageMethods.LogResultClick
function CallSuccess_LogResultClick(result) {
    // Do nothing
}

//Runs on failed server callback of PageMethods.LogResultClick
function CallFailed_LogResultClick(result) {
    //Do nothing
}