﻿function twitterShare() {
    var title = "Bi Biskrem için Serhan daha ne yapsın? Fikir ver, MacBook, iPhone, iPod, kazan!" + "" + "http://www.bibiskremversem.com";
    window.open('http://twitter.com?status=' + encodeURIComponent(title));
}
	
function facebookShare() { 
    u = location.href;
    window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent(u), 'sharer', 'toolbar=0,status=0,width=626,height=436');
    return false;
}

