﻿function onSearchControlClickEvent(value)
{
    document.location = "Summary.aspx?for=search_query&id=0&search=" + value;
}

