﻿(function( $ ) {
  $(document).ready(function() {
	var url = window.location.href;
    var host =  window.location.hostname;
    var title = $('title').text();
    title = escape(title); //clean up unusual characters
			
    var twit = 'http://twitter.com/share';
	var facebook = 'http://www.facebook.com/sharer.php?u='+url;
	var myspace = 'http://www.myspace.com/Modules/PostTo/Pages/?u='+url;
	var blogger = 'http://www.blogger.com/blog_this.pyra?t&u='+url+'&amp;n='+title+'&amp;pli='+1;
    //var stumbleupon = 'http://stumbleupon.com/submit?url='+url+'&amp;title='+title;
	//var delicious  = 'http://del.icio.us/post?url='+url+'&amp;title='+title;	
    var digg = 'http://digg.com/submit?phase=2&url='+url+'&amp;title='+title;
    var buzz = 'http://www.google.com/reader/link?url='+url+'&amp;title='+title+'&amp;srcURL='+host;
	var sendmail = 'mailto:?subject='+title+'&amp;body=Postovani,'+ escape('\n\n') +'Pogledajte oglas klikom na link: '+url+ escape('\n\n') +'Pozdrav !!!';
 
    var tbar = '<div id="socializethis"><span id="up" title="Objavite Vaš oglas na Vašem Facebook profilu ili nekom drugom!Pošaljite nekom na mail!">Objavite Vaš oglas na Vašem Facebook profilu ili...</span><div id="sicons">';
	tbar += '<a href="#min" id="minimize" title="Smanji Prozor"><img src="/social_bookmark/images/minimize.png" alt="Smanji Prozor" border="0" /></a>';
    tbar += '<a href="'+twit+'" id="twit" title="Postavi na Twitter" target="_blank"><img src="/social_bookmark/images/twitter.png" alt="Postavi na Twitter" width="32" height="32" border="0" /></a>';	
    tbar += '<a href="'+facebook+'" id="facebook" title="Postavi na Facebook" target="_blank"><img src="/social_bookmark/images/facebook.png"  alt="Postavi na facebook" width="32" height="32" border="0" /></a>';
    tbar += '<a href="'+myspace+'" id="myspace" title="Postavi na My Space" target="_blank"><img src="/social_bookmark/images/myspace.png"  alt="Postavi na My Space" width="32" height="32" border="0" /></a>';
	tbar += '<a href="'+blogger+'" id="blogger" title="Postavi na Blogger" target="_blank"><img src="/social_bookmark/images/blogger.png"  alt="Postavi na My Space" width="32" height="32" border="0" /></a>';
    //tbar += '<a href="'+stumbleupon+'" id="stumbleupon" title="Postavi na Stumbleupon" target="_blank"><img src="/social_bookmark/images/stumbleupon.png"  alt="Postavi na Stumbleupon" width="32" height="32" border="0" /></a>';
    //tbar += '<a href="'+delicious+'" id="delicious" title="Postavi na Del.icio.us" target="_blank"><img src="/social_bookmark/images/delicious.png"  alt="Postavi na Delicious" width="32" height="32" border="0" /></a>';
	tbar += '<a href="'+digg+'" id="digg" title="Postavi na Digg" target="_blank"><img src="/social_bookmark/images/digg.png"  alt="Postavi na Digg" width="32" height="32" border="0" /></a>';
    tbar += '<a href="'+buzz+'" id="buzz" title="Postavi na Buzz" target="_blank"><img src="/social_bookmark/images/google-buzz.png"  alt="Postavi na Buzz" width="32" height="32" border="0" /></a>';
	tbar += '<a href="'+sendmail+'" id="sendmail" title="Posalji Mail" target="_blank"><img src="/social_bookmark/images/email.png"  alt="Posalji Mail" width="32" height="32" border="0" /></a>';
    tbar += '</div></div>';
 
    // Add the share tool bar.
    $('body').append(tbar); 
    $('#socializethis').css({opacity: .8});
    // hover.
    $('#socializethis #up').click(function(){
	  $.cookie('minimize_share', null,{ path: '/', domain: 'besplatni-oglasi.in.rs' });													   
      $('#socializethis').animate({height:'60px', width:'290px', opacity: 1}, 600);
      $('#socializethis img').css('display', 'inline');
    });
    //leave
    $('#socializethis').bind('mouseleave',function(){
      $(this).animate({height:'20px', opacity: .8}, 600);	  
    });  
    // Click minimize
    $('#socializethis #minimize').click( function() { 
      minshare();       
	  $.cookie('minimize_share', '1', { expires: 1, path: '/', domain: 'besplatni-oglasi.in.rs', secure: false });
    }); 
 
    if($.cookie('minimize_share') == 1){
      minshare();
    }  
 
    function minshare(){
      $('#socializethis').animate({height:'20px', width: '48px', opacity: 1}, 0); 
      $('#socializethis img').css('display', 'none');
      return false;
    }	
  });
})(jQuery);
