  function getlink(site){
	if (site=='facebook'){
		window.open('http://facebook.com/share.php?u='+encodeURIComponent(location.href)+'&t='+document.title,'share','width=400, height=400, scrollbars=yes,resizable=yes')
	}
	if (site=='del'){
		window.open('http://delicious.com/post?url='+encodeURIComponent(location.href)+'&title='+document.title+'&notes'+document.getElementsByName('description')[0].getAttribute('content'),'share','width=850, height=650, scrollbars=yes,resizable=yes')
	}
	if (site=='twitter'){
		window.open('http://twitter.com/home?status='+document.title+' - '+encodeURIComponent(location.href),'share','width=800, height=490, scrollbars=yes,resizable=yes')
	}
	if (site=='stumble'){
		window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+document.title,'share','width=850, height=600, scrollbars=yes,resizable=yes')
	}
	if (site=='digg'){
		window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&title='+document.title+'&bodytext='+document.getElementsByName('description')[0].getAttribute('content'),'share','width=950, height=550, scrollbars=yes,resizable=yes')
	}
	if (site=='google'){
		window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(location.href)+'&title='+document.title+'&annotation='+document.getElementsByName('description')[0].getAttribute('content'),'share','width=950, height=550, scrollbars=yes,resizable=yes')
	}
	if (site=='techno'){
		window.open('http://technorati.com/faves?add='+encodeURIComponent(location.href),'share','width=950, height=550, scrollbars=yes,resizable=yes')
	}
	if (site=='reddit'){
		window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+document.title,'share','width=950, height=550, scrollbars=yes,resizable=yes')
	}
	if (site=='myspace'){
		window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(location.href)+'&t='+document.title,'share','width=950, height=550, scrollbars=yes,resizable=yes')
	}
	if (site=='dzone'){
		window.open('http://www.dzone.com/links/add.html?url='+encodeURIComponent(location.href)+'&title='+document.title,'share','width=950, height=550, scrollbars=yes,resizable=yes')
	}
}

