﻿function EnCode(key) {
    var newkey = encodeURI(key);
    window.location = "SearchInfo.aspx?keyword=" + newkey;
}
