function addBookmark(name,url){if(window.sidebar && window.sidebar.addPanel) {alert("To add SCIWAY to your bookmarks, press Ctrl+D (Windows or Linux) or Command+D (Mac).");} else if(window.opera && window.print) {var e=document.createElement('a');e.setAttribute('href',url);e.setAttribute('title',name);e.setAttribute('rel','sidebar');e.click();} else if(window.external) {try {window.external.AddFavorite(url,name);}catch(e){}}else alert("To add our website to your bookmarks use CTRL+D on Windows and Linux and Command+D on the Mac.");}title=encodeURIComponent(document.getElementsByTagName("title")[0].text);enctitle=encodeURIComponent(title);url= encodeURIComponent(location.href);
var output = "<center>";
output += "<div><a href=\"/zsb.php?site=facebook&url="+url+"& title="+title+"\" target=\"_blank\" rel=nofollow><img border=0 class=social1 src=\"http://www.sciway.net/z-ann/i/facebook.gif\" alt=\"Share on Facebook\" /><\/a>\n";
output += "<a href=\"/zsb.php?site=twitter&url="+url+"& title="+title+"\" target=\"_blank\" rel=nofollow><img border=0 class=social1 src=\"http://www.sciway.net/z-ann/i/twit.gif\" alt=\"Share on Twitter\" /><\/a>";
output += "<a href=\"/zsb.php?site=favorites&url="+url+"& title="+title+"\" onclick=\"javascript:addBookmark('"+document.getElementsByTagName("title")[0].text+"', '"+location.href+"')\" rel=nofollow><img border=0 class=social1 src=\"http://www.sciway.net/z-ann/i/book.gif\" alt=\"Bookmark this site!\" /><\/a>\n";
output += "<a href=\"/zsb.php?site=delicious&url="+url+"& title="+title+"\" target=\"_blank\" rel=nofollow><img border=0 class=social1 src=\"http://www.sciway.net/z-ann/i/delicious.gif\" alt=\"Bookmark on Delicious\" /><\/a>\n";
output += "<a href=\"http://www.youtube.com/sciway\" target=\"_blank\" rel=nofollow><img border=0 class=social1 src=\"http://www.sciway.net/z-ann/i/tube.gif\" alt=\"See our You Tube Videos!\" /><\/a>\n";
output += "<a href=\"/zsb.php?site=stumble&url="+url+"& title="+title+"\" target=\"_blank\" rel=nofollow><img border=0 class=social1 src=\"http://www.sciway.net/z-ann/i/su.gif\" alt=\"Stumble Upon\" /><\/a>\n<\/div><\/center>";
document.write(output);
