﻿function getUrl(obj) {
    obj.href = "../search/default.aspx?QUERY=" + document.getElementById("textSearch").value;
    return true;
 }
