var imgpath = "/global/style/images/"; //abschließender Slash muss angefügt werden
var sburl = encodeURIComponent(location.href);
var sbtitle = encodeURIComponent(document.title);

	var txtsite = "Bookmark this site at:";
	var txtenter = ".";
	

	var delicio_us = "location.href='http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle;return false";
	var digg_com = "location.href='http://digg.com/submit?phase=2&url='+sburl+'&title='+sbtitle;return false";
	var mister_wong = "location.href='http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&title='+sbtitle;return false";


document.write('<a href="http://del.icio.us/" rel="nofollow" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="' + imgpath +'delicio.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')

document.write('<a href="http://digg.com/" rel="nofollow" onClick="' + digg_com +'" title="' + txtsite +' digg.com' + txtenter +'"><img src="' + imgpath +'digg.gif" alt="' + txtsite +' digg.com' + txtenter +'" border="0"></a> ')

document.write('<a href="http://www.mister-wong.de/" rel="nofollow" onClick="' + mister_wong +'" title="' + txtsite +' mister-wong.de' + txtenter +'"><img src="' + imgpath +'misterwong.gif" alt="' + txtsite +' mister-wong.de' + txtenter +'" border="0"></a> ')

// hier der Eintrag für wikipedia
// document.write('<a href="http://en.wikipedia.org/wiki/Lufthansa_Systems" rel="nofollow" ><img src="' + imgpath +'wiki.gif" alt="' + txtsite +' en.wikipedia.org' + txtenter +'" border="0"></a> ')

document.write('<a href="http://feeds.feedburner.com/LufthansaSystems" rel="nofollow" ><img src="' + imgpath +'rss.gif" alt="' + txtsite +' rss-feed' + txtenter +'" border="0"></a> ')

document.write('<a href="http://www.lhsystems.com/media/newsletter/index.php" ><img src="' + imgpath +'newsletter.jpg" alt="' + txtsite +' newsletter insight' + txtenter +'" border="0"></a> ')

document.write('<a href="http://www.facebook.com/LufthansaSystems" target="_blank" ><img src="' + imgpath +'facebook.jpg" alt="' + txtsite +' Lufthansa Systems in facebook' + txtenter +'" border="0"></a> ')

document.write('<a href="http://twitter.com/LH_Systems" target="_blank" ><img src="' + imgpath +'twitter.jpg" alt="' + txtsite +' Follow us on Twitter' + txtenter +'" border="0"></a> ')