$(document).ready(function() {
	var u=location.href;
	var t=document.title;

	$("#share_iwiw").click(function() {
		window.open('http://iwiw.hu/pages/share/share.jsp?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'share_iwiw','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
		return false;
	});

	$("#share_twitter").click(function() {
		window.open('http://twitter.com/home?status='+encodeURIComponent('Olvasd el: '+u),'share_twitter','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
		return false;
	});

	$("#share_facebook").click(function() {
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&src=sp','share_facebook','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
		return false;
	});

	$("#share_delicious").click(function() {
		window.open('http://del.icio.us/post?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'share_delicious','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
		return false;
	});

	$("#share_startlap").click(function() {
		window.open('http://www.startlap.hu/sajat_linkek/addlink.php?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'share_startlap','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
		return false;
	});

	$("#share_myspace").click(function() {
		window.open('http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'share_myspace','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
		return false;
	});

});
