<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Stuff &#187; People</title>
	<atom:link href="http://www.m-mad.com/playpen/category/people/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m-mad.com/playpen</link>
	<description>A general journal and / or notebook, containing ideas, links of interest, and so on. Mainly for me</description>
	<lastBuildDate>Wed, 25 Oct 2006 01:03:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cool Code v Working Code</title>
		<link>http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 00:57:13 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/</guid>
		<description><![CDATA[Developers and Administrators under the age of thirty have no idea why old farts like me are sceptical of the productivity claims, why we roll our eyes at the hype and buzzwords that sell books and consulting engagements, about the amzing new programming language / technique / methodology du jour.  Occassionally, it&#8217;s because we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Developers and Administrators under the age of thirty have no idea why old farts like me are sceptical of the productivity claims, why we roll our eyes at the hype and buzzwords that sell books and consulting engagements, about the amzing new programming language / technique / methodology du jour.  Occassionally, it&#8217;s because we&#8217;ve seen it all before. <a href="http://www-306.ibm.com/software/success/cssdb.nsf/CS/DNSD-6K2KVW?OpenDocument&#038;Site=corp">IBM systems running multiple operating system instances ?</a> Sounds like good ole <a href="http://en.wikipedia.org/wiki/MVS">MVS</a> to me&#8230;.
</p>
<p>For example, the current state of play is that Sun&#8217;s JRuby team (Sun <a href="http://www.javalobby.org/java/forums/t78292.html">hired key Ruby developers</a> Thomas Enebo and Charles Nutter, back in September) has just released JRuby 0.9.1 for Java, with version 1.0 is expected in due course.</p>
<p>Apparently, going from JRuby 0.9.1 to 0.9.0 apparently brings a 50 to 60 per cent performance improvement (just how slow was it then ?), improves support for Ruby on Rails and for including Java classes in Ruby; delivers various design refactorings; and fixes some 86 Jira bugs.  According to <a href="http://www.bloglines.com/blog/ThomasEEnebo">Thomas Enebo</a>,<br />
JRuby is <a href="http://www.bloglines.com/blog/ThomasEEnebo?id=21">going really well</a>. </p>
<p>And Microsoft has just hired <a href="http://www.iunknown.com/articles/2006/10/20/dynamic-languages-microsoft-and-me">Ruby guru John Lam</a>, to help it add dynamic scripting languages to the Common Language Runtime platform.  Apparently, he created <a href="http://www.rubyclr.com/">RubyCLR </a>as an alternative to Microsoft&#8217;s C#, so this suggests that Microsoft could soon deliver Ruby as a complement to it&#8217;s release of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f9296971-f926-4be5-9870-f6ee3b1977a3&#038;DisplayLang=en">IronPython</a> (which is Python for .Net). There’s certainly a rich choice for dynamic programming enthusiasts these days.</p>
<p>The problem I have is that delivering systems fast is popular, until the business finds out:</p>
<ul>
<li>that what it gets doesn’t align with its requirements well,</li>
<li>that the cost of development pales into insignificance besides the cost of support,</li>
<li>there&#8217;s no traceability</li>
</ul>
<p>Of course, better dynamic languages may help but they’re still not really the real issue, as far as I can see.,  For example, customers and employers are thinking about <a href="http://www.itil.co.uk/">ITIL</a> and <a href="http://en.wikipedia.org/wiki/Information_technology_governance">IT governance</a>).</p>
<p>The real issue is that there&#8217;s <a href="http://www-inst.eecs.berkeley.edu/%7Emaratb/readings/NoSilverBullet.html">No Silver Bullet</a>.  It&#8217;s an important essay from way back in 1986, by Frederick P. Brooks (he of Mythical Man-Month) that has been repeatedly proven.</p>
<p>Programming consists of overcoming two things: <strong>accidental difficulties</strong>, things which are difficult because you happen to be using inadequate programming tools, and things which <strong>are difficult</strong>, which no programming tool or language is going to solve. An example of an accidental difficulty is manual memory management, e.g. “malloc” and “free,” or the singleton classes people create in Java because they don’t have top level functions. An example of something which is actually difficult is dealing with the subtle interactions between different parts of a program, for example, figuring out all the implications of a new feature that you just added.</p>
<p>Improvements in programming languages can eliminate accidental difficulties, but after you’ve done that, you’re left with the actual complexity of software development, so the No Silver Bullet theory basically warns us to expect diminishing returns from new technologies. I’m not really doing justice to Brooks’ argument, so if you haven’t read <a href="http://www-inst.eecs.berkeley.edu/%7Emaratb/readings/NoSilverBullet.html">No Silver Bullet</a> recently, I would highly recommend it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d434').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d434" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Cool+Code+v+Working+Code&amp;Description=Cool+Code+v+Working+Code&amp;Url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Cool+Code+v+Working+Code&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;h=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;t=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;t=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;bm_description=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;T=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;h=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;name=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;t=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d434').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d434').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cluetrain manifesto</title>
		<link>http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 23:54:19 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/</guid>
		<description><![CDATA[The entire text of The Cluetrain Manifesto  is now available online.


Bookmark It










































Hide Sites



$$('div.d433').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cluetrain.com/book/">The entire text of The Cluetrain Manifesto</a>  is now available online.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d433').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d433" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Cluetrain+manifesto&amp;Description=Cluetrain+manifesto&amp;Url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Cluetrain+manifesto&amp;url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;h=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;t=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;t=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;bm_description=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;T=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;h=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;name=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;t=Cluetrain+manifesto" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d433').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d433').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facts, Dangerous Half-Truths, and Total Nonsense</title>
		<link>http://www.m-mad.com/playpen/2006/10/facts/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/facts/#comments</comments>
		<pubDate>Sun, 15 Oct 2006 23:46:51 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/430/</guid>
		<description><![CDATA[Heroic leaders are a disaster. Seventy per cent of mergers fail. In most organisations, financial incentives cause more problems than they solve. There is no connection between high executive pay and company performance (well, there is &#8211; the wider the pay differentials, the lower the commitment of the less well paid). The main result of [...]]]></description>
			<content:encoded><![CDATA[<p>Heroic leaders are a disaster. Seventy per cent of mergers fail. In most organisations, financial incentives cause more problems than they solve. There is no connection between high executive pay and company performance (well, there is &#8211; the wider the pay differentials, the lower the commitment of the less well paid). The main result of many consultancy assignments is another consultancy assignment. All &#8217;silver bullet&#8217; or &#8216;big ideas&#8217; on their own are wrong.</p>
<p>These are not theories, but facts. Yet companies trip over themselves to buy others, launch change initiatives, introduce pay for performance, flit from one big idea to the next &#8211; and pay their CEOs stratospherically. It&#8217;s hardly surprising so many go belly up. If doctors were as cavalier with the evidence, a lot of their patients would be dead and many medics would be behind bars.</p>
<p><a href="http://observer.guardian.co.uk/business/story/0,,1728801,00.html">Bosses in love with claptrap and blinded by ideologies  Bosses in love with claptrap and blinded by ideologies<br />
</a></p>
<p>Amazon link &#8211; <a href="http://www.amazon.com/Facts-Dangerous-Half-Truths-Total-Nonsense/dp/1591398622/sr=8-1/qid=1160955900/ref=pd_bbs_sr_1/104-6469566-3895900?ie=UTF8">no referrer code !!</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d430').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d430" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;Description=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;Url=http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/10/facts/&amp;h=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/10/facts/&amp;t=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/10/facts/&amp;t=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/10/facts/&amp;bm_description=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/10/facts/&amp;T=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/10/facts/&amp;h=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/10/facts/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/10/facts/&amp;name=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/10/facts/&amp;u=http://www.m-mad.com/playpen/2006/10/facts/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/10/facts/&amp;t=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d430').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d430').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/facts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Lies told to the Naive</title>
		<link>http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 01:34:02 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/</guid>
		<description><![CDATA[For freelancers / contractors, in the end, working commercially, being a terrific artist, designer or technician is about half the task.  The other half is &#8220;the business&#8221;, chasing work, chasing money, chasing client commitment, keeping up to date &#8230;..  Sure, you can outsource some of that to an agency, but then you have [...]]]></description>
			<content:encoded><![CDATA[<p>For freelancers / contractors, in the end, working commercially, being a terrific artist, designer or technician is about half the task.  The other half is &#8220;the business&#8221;, chasing work, chasing money, chasing client commitment, keeping up to date &#8230;..  Sure, you can outsource some of that to an agency, but then you have to manage the Agency &#8211; finding an agent you can work with, sending you to interviews you&#8217;re not suitable for, etc.</p>
<p>Along those lines, here&#8217;s a link to <a href="http://www.paintercreativity.com/articles/top-10-lies.html">Top 10 Lies told to Naive Artists and Designers</a>.  It&#8217;s written from the perspective of a graphic designer, but can be applied to the people who post those threads about starting a hosting company, starting an at home IT service company, or even going contracting.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d395').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d395" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Top+10+Lies+told+to+the+Naive&amp;Description=Top+10+Lies+told+to+the+Naive&amp;Url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Top+10+Lies+told+to+the+Naive&amp;url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;h=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;t=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;t=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;bm_description=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;T=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;h=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;name=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;t=Top+10+Lies+told+to+the+Naive" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d395').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d395').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Business Myths</title>
		<link>http://www.m-mad.com/playpen/2006/10/ten-business-myths/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/ten-business-myths/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 06:31:00 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/ten-business-myths/</guid>
		<description><![CDATA[Venture capitalist Ron Garret has posted a list of eleven (despite the title) common mistakes entrepreneurs with a technology background make. A common theme is that good ideas sell; in reality, what a customer wants sells. By extension, having a Ph.D. and holding a patent are not particularly helpful if the intended end-user does not [...]]]></description>
			<content:encoded><![CDATA[<p>Venture capitalist Ron Garret has posted a list of eleven (despite the title) <a href="http://rondam.blogspot.com/2006/10/top-ten-geek-business-myths.html">common mistakes</a> entrepreneurs with a technology background make. A common theme is that good ideas sell; in reality, what a customer wants sells. By extension, having a Ph.D. and holding a patent are not particularly helpful if the intended end-user does not have the same level of understanding of the widget as the creator does.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d386').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d386" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Ten+Business+Myths&amp;Description=Ten+Business+Myths&amp;Url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Ten+Business+Myths&amp;url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;h=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;t=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;t=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;bm_description=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;T=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;h=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;name=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;t=Ten+Business+Myths" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d386').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d386').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/ten-business-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging from Space</title>
		<link>http://www.m-mad.com/playpen/2006/09/blogging-from-space/</link>
		<comments>http://www.m-mad.com/playpen/2006/09/blogging-from-space/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 23:13:13 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/09/blogging-from-space/</guid>
		<description><![CDATA[Anousheh Ansari Space Blog
This is the a blog by / on behalf of the first woman space tourist to head into space. According to this BBC article, “Ms Ansari says she will write the first blog from space.”
More details about Anoushe Ansari


Bookmark It










































Hide Sites



$$('div.d381').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<p><a href="http://spaceblog.xprize.org/">Anousheh Ansari Space Blog</a><br />
This is the a blog by / on behalf of the first woman space tourist to head into space. According to <a href="http://news.bbc.co.uk/2/hi/science/nature/5345872.stm">this BBC article</a>, “Ms Ansari says she will write the first blog from space.”</p>
<p>More details about <a href="http://spaceadventures.com/anousheh-ansari">Anoushe Ansari</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d381').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d381" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Blogging+from+Space&amp;Description=Blogging+from+Space&amp;Url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Blogging+from+Space&amp;url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;h=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;t=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;t=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;bm_description=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;T=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;h=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/09/blogging-from-space/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;name=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/09/blogging-from-space/&amp;t=Blogging+from+Space" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d381').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d381').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/09/blogging-from-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Security Engineering&#8221; Is Now Online</title>
		<link>http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/</link>
		<comments>http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 11:54:29 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/09/security-engineering-is-now-online/</guid>
		<description><![CDATA[Ross Anderson, author of &#8216;Security Engineering&#8217;, notifies in a message to comp.risks that he just got permission from Wiley to let anyone download the full content of his book for free. This is one of the best books on computer security and it is used as textbook in many University courses .


Bookmark It










































Hide Sites



$$('div.d378').each( function(e) [...]]]></description>
			<content:encoded><![CDATA[<p>Ross Anderson, author of &#8216;Security Engineering&#8217;, notifies in a message to comp.risks that he <a href="http://catless.ncl.ac.uk/Risks/24.40.html#subj12">just got permission from Wiley</a> to let anyone <a href="http://www.cl.cam.ac.uk/%7Erja14/book.html">download the full content of his book for free</a>. This is one of the best books on computer security and it is used as textbook in many University courses .</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d378').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d378" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online&amp;Description=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online&amp;Url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online&amp;url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;h=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;t=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;t=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;bm_description=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;T=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;h=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;name=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/&amp;t=%26%238220%3BSecurity+Engineering%26%238221%3B+Is+Now+Online" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d378').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d378').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/09/security-engineering-is-now-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Language Courses » FSI Language Courses</title>
		<link>http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/</link>
		<comments>http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 23:58:44 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Politics (world)]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/</guid>
		<description><![CDATA[Free Language Courses » FSI Language Courses
The United States Government&#8217;s Foreign Service Institute has created a website offering eleven different language courses for free. Languages included are: Cantonese, Chinese, French, German, Greek, Spanish, Portuguese, Serbo-Croatian and Turkish.
All courses consist of audio and text lessons divided into chapters and those are divided further into courses like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fsi-language-courses.com/default.aspx">Free Language Courses » FSI Language Courses</a><br />
The United States Government&#8217;s Foreign Service Institute has created a website offering eleven different language courses for free. Languages included are: Cantonese, Chinese, French, German, Greek, Spanish, Portuguese, Serbo-Croatian and Turkish.</p>
<p>All courses consist of audio and text lessons divided into chapters and those are divided further into courses like basic course volume 1 and  volume 2. Most units and audio files seem to be really big, the test mp3 files that I listened to had a size of about 10 megabytes each and lasted for about 20 minutes.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d376').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d376" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;Description=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;Url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;h=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;t=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;t=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;bm_description=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;T=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;h=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;name=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;t=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d376').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d376').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Tan 18 August 1966</title>
		<link>http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/</link>
		<comments>http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 04:45:32 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/08/long-tan-18-august-1966/</guid>
		<description><![CDATA[From kevgillett.net
It is a myth that the Free World Military Forces lost the Vietnam War. Called the American War by the Vietnamese the Communists lost at Tet 68 when they had their arses handed back to them on a plate. The South Vietnamese rebellion that the North had banked their money on didn’t eventuate and [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.kevgillett.net/?p=1065">kevgillett.net</a></p>
<p><i>It is a myth that the Free World Military Forces lost the Vietnam War. Called the American War by the Vietnamese the Communists lost at Tet 68 when they had their arses handed back to them on a plate. The South Vietnamese rebellion that the North had banked their money on didn’t eventuate and when Nixon released the dogs of war in the form of B52s a year or two later, they were forced to the Peace Talks in Paris. Agreement was reached, all beligerants withdrew; the US and Australia went home and the North Vietnamese pulled back north of the DMZ. The war was over.</i></p>
<p><i>Two years later the North Vietnamese, rearmed by the USSR who wanted warm ports on the Pacific rim, invaded the South.</i></p>
<p>In a <a href="http://www.kevgillett.net/?page_id=603">2004 post about Long Tan</a>, Kev also makes the point that there are only two memorials to foreign armies in Vietnam. One is at Long Tan where D Coy held the thin green line and by doing so wrote themselves into history books.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d371').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d371" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Long+Tan+18+August+1966&amp;Description=Long+Tan+18+August+1966&amp;Url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Long+Tan+18+August+1966&amp;url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;h=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;t=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;t=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;bm_description=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;T=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;h=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;name=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/&amp;t=Long+Tan+18+August+1966" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d371').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d371').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/08/long-tan-18-august-1966/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebay bans Google Checkout</title>
		<link>http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/</link>
		<comments>http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 00:00:50 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Politics (world)]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/07/ebay-bans-google-checkout/</guid>
		<description><![CDATA[Ebay bans Google Checkout » gHacks tech news
Ebay changed its Safe Policy this week adding Google Checkout to its list of online payment methods not permitted on eBay. Take a look at their updated policy to see for yourself that Google Checkout is among the payment services that are not accepted by Ebay.
My first thought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/2006/07/06/ebay-bans-google-checkout/#more-612">Ebay bans Google Checkout » gHacks tech news</a><br />
Ebay changed its Safe Policy this week adding Google Checkout to its list of online payment methods not permitted on eBay. Take a look at their updated policy to see for yourself that Google Checkout is among the payment services that are not accepted by Ebay.</p>
<p>My first thought was that Ebay was trying to prevent that a serious competitor would compete with Ebays own service Paypal. This could be but I found something that might give them at least a justification to ban Google Checkout for now.</p>
<p>Ebay uses several factors to determine wether a payment service will be permitted. One of those factors is “whether the payment service has a substantial historical track record of providing safe and reliable financial and/or banking related services (new services without such a track record generally cannot be promoted on eBay)”</p>
<p>Google has of course such a track record with Adwords and Google Video but of course not with Google Payment. This could mean that they will evaluate google checkout again at a later date and probably add it to their list of accepted payments services then.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d364').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d364" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Ebay+bans+Google+Checkout&amp;Description=Ebay+bans+Google+Checkout&amp;Url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Ebay+bans+Google+Checkout&amp;url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;h=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;t=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;t=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;bm_description=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;T=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;h=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;name=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/&amp;t=Ebay+bans+Google+Checkout" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d364').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d364').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/07/ebay-bans-google-checkout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Civil disobedience</title>
		<link>http://www.m-mad.com/playpen/2006/03/civil-disobedience/</link>
		<comments>http://www.m-mad.com/playpen/2006/03/civil-disobedience/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 12:19:12 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Politics (world)]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/03/civil-disobedience/</guid>
		<description><![CDATA[Crank up something nice and loud (<a href="http://www.lyricsbox.com/sammy-hagar-lyrics-i-cant-drive-55-5fhw3kv.html">Sammy Hagar, perhaps</a>) and check <a href="http://video.google.com/videoplay?docid=-5366552067462745475&#38;q=%22meditation+on+the+speed+limit%22">this</a> out.]]></description>
			<content:encoded><![CDATA[<p>Crank up something nice and loud (<a href="http://www.lyricsbox.com/sammy-hagar-lyrics-i-cant-drive-55-5fhw3kv.html">Sammy Hagar, perhaps</a>) and check <a href="http://video.google.com/videoplay?docid=-5366552067462745475&amp;q=%22meditation+on+the+speed+limit%22">this</a> out.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d350').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d350" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Civil+disobedience&amp;Description=Civil+disobedience&amp;Url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Civil+disobedience&amp;url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;h=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;t=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;t=Civil+disobedience" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;bm_description=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;T=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;h=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/03/civil-disobedience/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;name=Civil+disobedience" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/03/civil-disobedience/&amp;t=Civil+disobedience" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d350').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d350').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/03/civil-disobedience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winter Olympics gallery</title>
		<link>http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/</link>
		<comments>http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 03:30:31 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[People]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/02/winter-olympics-gallery/</guid>
		<description><![CDATA[An astonishing <a href=http://bulletin.ninemsn.com.au/bulletin/site/libraries/Winter+Olympics+2>Winter Olympics photo gallery</a> .]]></description>
			<content:encoded><![CDATA[<p>An astonishing <a href=http://bulletin.ninemsn.com.au/bulletin/site/libraries/Winter+Olympics+2>Winter Olympics photo gallery</a> presented by <a href="http://bulletin.ninemsn.com.au/">The Bulletin</a> via <a href="http://timblair.net/ee/index.php/weblog/magazine_published/">Tim Blair</a>.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d342').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d342" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Winter+Olympics+gallery&amp;Description=Winter+Olympics+gallery&amp;Url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Winter+Olympics+gallery&amp;url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;h=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;t=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;t=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;bm_description=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;T=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;h=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;name=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/&amp;t=Winter+Olympics+gallery" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d342').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d342').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/02/winter-olympics-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
