Share = {
	OnTwitter : function(text,link){
		var text = encodeURIComponent(text);
		var link = decodeURIComponent(link);
		window.open('http://twitter.com/share?text=' + text + '&url=' + link, 'face', '{left=10,top=10,height=300,width=700}');
	},
	OnOrkut : function(text,title,link){
	
		window.open('http://promote.orkut.com/preview?nt=orkut.com&tt=' + title + '&du=' + link + '&cn=' + text, 'face', '{left=10,top=10,height=450,width=700}');
	},
	OnFacebook : function(link){
		window.open('http://www.facebook.com/sharer.php?u=' + link, 'face', '{left=10,top=10,height=300,width=700}');
	}
}

