﻿function toSearch()
{
    location.href="/Search.aspx?keyword="+document.getElementById("Left_Keywords").value;
}
