
function meta_desc(){

for (var i = 0; i < document.getElementsByTagName('META').length; i++) {
if (document.getElementsByTagName('META')[i].getAttribute('NAME') == 'Description') {
pageLng = document.getElementsByTagName('META')[i].getAttribute('CONTENT');
}
}
return pageLng;
}

function bookmark(){

document.write("<a href=\"http://www.mister-wong.de\" onclick=\"window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+encodeURIComponent(location.href)+'&bm_description='+encodeURIComponent(document.title));return false;\"><img border=\"0\" src=\"../../images/bookmark/wong.gif\" alt=\"Mister Wong\" /></a>");
document.writeln(" ");
document.writeln("<a href=\"http://del.icio.us/post\" onclick=\"window.open('http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;\"><img border=\"0\" src=\"../../images/bookmark/delicious.gif\" alt=\"del.icio.us\" /></a>");
document.writeln(" ");
document.writeln("<a href=\"http://www.webnews.de/einstellen\" onclick=\"window.open('http://www.webnews.de/einstellen?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;\"><img border=\"0\" src=\"../../images/bookmark/webnews.gif\" alt=\"WebNews\" /></a>");
document.writeln(" ");
document.writeln("<a href=\"http://yigg.de/neu\" onclick=\"window.open('http://yigg.de/neu?exturl='+encodeURIComponent(location.href)+'&exttitle='+encodeURIComponent(document.title));return false;\"><img border=\"0\" src=\"../../images/bookmark/yigg.gif\" alt=\"Yigg\" /></a>");
document.writeln(" ");

document.writeln("<a href=\"http://www.folkd.com/submit/\" onclick=\"window.open('http://www.folkd.com/submit/'+location.href);return false;\"><img border=\"0\" src=\"../../images/bookmark/folkit.gif\" alt=\"FolkD\" /></a>");
document.writeln(" ");

document.writeln("<a href=\"http://linkarena.com/bookmarks/addlink/\" onclick=\"window.open('http://linkarena.com/bookmarks/addlink/?url='+location.href+'&title='+document.title+'&desc='+encodeURIComponent(meta_desc())+'&tags=TAGS');return false;\"><img border=\"0\" src=\"../../images/bookmark/linkarena.gif\" alt=\"Linkarena\" /></a>");
document.writeln(" ");

return;
}