
$(document).ready(function () {
    $('.slideimgbox').cycle({
        fx: 'fade',
        timeout: 3000,
        before: function () { },
        pager: '#nav'
        //pager: '#pager'
    });

    $("#so_btn").click(function () {
        if ($("#so_text").val() == "") {
            alert("ÇëÊäÈëËÑË÷¹Ø¼ü´Ê!");
        } else {
            location.href = "search.aspx?key=" + encodeURIComponent($("#so_text").val()) + "";
        }
    });

});
