(function () { var headerhtml = '
'; document.write(headerhtml); })(); $().ready(function () { $("#searchclick").on("click", function () { var _searchkey = $("#searchkey").val(); location.href = "searchnews.aspx?key=" + _searchkey; }) })