﻿$(document).ready(function(){
    $("#social").mouseover(function(){
      $(this).animate( { width:"26px" }, { queue:false, duration:100 } )
    });
    $("#social").mouseout(function(){
      $(this).animate( { width:"15px" }, { queue:false, duration:100 } )
    });
 });


function social(u,t){if(!u)u=location.href;if(!t)t=document.title;u=encodeURIComponent(u);t=encodeURIComponent(t);var s=new Array('http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+u+'&title='+t+'" title="Google"','http://twitter.com/home?status='+t+' - '+u+'" title="Twitter Sayfas‎nda payla‏"','http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Facebook"','http://www.google.com/buzz/post?message='+t+'&url='+u+'" title="Google Buzz"','http://www.friendfeed.com/share?title='+t+' - '+u+'" title="FriendFeed‏"','http://bookmarks.yahoo.com/toolbar/savebm?u='+u+'&t='+t+'" title="Yahoo"','http://www.myspace.com/Modules/PostTo/Pages/?u='+u+'&t='+t+'" title="myspace"','#" onclick="print();return false" title="Print"');for(i=0;i<s.length;i++)document.write('<a style="background:url(http://'+window.location.hostname+'/templates/Default/images/social.png) -'+24*i+'px 0" href="'+s[i]+'" target="_blank"></a>')}
