﻿function facebookShare() {
    window.open('http://www.facebook.com/sharer.php?t=Ferhat Çelik&u=http://www.ferhatcelik.com', 'sharefb', 'toolbar=0,status=0,width=600,height=200');
}
function twitterShare() {
    window.open('http://twitter.com/intent/tweet?text=Ferhat Çelik&url=http://www.ferhatcelik.com', 'sharetw', 'toolbar=0,status=0,width=600,height=200');
}
$(document).ready(function () {
    MarqueeAyarla();
});

function MarqueeAyarla() {
    //marquee yüksekliğini sayfanın solundaki mavi menünün alt boşluğuna göre otomatik arttırır.
    _h = parseInt($('#marqDuyuru').parent().css('height').toString().replace('px', '')) - 200;
    $('#marqDuyuru').css('height', _h + 'px');
}
