function socialLink(type)
{

if (type=="twitter")
	{
	location.href = "http://twitter.com/home?status="+document.title+"via%28superstores.uk.com%29%29"+document.location.href+"\" " ;
	}
else if (type=="facebook")
	{
	location.href = "http://www.facebook.com/sharer.php?u="+document.location.href+"\" " ;
	}
else if (type=="delicious")
	{
	location.href = "http://www.del.icio.us/post?url="+document.location.href+"&amp;title="+document.title+"\" " ;
	}
else if (type=="digg")
	{
	location.href = "http://www.digg.com/submit?url="+document.location.href+"&amp;title="+document.title+"\" " ;
	}
else if (type=="reddit")
	{
	location.href = "http://www.reddit.com/submit?url="+document.location.href+"&amp;title="+document.title+"\" "; 
	}
else if (type=="stumbleupon")
	{
	location.href = "http://www.stumbleupon.com/submit?url="+document.location.href+"&amp;title="+document.title+"\" " ;
	}
else if (type=="kaboodle")
	{
	location.href = "http://www.kaboodle.com/za/additem?get&amp;url="+document.location.href+"&amp;title="+document.title+"\" " ;
	}
else if (type=="yahoo")
	{
	location.href = "http://myweb2.search.yahoo.com/myresults/bookmarklet?t="+document.title+"?u="+document.location.href+"\" " ;
	}
else if (type=="google")
	{
	location.href = "http://www.google.com/bookmarks/mark?op=add&amp;bkmk="+document.location.href+"&amp;title="+document.title+"\" " ;
	}	
}




