function about(path)
{
	document.write(
	'<a href="http://www.germanblogs.de/about" title="&Uuml;ber germanblogs" rel="nofollow">&Uuml;ber germanblogs</a>'
	);

}


function get_bookmarks(art_id, title, permalink, path)
{
	document.write(
	'<div class ="bookseiten">'+
		'<a title="Bookmarke \''+title+'\'" onClick="toggleLayer(\'blend_'+art_id+'\'); weitweg(\'blend_'+art_id+'\');" rel="nofollow">'+
			'<img align="texttop" src="'+path+'images/bookmarks/bookmark.gif" alt="Social Bookmaring" title="Social Bookmarkings" style="border: 0px none ;">'+
			'bookmarken'+
		'</a>'+
		'<div class="book">'+
			'<div id="blend_'+art_id+'" class="book_overlay" style="display:none;">'+
				'<table onmouseover=\'blend_'+art_id+'\'.setAttribute("onmouseover", "FadeOpacity(\'blend_'+art_id+'\',100,0,2000,25));">'+
					'<td class="booktd">'+
						'<!--mr wong-->'+
						'<img src="'+path+'images/bookmarks/wong.gif" alt="mister-wong-logo" />'+
						'<a href="javascript:void window.open(\'http://www.mister-wong.de/index.php?action=addurl&amp;bm_url=\'+encodeURIComponent(\''+permalink+'\')+\'&amp;bm_description=\'+encodeURIComponent(\''+title+'\'),\'mr.wong\',\'width=600,height=480,scrollbars=yes\');" rel="nofollow">Mr. Wong</a><br />'+
						'<!--blinklist-->'+
						'<img src="'+path+'images/bookmarks/blinklist.gif" alt="blinklist-logo" />'+
						'<a href="javascript:void window.open(\'http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url='+permalink+'&amp;Title='+title+'&amp;Tag='+title+'Description='+title+'','blinklist','width=600,height=480,scrollbars=yes\')" rel="nofollow">Blinklist</a><br />'+
						'<!--webnews-->'+
						'<img src="'+path+'images/bookmarks/webnews.gif" alt="Webnews-logo" />'+
						'<a href="javascript:void window.open(\'http://www.webnews.de/einstellen?url=\'+encodeURIComponent(\''+permalink+'\')+\'&amp;title=\'+encodeURIComponent(document.title),\'Webnews\',\'width=600,height=480,scrollbars=yes\')" title="Diese Nachricht bei Webnews einstellen" rel="nofollow">Webnews</a><br />'+
					'</td>'+
					'<td class="booktd">'+
						'<!--del.ici.ous-->'+
						'<img src="'+path+'images/bookmarks/delicious.gif" alt="delicious-logo" />'+
						'<a href="javascript:void window.open(%27http%3A%2F%2Fdel.icio.us%2Fpost%3Furl%3D'+permalink+'%27%2C%27popup%27%2C%27width%3D600px%2Cheight%3D480px%2Cstatus%3D0%2Clocation%3D0%2Cresizable%3D1%2Cscrollbars%3D1%2Cleft%3D120%2Ctop%3D100%27%2C0%29" rel="nofollow">del.icio.us</a><br />'+
						'<!--yigg-->'+
						'<img src="'+path+'images/bookmarks/yigg.gif" alt="yigg-logo" />'+
						'<a href="javascript:void window.open(\'http://yigg.de/neu?exturl='+permalink+'&amp;doctitle='+title+'\',\'yigg\',\'width=600,height=480,scrollbars=yes\');" rel="nofollow">Yigg</a><br />'+
					'</td>'+
					'<td class="booktd">'+
						'<!--google-->'+
						'<img src="'+path+'images/bookmarks/google.gif" alt="google-logo" />'+
						'<a href="javascript:void window.open(\'http://www.google.com/bookmarks/mark?op=add&amp;hl=de&amp;labels='+title+'&amp;bkmk='+permalink+'; ?>&amp;labels='+title+'&amp;title='+title+'\',\'Google\',\'width=600,height=480,scrollbars=yes\')" title="Dieses Angebot bookmarken auf Google" rel="nofollow">Google</a><br />'+
						'<!--yahoo-->'+
						'<img src="'+path+'images/bookmarks/yahoo.gif" alt="yahoo-logo" />'+
						'<a href="javascript:void window.open(\'http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+title+'&amp;u='+permalink+'&amp;ei=UTF-8\',\'popup\',\'width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50\',0)" rel="nofollow">Yahoo</a><br />'+
					'</td>'+
				'</table>'+
			'</div>'+
		'</div>'+
	'</div>'
	);
}

function toggleLayer(div_id)
{
	obj = document.getElementById(div_id);
	obj.style.display = obj.style.display == 'none' ? 'block' : 'none';
}

function weitweg(div_id){

	window.setTimeout("weg('"+div_id+"')", 4000);  
}
function weg(div_id) {

	obj = document.getElementById(div_id);
	obj.style.display='none';
}



