/*
* Social Bookmark Script
* @ version 1.1
* @ Copyright (C) 2006 by Alexander Hadj Hassine - All rights reserved
* @ Website http://www.social-bookmark-script.de/
* @
* @ Bei Nutzung des Scripts muessen alle unsere Copyright-Hinweise und Links in dem Script selbst,
* @ sowie in der Anzeige/Ausgabe unveraendert bleiben!
* @ 
* @ D.h., sie duerfen nicht entfernt, umgewandelt, versteckt oder unsichtbar gemacht werden,
* @ es sei den Sie verlinken http://www.social-bookmark-script.de/ mindestens 1 mal
* @ "suchmaschinenfreundlich" von Ihrer Startseite!
*/

function writeBookmarkCode() {
  var wong = "window.open('http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+encodeURIComponent(location.href)+'&amp;bm_description='+encodeURIComponent(document.title));return false";
  document.write('<a rel="nofollow" href="http://www.mister-wong.de/" onClick="' + wong +'" title="Bookmark bei: Mr. Wong" target="_blank">');
  document.write('<img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/wong.gif" alt="Bookmark bei: Mr. Wong" border="0">');
  document.write('</a> ');
  var icio = "window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false";
  document.write('<a rel="nofollow" href="http://del.icio.us/" onClick="' + icio +'" title="Bookmark bei: Del.ico.us" target="_blank">');
  document.write('<img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/del.gif" alt="Bookmark bei: Del.ico.us" border="0">');
  document.write('</a> ');
	var folkurl = document.location.href;
  var folkd = "window.open('http://www.folkd.com/submit/page/" + folkurl +"');return false";
  document.write('<a rel="nofollow" href="http://www.folkd.com/" onClick="' + folkd +'" title="Bookmark bei: Folkd" target="_blank">');
  document.write('<img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/folkd.gif" alt="Bookmark bei: Folkd" border="0">');
  document.write('</a> ');
  var yigg = "window.open('http://yigg.de/neu?exturl='+encodeURIComponent(location.href));return false";
  document.write('<a rel="nofollow" href="http://yigg.de/" onClick="' + yigg +'" title="Bookmark bei: Yigg" target="_blank">');
  document.write('<img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/yigg.gif" alt="Bookmark bei: Yigg" border="0">');
  document.write('</a> ');
  var linkarena = "window.open('http://linkarena.com/bookmarks/addlink/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&desc=BESCHEIBUNG&tags=TAGS');return false";
  document.write('<a rel="nofollow" href="http://www.linkarena.com/" onClick="' + linkarena +'" title="Bookmark bei: Linkarena" target="_blank">');
  document.write('<img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/linkarena.gif" alt="Bookmark bei: Linkarena" border="0">');
  document.write('</a> ');
  var reddit = "window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false";
  document.write('<a rel="nofollow" href="http://reddit.com/" onClick="' + reddit +'" title="Bookmark bei: Reddit" target="_blank">');
  document.write('<img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/reddit.gif" alt="Bookmark bei: Reddit" border="0">');
  document.write('</a> ');
}
