// (c) 2010 - Social-Bookmarks - Ausgabe für Dumrath & Fassnacht-Anwendungen - Carola Gebert - Multimedia
var sharelink = "";
var sharetitle = "";
var ugsharelink = "";
var ugsharetitle = "";

function socbmDivReturn(ugsharelink,ugsharetitle) {	
		if (ugsharelink != null) { sharelink = encodeURIComponent(ugsharelink);}
		if (ugsharetitle != null) { sharetitle = encodeURIComponent(ugsharetitle);}
		
		return "<div id=\"dufsocbm\">" + 
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://www.facebook.com/sharer.php?u=" + sharelink + "');return false;\" title=\"Bookmark bei: Facebook\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/facebook.gif\" alt=\"Bookmark bei: Facebook\" name=\"Facebook\" border=\"0\" width=\"18\" height=\"18\" id=\"Facebook\"></a>" + 
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://twitter.com/home?status=" + sharelink + "%20-%20" + sharetitle + "\');return false;\" title=\"Bookmark bei: Twitter\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/twitter.gif\" alt=\"Bookmark bei: Twitter\" name=\"Twitter\" border=\"0\" width=\"16\" height=\"16\" id=\"Twitter\"></a>" + 
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://www.mister-wong.de/index.php?action=addurl&amp;bm_url=" + sharelink + "&amp;bm_notice=&amp;bm_description=" + sharetitle + "&amp;bm_tags=\');return false;\" title=\"Bookmark bei: Mr. Wong\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/misterwong.gif\" alt=\"Bookmark bei: Mr. Wong\" name=\"wong\" border=\"0\" width=\"16\" height=\"16\" id=\"wong\"></a>" + 
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://www.webnews.de/einstellen?url=" + sharelink + "&amp;title=" + sharetitle + "\');return false;\" title=\"Bookmark bei: Webnews\"> <img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/webnews.gif\" alt=\"Bookmark bei: Webnews\" name=\"Webnews\" border=\"0\" width=\"16\" height=\"16\" id=\"Webnews\"></a>" +
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://www.studivz.net/Suggest/Selection/?u=" + sharelink + "&amp;desc=" + sharetitle + "\');return false;\" title=\"Bookmark bei: StudiVZ\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/studiVZ.gif\" alt=\"Bookmark bei: StudiVZ\" name=\"StudiVZ\" border=\"0\" width=\"16\" height=\"16\" id=\"StudiVZ\"></a>" +
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://digg.com/submit?phase=2&amp;url=" + sharelink + "&amp;bodytext=&amp;tags=&amp;title=" + sharetitle + "\');return false;\" title=\"Bookmark bei: Digg\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/digg.gif\" alt=\"Bookmark bei: Digg\" name=\"Digg\" border=\"0\" width=\"16\" height=\"16\" id=\"Digg\"></a>" +
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://www.google.com/bookmarks/mark?op=add&amp;hl=de&amp;bkmk=" + sharelink + "&amp;annotation=&amp;labels=&amp;title=" + sharetitle + "\');return false;\" title=\"Bookmark bei: Google\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/google.gif\" alt=\"Bookmark bei: Google\" name=\"Google\" border=\"0\" width=\"16\" height=\"16\" id=\"Google\"></a>" +
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://bookmarks.yahoo.com/toolbar/savebm?u=" + sharelink + "&amp;t=" + sharetitle + "&amp;opener=bm&amp;ei=UTF-8\');return false;\" title=\"Bookmark bei: Yahoo\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/yahoo.gif\" alt=\"Bookmark bei: Yahoo\" name=\"Yahoo\" border=\"0\" width=\"16\" height=\"16\" id=\"Yahoo\"></a>" +
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://del.icio.us/post?v=2&amp;url=" + sharelink + "&amp;notes=&amp;tags=&amp;title=" + sharetitle + "\');return false;\" title=\"Bookmark bei: Delicious\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/delicious.gif\" alt=\"Bookmark bei: Delicious\" nme=\"Delicious\" border=\"0\" width=\"16\" height=\"16\" id=\"Delicious\"></a>" +
			   "<a style=\"text-decoration:none;cursor:pointer;\" rel=\"nofollow\" target=\"_blank\" onClick=\"window.open(\'http://yigg.de/neu?exturl=" + sharelink + "\');return false;\" title=\"Bookmark bei: Yigg\"><img style=\"padding:1px;\" src=\"http://socialbookmark.duf.de/images/yigg.gif\" alt=\"Bookmark bei: Yigg\" name=\"Yigg\" border=\"0\" width=\"16\" height=\"16\" id=\"Yigg\"></a>" + 
               "</div>";
}	

function socDivAnzeige() {
	  document.writeln(socbmDivReturn(document.location, document.title));
}

function socbmDivAnzeige(ugsharelink,ugsharetitle) {	
	document.writeln(socbmDivReturn(ugsharelink, ugsharetitle));
}