﻿	function AddDiggBookmark()
	{
		// add link to digg
		window.open( 'http://www.digg.com/submit?phase=2&url=' + window.location);
		// test link -> window.open( 'http://www.digg.com/submit?phase=2&url=http://www.isuppli.com/news/default.asp?id=9214&m=9&y=2008');
	}


	function AddDelIcioUsBookmark()
	{
		// add link to del.icio.us
		window.open( 'http://del.icio.us/post?url=' + window.location);
		// test link -> window.open( 'http://del.icio.us/post?url=http://www.isuppli.com/news/default.asp?id=9214&m=9&y=2008');
	}

	function AddNewsvineBookmark()
	{
		// add link to newsvine
		window.open( 'http://www.newsvine.com/_wine/save?u=' + window.location);
		// test link -> window.open( 'http://www.newsvine.com/_wine/save?u=http://www.isuppli.com/news/default.asp?id=9214&m=9&y=2008');
	}

	function AddMixxBookmark()
	{
		// add link to newsvine
		window.open( 'http://www.mixx.com/submit?page_url=' + window.location);
		// test link -> window.open( 'http://www.mixx.com/submit?page_url=http://www.isuppli.com/news/default.asp?id=9214&m=9&y=2008');
	}

	function AddYahooBookmark()
	{
		// add link to newsvine
		window.open( 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=' + window.location);
		// test link -> window.open( 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.isuppli.com/news/default.asp?id=9214&m=9&y=2008');
	}
	
	function AddFacebookBookmark()
	{
		// add link to newsvine
		window.open( 'http://www.facebook.com/share.php?u=' + window.location);
		// test link -> window.open( 'http://www.facebook.com/share.php?u=http://www.isuppli.com/news/default.asp?id=9214&m=9&y=2008');
	}

