﻿$(document).ready(function() 
{
	$("#searchinput").keyup(function(){
		searchResult();
	});
});