﻿// @TRONC /Kaley/Search.js
function Search(text){    
  var urlText = encodeURIComponent(text);     
  window.location = "/Search.aspx?Text="+urlText;
 
}