function cari(url){
var txtsearch = $("#txtsearch").val();
window.alert(url);
window.location = "http://www.mozilla.org/products/firefox/";
}
