<!--Social bookmarking code-->
			var currURL = escape(window.location.href);
			var lnk;
			document.write('<p class="socialbookmarks">Bookmark this page with:<br /><br /> ');

			lnk = '<img src="/img/social/delicious.png" alt="del.icio.us" /> del.icio.us';
			lnk = lnk.link('http://del.icio.us/post?url=' + currURL + '&title=early-advantage.com - ' + escape(document.title));
			document.write(lnk + ' | ');
			
			lnk = '<img src="/img/social/digg.png" alt="Digg" /> Digg';
			lnk = lnk.link('http://digg.com/submit?phase=2&url=' + currURL + '&title=early-advantage.com - ' + escape(document.title));
			document.write(lnk + ' | ');
			
			lnk = '<img src="/img/social/furl.png" alt="Furl" /> Furl';
			lnk = lnk.link('http://www.furl.net/storeIt.jsp?t=early-advantage.com - ' + escape(document.title) + '&u=' + currURL);
			document.write(lnk + ' | ');
			
			lnk = '<img src="/img/social/google.gif" alt="Google" /> Google';
			lnk = lnk.link('http://www.google.com/bookmarks/mark?op=edit&bkmk=' + currURL + '&title=early-advantage.com - ' + escape(document.title));
			document.write(lnk + ' | ');
			
			lnk = '<img src="/img/social/netscape.gif" alt="Netscape" /> Netscape';
			lnk = lnk.link('http://www.netscape.com/submit/?U=' + currURL + '&T=' + escape(document.title));
			document.write(lnk + ' | ');
			
			lnk = '<img src="/img/social/reddit.gif" alt="reddit" /> reddit';
			lnk = lnk.link('http://reddit.com/submit?url=' + currURL + '&title=' + escape(document.title));
			document.write(lnk + ' | ');
			
			lnk = '<img src="/img/social/yahoo.png" alt="Yahoo MyWeb" /> Yahoo MyWeb';
			lnk = lnk.link('http://myweb2.search.yahoo.com/myresults/bookmarklet?t=' + escape(document.title) + '&u=' + currURL);
			document.write(lnk);
			
			document.write('</p>');
<!--End of Social bookmarking code-->