﻿// JScript 文件
 $(document).ready(function() {
        
        $("#searchKeywords").AutoComplete("/Handler/Hot.aspx","");
        
    });
