﻿//search function
function Search() {
    location.href = "Search.aspx?p=76&t=" + document.aspnetForm.SearchText.value;
}
