﻿	
document.writeln("<a href='http://del.icio.us/'                 onClick='return openWindow1(1);'  title='Bookmarken bei: del ' class='noIco'>     <img src='/UserFiles/image/socialBookmarks/del.gif' name='del' border='0' id='del'></a>");
document.writeln("<a href='http://www.google.com/'              onClick='return openWindow1(2);'  title='Bookmarken bei: google ' class='noIco'>  <img src='/UserFiles/image/socialBookmarks/google.gif' name='google' border='0' id='google'></a>");
document.writeln("<a href='http://www.icio.de/'                 onClick='return openWindow1(3);'  title='Bookmarken bei: icio ' class='noIco'>    <img src='/UserFiles/image/socialBookmarks/icio.gif' name='icio' border='0' id='icio'></a>");
//document.writeln("<a href='http://www.xeeoo.com/submit.php'     onClick='return openWindow1(4);'  title='Bookmarken bei: XEEOO ' class='noIco'>   <img src='/UserFiles/image/socialBookmarks/xeeoo.gif' name='xeeoo' border='0' id='xeeoo'></a>");
document.writeln("<a href='http://www.stumbleupon.com/'         onClick='return openWindow1(5);'  title='Bookmarken bei: stumbleupon ' class='noIco'><img src='/UserFiles/image/socialBookmarks/stumbleupon.gif' name='stumbleupon' border='0' id='stumbleupon'></a>");
document.writeln("<a href='http://www.webnews.de/'              onClick='return openWindow1(6);'  title='Bookmarken bei: webnews ' class='noIco'> <img src='/UserFiles/image/socialBookmarks/webnews.gif' name='webnews' border='0' id='webnews'></a>");
document.writeln("<a href='http://www.mister-wong.de/'          onClick='return openWindow1(7);'  title='Bookmarken bei: wong ' class='noIco'>    <img src='/UserFiles/image/socialBookmarks/wong.gif' name='wong' border='0' id='wong'></a>");
document.writeln("<a href='http://myweb2.search.yahoo.com/'      onClick='return openWindow1(8);' title='Bookmarken bei: yahoo ' class='noIco'>   <img src='/UserFiles/image/socialBookmarks/yahoo.gif' name='yahoo' border='0' id='yahoo'></a>");
document.writeln("<a href='http://social-bookmarking.seekxl.de/' onClick='return openWindow1(9);' title='Bookmarken bei: seekxl ' class='noIco'>  <img src='/UserFiles/image/socialBookmarks/seekxl.gif' name='seekxl' border='0' id='seekxl'></a>"); 
function openWindow1(num)
		{   switch (num) {	
		            case 1:openWindow2('http://del.icio.us/post?v=2&url='                       +encodeURIComponent(location.href)+'&notes=&tags=&title='       +encodeURIComponent(document.title));
			break;	case 2:openWindow2('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));
			break;	case 3:openWindow2('http://www.icio.de/add.php?url='                        +encodeURIComponent(location.href));
			break;	case 4:openWindow2('http://www.xeeoo.com/submit.php?url='                   +encodeURIComponent(location.href)+'&title='                    +encodeURIComponent(document.title));
			break;	case 5:openWindow2('http://www.stumbleupon.com/submit?url='                 +encodeURIComponent(location.href)+'&title='                    +encodeURIComponent(document.title));
			break;	case 6:openWindow2('http://www.webnews.de/einstellen?url='                  +encodeURIComponent(location.href)+'&title='                    +encodeURIComponent(document.title));
			break;	case 7:openWindow2('http://www.mister-wong.de/index.php?action=addurl&bm_url='+encodeURIComponent(location.href)+'&bm_notice=&bm_description='+encodeURIComponent(document.title)+'&bm_tags=');
			break;	case 8:openWindow2('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='               +encodeURIComponent(location.href));
			break;	case 9:openWindow2('http://social-bookmarking.seekxl.de/?add_url='          +encodeURIComponent(location.href)+'&title='                    +encodeURIComponent(document.title));
			break;	
			}
return false;
		}
		
function openWindow2(url)
{
	w=window.open(url);
	w.focus();
	setTimeout('w.focus()',666);
}


