$( document ).ready( function(){
	$( '#social_icons' ).append( '<a href="javascript:void(0);" onclick="window.open(\'http://iwiw.hu/pages/share/share.jsp?u=\'+encodeURIComponent(location.href)+\'&title=\'+encodeURIComponent($(\'#content_title h1\').text()));return false;" title="Add az iWiW-hez"><img width="25" height="25" border="0" alt="Add az iWiW-hez" src="../images/social_icons/iwiw.jpg"/></a>' );
	$( '#social_icons' ).append( '<a href="http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href)+'%2F&t='+encodeURIComponent($('#content_title h1').text())+'" title="Megosztás Facebook-on" target="facebook"><img width="25" height="25" border="0" alt="Megosztás Facebook-on" src="../images/social_icons/facebook.jpg"/></a>' );
	$( '#social_icons' ).append( '<a href="http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent($('#content_title h1').text())+'" title="Megosztás Delicous-on" target="delicious"><img width="25" height="25" border="0" alt="Megosztás Delicous-on" src="../images/social_icons/delicious.jpg"/></a>' );
	$( '#social_icons' ).append( '<a href="http://www.google.com/reader/link?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent($('#content_title h1').text())+'" title="Megosztás Google Reader-en" target="greader"><img width="25" height="25" border="0" alt="Megosztás Google Reader-en" src="../images/social_icons/greader.jpg"/></a>' );
	$( '#social_icons' ).append( '<a href="http://twitter.com/home?status=%C9pp%20ezt%20olvasom%3A%20'+encodeURIComponent(location.href)+'" title="Megosztás a Twitteren" target="twitter"><img width="25" height="25" border="0" alt="Megosztás a Twitteren-on" src="../images/social_icons/twitter.jpg"/></a>' );
});

