$(function () {
    $(".MenuHoldAtr").lavaLamp({ fx: "backout", speed: 700 })
    var FacebookLike = ($("#FacebookLike"));
    FacebookLike.html("<iframe src=\"http://www.facebook.com/plugins/like.php?href=http://fotogaleri.hurriyet.com.tr/&layout=button_count&show_faces=false&width=108&height=21&action=recommend&font=trebuchet+ms&colorscheme=light\" scrolling=\"no\" allowTransparency=\"true\" frameborder=\"0\" style=\"background-color:#ffffff; border:none; overflow:hidden; width:120px; height:23px; padding-top:1px; padding-bottom:1px;\"></iframe>");

    function reArrange(kelime) {
        return (kelime.replace(/ü/g, "%C3%BC").replace(/Ü/g, "%C3%9C").replace(/þ/g, "%C5%9F").replace(/Þ/g, "%C5%9E").replace(/ð/g, "%C4%9F").replace(/Ð/g, "%C4%9E").replace(/ç/g, "%C3%A7").replace(/Ç/g, "%C3%87").replace(/ý/g, "%C4%B1").replace(/Ý/g, "%C4%B0").replace(/ö/g, "%C3%B6").replace(/Ö/g, "%C3%96").replace(/ /g, "%20"));
    }

    $("#form1").submit(function () {
        $('#keyword').val(reArrange($('#UCHeader1_keyword2').val()));
        if ($("#UCHeader1_keyword2").val() == "Aranacak Kelime" || $("#UCHeader1_keyword2").val() == "Aranacak Kelime Giriniz!" || $("#UCHeader1_keyword2").val() == "") {
            $("#UCHeader1_keyword2").val("Aranacak Kelime Giriniz!");

        }
        return false;
    });
    $("#UCHeader1_keyword2").click(function () {
        if ($("#UCHeader1_keyword2").val() == "Aranacak Kelime" || $("#UCHeader1_keyword2").val() == "Aranacak Kelime Giriniz!") {
            $("#UCHeader1_keyword2").val("");
        }
    });
    $("#UCHeader1_keyword2").blur(function () {
        if ($("#UCHeader1_keyword2").val() == "")
            $("#UCHeader1_keyword2").val("Aranacak Kelime");
    });
    $("#UCHeader1_keyword2").keyup(function (e) {
        if (e.keyCode == 13) {
           window.location = $("#UCHeader1_lnkBtnSearch").attr('href');
        }
    });
});




