<?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>Hummingbird604.com &#187; Third Tuesday</title>
	<atom:link href="http://hummingbird604.com/category/third-tuesday/feed/" rel="self" type="application/rss+xml" />
	<link>http://hummingbird604.com</link>
	<description>The personal blog of a Vancouver-based educator in environmental issues</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog</title>
		<link>http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/</link>
		<comments>http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 02:25:20 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=10965</guid>
		<description><![CDATA[I am tethering from my iPhone and found a power outlet so here I am! &#160; Content Rules by CC Champan (01/20/2011)&#160; &#160;&#160; Close&#160;&#160; 6:26 Raul:&#160; I&#8217;m at Third Tuesday Vancouver (#3tyvr) liveblogging C.C. Chapman&#8217;s Content Rules talk. You can have your tweets integrated by using the hashtags #contentrules and #3tyvr Thursday January 20, 2011&#160;6:26&#160;Raul [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Julien Smith at Third Tuesday Vancouver liveblog'>Julien Smith at Third Tuesday Vancouver liveblog</a></li>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2007/10/29/where-does-good-content-go/' rel='bookmark' title='Where does good content go?'>Where does good content go?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am tethering from my iPhone and found a power outlet so here I am!</p>
<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://cdnns.coveritlive.com/media/css/viewer_window_normal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Adjust the height to best suite your page */
/* Remove height property to have all text show without scrollbars. */
#cil_page .mainchat {  position: relative; overflow: auto;  }
</style>
<p><script language="javascript" type="text/javascript">
<!--
function cil_launchLayer( num, divsrc, divheight, divwidth) { var scrollpos = cil_getScrollingPosition(); divsrc = unescape(cil_replaceString('qzzq', '"', divsrc)); document.getElementById('cil_divsrc').innerHTML = divsrc; divleft = (document.getElementById('cil_mainholder').offsetWidth - divwidth) / 2; if (document.getElementById('cil_mainholder').offsetTop > scrollpos[1]) { divtop = document.getElementById('cil_mainholder').scrollTop + 40; } else { divtop = scrollpos[1] - document.getElementById('cil_mainholder').offsetTop + document.getElementById('cil_mainholder').scrollTop + 40; } document.getElementById('cil_modalitem').style.left = divleft + 'px'; document.getElementById('cil_modalitem').style.top = divtop + 'px'; document.getElementById('cil_modalitem').style.display = 'inline'; }
function cil_closeLayer(){ if (document.getElementById('cil_modalitem').style.display != 'none') { document.getElementById('cil_divsrc').innerHTML = ''; document.getElementById('cil_modalitem').style.display = 'none'; } }
function cil_replaceString(oldS, newS, fullS) { for (var i = 0; i < fullS.length; i++) { if (fullS.substring(i, i + oldS.length) == oldS) { fullS = fullS.substring(0, i) + newS + fullS.substring(i + oldS.length, fullS.length); } } return fullS; }
function cil_getScrollingPosition() { var position = [0, 0]; if (typeof window.pageYOffset != 'undefined') { position = [window.pageXOffset, window.pageYOffset]; } else if (typeof document.documentElement.scrollTop != 'undefined' &#038;&#038; document.documentElement.scrollTop > 0) { position = [document.documentElement.scrollLeft,document.documentElement.scrollTop]; } else if (typeof document.body.scrollTop != 'undefined') { position = [document.body.scrollLeft,document.body.scrollTop]; } return position; }
function cil_getCurrentStyle(elem, prop) { if( elem.currentStyle ) { var ar = prop.match(/\w[^-]*/g); var s = ar[0]; for(var i = 1; i < ar.length; ++i) { s += ar[i].replace(/\w/, ar[i].charAt(0).toUpperCase()); } return elem.currentStyle[s] } else if( document.defaultView.getComputedStyle ) { return document.defaultView.getComputedStyle(elem, null).getPropertyValue(prop);  } }
function cil_setSizes() { document.getElementById('viewingtoolbar').style.width = document.getElementById('altcast_title').offsetWidth + 'px'; var oElement = document.getElementById('pageborder'); if (oElement) { borderHeight  = cil_getCurrentStyle(oElement, 'border-top-width'); pageborderHeight = borderHeight.substring(0,borderHeight.length-2); } else { pageborderHeight = 0; } maxheight = 550 - (pageborderHeight*2); chatholderheight = (maxheight-document.getElementById('viewingtoolbar').offsetHeight-document.getElementById('viewingfooter').offsetHeight-document.getElementById('altcast_title').offsetHeight-9); document.getElementById('mainchat').style.height = chatholderheight + 'px'; }
//-->
</script></p>
<div id="cil_page" class="overallpage" style="position:relative; font-family: Arial, Arial; font-size: 12px; background: #ffffff; line-height: 150%; margin:0; padding:0; vertical-align:top; text-align:left; margin-bottom: 1px; height: 550px; width: 470px;">
<div id="pageborder" class="pageborder" style="position: relative;">
<div id="chatholder" class="chatholder">
<div id="altcast_title" class="event_title_bar" >
<table style="height: 35px; width: 100%;">
<tr valign="middle">
<td>&nbsp;</td>
<td width=99%><span class="event_title_replay" id="txtTitle">Content Rules by CC Champan</span></td>
<td valign=middle align="right" style="font-size: 90%;" nowrap><span class="replay_date">(01/20/2011)</span>&nbsp;</td>
</tr>
</table>
</div>
<div id="cil_modalitem" style="display: none; position: absolute; top: 40px; left: 50px; z-index: 100;">
<div>
<div id="cil_divsrc" style="background: #000000; padding: 10px; display: block; text-align: center;"></div>
<div style="display: block; line-height: 10px; clear: both; background: #000000; padding: 10px; padding-top: 0px;">&nbsp;&nbsp;<br />
<table style="height: 16px;">
<tr valign=middle>
<td><a href="#" onClick="javascript: cil_closeLayer();return false;" style="color: #FFFFFF;"><strong>Close</strong></a>&nbsp;&nbsp;</td>
</tr>
</table>
</div>
</div></div>
<div id="mainchat" class="mainchat">
<div class="cil_eventholder">
<div id="row122173527" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:26</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122173527">I&#8217;m at Third Tuesday Vancouver (#3tyvr) liveblogging C.C. Chapman&#8217;s Content Rules talk. You can have your tweets integrated by using the hashtags #contentrules and #3tyvr </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:26&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122174559" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Lahey13" target="_blank"><img src="http://a2.twimg.com/profile_images/655865502/la13_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Lahey13:&nbsp;</div>
<p><span id="txt122174559"><a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a> Oh I&#8217;m being a mouthpiece &#8230; still a rockin&#8217; event even if it was outside <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:29&nbsp;</span><span class="bottomdisplayname">Lahey13</span></div>
</td>
</tr>
</table>
</div>
<div id="row122175032" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122175032">I&#8217;m liveblogging <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> speaking at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://is.gd/rtqVFh" target="_blank" >http://is.gd/rtqVFh</a> (share as you see fit)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:31&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176131" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122176131">Big turn out tonight, lots of familiar faces <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:33&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176441" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/dbutton" target="_blank"><img src="http://a0.twimg.com/profile_images/1101810302/headshot_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">dbutton:&nbsp;</div>
<p><span id="txt122176441">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: NEW BLOG POST, Content Rules at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (Third Tuesday Vancouver) Liveblog &#8211; <a href="http://tinyurl.com/6zbbowq" target="_blank" >http://tinyurl.com/6zbbowq</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:34&nbsp;</span><span class="bottomdisplayname">dbutton</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176605" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrissychrzan" target="_blank"><img src="http://a2.twimg.com/profile_images/1149633160/180259039_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrissychrzan:&nbsp;</div>
<p><span id="txt122176605">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: NEW BLOG POST, Content Rules at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (Third Tuesday Vancouver) Liveblog &#8211; <a href="http://tinyurl.com/6zbbowq" target="_blank" >http://tinyurl.com/6zbbowq</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:34&nbsp;</span><span class="bottomdisplayname">chrissychrzan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176819" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/dbutton" target="_blank"><img src="http://a0.twimg.com/profile_images/1101810302/headshot_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">dbutton:&nbsp;</div>
<p><span id="txt122176819">I&#8217;m at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (Third Tuesday Vancouver)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:35&nbsp;</span><span class="bottomdisplayname">dbutton</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177047" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122177047">Somebody be a dear and get me a drink, as I couldn&#8217;t wait in line for long enough <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> I need to liveblog @cc_chapman&#8217;s talk  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:35&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177168" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:36</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CeciliaLu" target="_blank"><img src="http://a0.twimg.com/profile_images/631393414/3752d57_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CeciliaLu:&nbsp;</div>
<p><span id="txt122177168">Waiting for @cc_chapman&#8217;s talk &#038; catching up with <a href="http://twitter.com/%40crushmarketing" target="_blank" >@crushmarketing</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:36&nbsp;</span><span class="bottomdisplayname">CeciliaLu</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177330" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:36</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122177330">Jeremy Lim (@jeremylim), organizer of Third Tuesday Vancouver is thanking sponsors.<br/><br/>CNW<br/>Rogers Communication<br/>Radian 6<br/>Fairmont Hotels<br/><br/>Thanks to Ceili&#8217;s for sponsoring space.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:36&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177522" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122177522"><a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> starting at Caelis  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177567" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JillBenedict" target="_blank"><img src="http://a2.twimg.com/profile_images/1155084074/Jill4Copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JillBenedict:&nbsp;</div>
<p><span id="txt122177567">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: I&#8217;m liveblogging <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> speaking at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://is.gd/rtqVFh" target="_blank" >http://is.gd/rtqVFh</a> (share as you see fit)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">JillBenedict</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177590" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122177590">C.C. Chapman is a media creator, online marketing expert. CC has helped people in brands (Coca Cola, HBO, Warner Brothers).  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177748" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122177748">Thank you for organizing <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>!! Always fantastic!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178078" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:38</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122178078">C.C. Chapman is yelling and speaking loud and clear. &#8220;A little louder&#8221;. He did theatre for years, he does this as a second nature.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:38&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178268" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TeamCain_Guerin" target="_blank"><img src="http://a1.twimg.com/profile_images/1124266150/Mike_Guerin_Headshot_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TeamCain_Guerin:&nbsp;</div>
<p><span id="txt122178268">Between <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> and <a href="http://search.twitter.com/search?q=%23inboundmarketing" target="_blank" >#inboundmarketing</a> my brain is too full &#8230;oh hell, who needs weekends anyway!  Fun useful and insightful stuff  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">TeamCain_Guerin</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178428" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122178428">C.C. &#8220;I&#8217;ll apologize now if I am a little sleepy, I woke up this morning and honestly I didn&#8217;t know where I was. Honestly I had no clue where I was &#8211; I had to call my wife to ask her &#8216;where am I&#8217;&#8221;<br/><br/>Joe is one of the authors of &#8220;Digital Dads&#8221;.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178617" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122178617">RT <a href="http://twitter.com/%40LindseyLe" target="_blank" >@LindseyLe</a>: Thank you for organizing <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>!! Always fantastic!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:40&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178892" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122178892">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: I&#8217;m liveblogging <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> speaking at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://is.gd/rtqVFh" target="_blank" >http://is.gd/rtqVFh</a> (share as you see fit)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178906" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122178906">CC is still waiting for someone to be reading the book at the airport. <br/><br/>The big thing about content is that it is not rocket science. You can set up a blog in five minutes and start producing content. You can set up an Instagram and produce content. Creating content is super easy.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178927" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122178927">RT <a href="http://twitter.com/%40LindseyLe" target="_blank" >@LindseyLe</a>: Thank you for organizing <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>!! Always fantastic!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179139" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179139">No, it&#8217;s not. <strong>Creating good content is hard.</strong> It&#8217;s hard to create strong, punchy, compelling content. Creating good content is really hard depending on the medio. CC has a really hard time creating audio or video content. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179251" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122179251">Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179375" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179375">CC.- He can take a really good photograph, but how do you take the content you are creating and make it engaging. Because everybody can create content, there&#8217;s a lot of content out there that is BAD, it&#8217;s crappy. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179376" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/billdinTO" target="_blank"><img src="http://a3.twimg.com/profile_images/1158376840/doskoch_twitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">billdinTO:&nbsp;</div>
<p><span id="txt122179376">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">billdinTO</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179450" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/AranH" target="_blank"><img src="http://a1.twimg.com/profile_images/1168664203/DSC03381_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">AranH:&nbsp;</div>
<p><span id="txt122179450">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">AranH</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179603" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179603">The book is split into 3 sections</p>
<p>1. Eleven content rules. <br />2. &#8220;How to&#8221; section.  <br />3. Ten case studies &#8211; here&#8217;s how different people are doing it and here are ideas you can steal from them. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179670" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122179670"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if a book doesn&#8217;t have a how-to section, it&#8217;s not helpful.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179742" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122179742"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> nothing sucks more than a biz book without a how-to section via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179770" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179770">While he is not going to go through all 11 Rules, CC wants to talk about a few of the rules. He is hoping it will help inspire you and take whatever you take from his talk. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179784" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122179784">Creating content is easy. Creating good content is hard. C.C. Chapman at Vancouver Meetup <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179994" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/yolondaabrahams" target="_blank"><img src="http://a3.twimg.com/profile_images/1220473376/13837_205034906976_515721976_3516469_3694361_n.jpg_effected-001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">yolondaabrahams:&nbsp;</div>
<p><span id="txt122179994">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">yolondaabrahams</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180023" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122180023"><strong>CC</strong></p>
<p>One of the rules &#8211; not to shill &#8211; show or teach, but do NOT shill. &#8220;Buy my product&#8221;. Do not DM people &#8220;hey check my site&#8221;. Nobody likes that, everybody hates that guy/girl. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180181" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122180181">Under the heat-lamps at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180280" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122180280"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Stop shilling&#8211;no one likes it. P.S. All SM douches are guys :p  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180521" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122180521">RT <a href="http://twitter.com/%40AranH" target="_blank" >@AranH</a>: RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180599" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122180599">
<p>Ann Handley. </p>
<p><em>What is the Chinese dry wall problem?<br /></em> <br />They put Chinese dry wall that has all these chemicals and mold, kids were getting really ill, it&#8217;s not like mold that you can easy fix. Millions of dollars in lawsuits. There is a site (clearinghouse for this problem). </p>
<p>What is interesting is that it&#8217;s a law firm doing this.  </p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180632" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mark_t_taylor" target="_blank"><img src="http://a3.twimg.com/profile_images/1145391023/DSC_0228_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mark_t_taylor:&nbsp;</div>
<p><span id="txt122180632">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">mark_t_taylor</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180798" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122180798">What this law firm has done &#8211; this a different approach &#8211; it&#8217;s a website that is really informative. It&#8217;s really subtle, but they are doing a really good job of getting people to come to the site, hang out and then they will get hired. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180846" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122180846"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> content on <a href="http://chinesedrywallproblem.com" target="_blank" >chinesedrywallproblem.com</a> is informative, and markets subtly.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180895" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/seanweller" target="_blank"><img src="http://a1.twimg.com/profile_images/285874843/Headshot_2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">seanweller:&nbsp;</div>
<p><span id="txt122180895">Listening to C.C. Chapman talk about content strategy at Vancouver Meetup <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">seanweller</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181219" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:47</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122181219">45 min now. <a href="http://twitter.com/%40CeilisVan" target="_blank" >@CeilisVan</a> Looking forward to <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>, but <a href="http://twitter.com/%40ColleenCoplick" target="_blank" >@ColleenCoplick</a> &#038; I have been waiting for a beer for 15+ mins. Help?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:47&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181293" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181293">CC.- One of our rules &#8211; <strong>you need to build a camp fire.</strong> CC was going to put the instructions in the book. Putting bigger logs, etc. When you think about your content strategy, you can&#8217;t just dump the logs and light it. You will have a big blow up of fire, and then they are gone. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181323" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122181323">Third Tuesday Vancouver with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is packed. Thank you <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> &#038; <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rvz38" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181377" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mariskar" target="_blank"><img src="http://a3.twimg.com/profile_images/1206319747/mariska_DSC7335web_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mariskar:&nbsp;</div>
<p><span id="txt122181377">Just arrived at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>&#8230; What have I missed?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">mariskar</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181548" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122181548">Apparently few people at <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> know how to start a camp fire. It is a rainforest. Discussing content creation.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181592" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122181592"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> dumb client question 1: can you make me a viral video?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181633" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt122181633">I like the speaker &#8211; he has personality.  ( <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> ) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181669" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181669">CC &#8211; &#8220;you can make a really compelling video, but YOU CAN&#8217;T MAKE THINGS GO VIRAL&#8221;. Think about the metaphor of the camp fire. You need some little things to get it started, and then you need some more stuff long term. If you stop producing that great content, you are going to lose your readers. </p>
<p><strong>Think about a publishing schedule. <br /></strong><br />It&#8217;s a really good thing to think like a publisher. W </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181733" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122181733"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Client: make me a viral video. Me: No. I&#8217;ll make you a quality video. Via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181788" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181788">One of the things they did at Digital Dad &#8211; Mondays is this, Friday is a cooking day, Wednesdays is a video day, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181902" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181902">What are we going to publish? How does it tie into the events we go to? How does it tie in to everything we do?<br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182015" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122182015"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> advocates editorial/publishing schedule (but doesn&#8217;t walk the walk). He can focus w/o one.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182125" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122182125">Create a regular publishing schedule to focus on what and why C.C. Chapman <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182186" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Lahey13" target="_blank"><img src="http://a2.twimg.com/profile_images/655865502/la13_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Lahey13:&nbsp;</div>
<p><span id="txt122182186">Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Lahey13</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182291" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:51</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122182291">Think about the schedule as your link &#8211; it focuses you on what you are going to create. Instead of having your CEO come and say &#8220;we need to do Twitter, Facebook, etc.&#8221;. You can instead think &#8220;this is the strategy we are going to follow&#8221;.</p>
<p>You need to ask your CEO &#8220;why do we need to do this&#8221; once they ask you &#8220;do this&#8221;. Asking why is so critical. You will not be successful if you don&#8217;t have a strategy. You need to know WHY you are doing what you are doing and why you are publishing what you are publishing. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:51&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182498" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122182498">Funny too RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182568" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122182568">Totally agree. Schedules are essential. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182603" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122182603">Melrose Med Mile &#8211; last night they did something so simple &#8211; it was really smart. After the event, they started talking to every person on Twitter and replying, via @ reply (mention). It took them a while, but they could definitely look at some degree of measurement. That little thing they did was so simple &#8211; it&#8217;s not rocket science. But by doing that, people are seeing the responses. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182641" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122182641">Base content development on marketing strategy C.C. Chapman <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182796" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122182796">Amen RT <a href="http://twitter.com/rahelab%3A" target="_blank" >@rahelab:</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> advocates editorial/publishing schedule (but doesn&#8217;t walk the walk). He can focus w/o 1.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182797" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122182797"><a href="http://twitter.com/tbains" target="_blank" >@tbains</a> be sure to say hello at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182825" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122182825">If you are in the hospitality industry &#8211; the most untapped use of social media &#8211; we are talking about Ceili&#8217;s Van. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182970" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122182970">I must be the only one taking notes with a notebook! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183019" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122183019">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Third Tuesday Vancouver with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is packed. Thank you <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> &#038; <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rvz38" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183070" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122183070">RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183126" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122183126">So thankful to <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a> for the wine <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks Joe!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183160" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122183160">be human. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183192" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122183192">Web content dev: use kindling not gasoline. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183235" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122183235">Be human <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183297" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122183297">CC prefers to do things from the heart. But when you do a campaign, the PR folks, the legal folks, the comms folk. They want the speaker/CEO to speak on the speaking points, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183387" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kslean" target="_blank"><img src="http://a1.twimg.com/profile_images/1134463828/DSC00274_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kslean:&nbsp;</div>
<p><span id="txt122183387">Wish I&#8217;d learned about Third Tuesday Vancouver sooner. Sounds like a great event! RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a> Third Tuesday Vancouver is packed <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">kslean</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183428" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122183428"><br />Lawyers are there to protect you, but the law around online content is very iffy. Now Jason Baker is sharing his story about a viral video. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183430" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122183430"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> be aware of legal, PR, marketing folks who want guard up, buzzwords, lack of humanity.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183592" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122183592"><a href="http://search.twitter.com/search?q=%23Kanban" target="_blank" >#Kanban</a> will work well in content development due to interruptions. Where was I? <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183615" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122183615">They end up using Black Eyed Peas (one of their songs). They didn&#8217;t get their rights to the song. They went viral. But now who wants to go to a law firm that has a problem with copyright law. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183647" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122183647">lol RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Web content dev: use kindling not gasoline. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183682" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122183682">Timing helps a lot! RT <a href="http://twitter.com/%40krystlesivorot" target="_blank" >@krystlesivorot</a>: Totally agree. Schedules are essential. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183808" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/zenhousemedia" target="_blank"><img src="http://a2.twimg.com/profile_images/573098169/sq_logo_bigger_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">zenhousemedia:&nbsp;</div>
<p><span id="txt122183808"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23Content" target="_blank" >#Content</a> Rules Build a content strategy like you would a campfire. Start w a spark then add twigs &#038; logs to keep it burning strong&#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:56&nbsp;</span><span class="bottomdisplayname">zenhousemedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184005" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/zenhousemedia" target="_blank"><img src="http://a2.twimg.com/profile_images/573098169/sq_logo_bigger_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">zenhousemedia:&nbsp;</div>
<p><span id="txt122184005"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> Build a content strategy like you would a campfire. Start w a spark then add twigs &#038; logs to keep it burning strong&#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">zenhousemedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184046" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122184046">Just approaching ceili&#8217;s for @jeremylim&#8217;s <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> and <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> with <a href="http://twitter.com/%40CC_Chapman" target="_blank" >@CC_Chapman</a>! <a href="http://search.twitter.com/search?q=%23firstTimer" target="_blank" >#firstTimer</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184096" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122184096">Lawyers, Lawyers, Lawyers, lol <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184132" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122184132"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if you don&#8217;t attribute music, photos, etc, you should be hunted down and killed, as per <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184163" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184163">Get the clearances for video, etc. Every city in the world have indie musicians. CC is very fond of musicians. Find who they are and attribute and credit. If you don&#8217;t attribute you should be  hunted down and &#8230;. etc. You get CC&#8217;s point. </p>
<p>But the lawyers get in the way of being human. CC was doing a project for Coca-Cola &#8211; CC wanted Mike to respond right away. &#8220;get on the video camera and talk to this guy, answer him&#8221;. A week went by and he hadn&#8217;t done it yet, because the lawyers hadn&#8217;t cleared him yet. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184174" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122184174">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> be aware of legal, PR, marketing folks who want guard up, buzzwords, lack of humanity.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184292" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122184292">People who don&#8217;t respect IP should be hunted down and killed! Yup! .#3TYVR  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184335" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122184335">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if you don&#8217;t attribute music, photos, etc, you should be hunted down and killed, as per <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184415" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184415">CC recommended that Mike from Coke answered questions directly via video, and he got a lot of flack. They should be able to trust him, but apparently they weren&#8217;t very happy. 3 pages social media strategy at Coca-Cola. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184574" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122184574">Absolutely! RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184606" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184606">It was one of those learning processes where the company didn&#8217;t realize &#8211; think about the way you talk things and then say it. Don&#8217;t be scared to let your employees respond, and be human. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184675" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122184675">All about being human on Social Media Content <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184732" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122184732">Yes! Give credit where credit is due! <a href="http://search.twitter.com/search?q=%23photography" target="_blank" >#photography</a> <a href="http://search.twitter.com/search?q=%23art" target="_blank" >#art</a> <a href="http://search.twitter.com/search?q=%23content" target="_blank" >#content</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184798" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184798">CC is a big fan of <strong>Ask for forgiveness, not ask for permission </strong>- hehe, I am too (Raul). </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184813" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JillBenedict" target="_blank"><img src="http://a2.twimg.com/profile_images/1155084074/Jill4Copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JillBenedict:&nbsp;</div>
<p><span id="txt122184813"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Want long-term success in social media? Develop a publishing schedule (via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">JillBenedict</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185068" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185068">Put some trust in your employees. The other organization that does this very well is the Army. Army-strong stories. Every single active duty soldier has a story to share. The interesting thing is &#8211; they can post video, they can post audio, they can post any content. They have 200 bloggers posting stuff, unfiltered. Men and women in bases, war zones, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185101" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122185101">Your law firm viral video story was hilarious. <a href="http://twitter.com/%40jason_baker" target="_blank" >@jason_baker</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185176" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185176">The US army published their social media guidelines &#8211; it isn&#8217;t 3 pages like Coke, it&#8217;s like 50 pages. CC wants to steal from it! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185252" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185252">It&#8217;s on SlideShare &#8211; checklists for commanders, enlisted people, it&#8217;s broken down by location services, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185276" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122185276">Humanized branding is the manifestation of humanized content <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:01&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185523" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:01</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185523">&#8220;My company can&#8217;t do that&#8221; &#8211; CC always brings up the Army. &#8220;listen, if the Army can trust its people, so can you&#8221;. Pretty relevant example, hospitals/pharmaceuticals, you need to play by the rules. But if you are playing by the rules, there&#8217;s no reason why your company can&#8217;t do that. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:01&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185693" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185693">How do you guys define content?</p>
<p>Just scream something &#8220;stuff&#8221; &#8211; &#8220;useful information&#8221; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185718" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122185718">Viral media only sparks a day or two of interest. Real importance lies in longer consumer engagement. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185881" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122185881"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> woot! Shout out from CC! Yeah I created the department&#8217;s SM profiles and then told&#8217;m. What what?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185959" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122185959">US Army trusts their folks to create content, surely anyone can <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185976" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185976">The way CC &#8211; parts of a story (that&#8217;s what I said). &#8211; no one ever says that. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186017" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122186017"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if the army can let 200 bloggers w/o guidelines, so can your company.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186159" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122186159">Biz always say &#8220;we can&#8217;t do social media bc of liabilities&#8221;. Yes you can, you just need to set some boundaries. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186176" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122186176">The way I define content &#8211; it&#8217;s what an individual or an organization creates and share to tell their story. And you have to focus on the storytelling side. That&#8217;s what makes it compelling. &#8220;we don&#8217;t have a story to tell&#8221; of course you have a story to tell </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186220" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122186220"><a href="http://twitter.com/%40CeilisVan" target="_blank" >@CeilisVan</a> Thanks. <a href="http://twitter.com/%40ColleenCoplick" target="_blank" >@ColleenCoplick</a> &#038; I got our beer. Thanks for listening, but you may want to have more than 1 waitress for <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186321" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122186321">&#8220;@tbains: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Be human. Love it. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> Marcomm, PR, don&#8217;t get in the way of the real.&#8221; Awesome  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186339" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122186339">I love this:  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> asks what content is. Person in the crowd responds: &#8220;human readable contextualized data.&#8221; <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186535" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122186535">Focus on what your voice is &#8211; how are you going to share your story? how do you elicit an emotional response from people to your content. If your content is not engaging people, then it&#8217;s not good enough. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186545" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122186545">Everyone has a story. Not everyone can make it entertaining. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186574" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122186574"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> content: human-usable, conextualized data. IOW, text, audio, images, video.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186779" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122186779">Organizations have a story to tell but it needs to compel as to stir an emotional reaction <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186918" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122186918">Hopefully you will be able to elicit that emotion from people, you  have to be able to be passionate. </p>
<p>1. Focus on the strategy &#8211; why you&#8217;re doing it and why are you doing it<br />- please measure it &#8211; social media is very measurable. <br />- Scotty Monty &#8211; you can&#8217;t measure the ROI on &#8230; (I missed what CC said)</p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186987" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kaaist" target="_blank"><img src="http://a0.twimg.com/profile_images/534699149/kyle_tweet_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kaaist:&nbsp;</div>
<p><span id="txt122186987">Content strategy is not a mechanical process, it requires personality to bring your stories and brand to life. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">kaaist</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187131" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122187131">If your content fails to trigger an emotional response from your audience, you&#8217;re doing something wrong.  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187209" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187209">Before you even worry about views, uniques, etc. We did things because we wanted to have fun. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187210" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122187210">RT <a href="http://twitter.com/%40krystlesivorot" target="_blank" >@krystlesivorot</a>: Get an emotion out of <a href="http://ppl.Tell" target="_blank" >ppl.Tell</a> a story. What is your voice? How do you get engagement? <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187248" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122187248"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Focus on the strategy&#8230; And have fun doing it!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187344" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122187344">I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187429" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187429">When you create content, HAVE FUN WITH IT. Figure out what you want to do and do that stuff. You don&#8217;t have to do video, you don&#8217;t have to blog. You can do whatever you want to do. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187439" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Ben_Shute" target="_blank"><img src="http://a3.twimg.com/profile_images/552056048/BenShute_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Ben_Shute:&nbsp;</div>
<p><span id="txt122187439">Loving <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>. Thanks CC and Ann.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">Ben_Shute</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187624" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187624">You don&#8217;t have to do everything, don&#8217;t think you have to create content with everything, but just have fun. Whatever you create, just be human, speak from the heart, make sure that people are excited about what you create. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187637" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122187637">Agreed RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187704" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122187704">Content is both &#8216;human created contextualized data&#8217; and absolutely necessary for storytelling <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187792" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122187792">Love the personality of <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>, but where is the Boston accent?! Love it &#038; want to hear it. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187840" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187840">There&#8217;s content everywhere, and finding the content is really hard, and if it scares you, or you don&#8217;t have the time. </p>
<p><strong>Content Curation<br /></strong><br />Curation is when you put together the stuff and content you find &#8211; you may not create but you would share with your audience. Links to best posts, best videos. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187855" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122187855">Remember how it felt to tell a story as a kid. RT <a href="http://twitter.com/%40roxannestp" target="_blank" >@roxannestp</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Focus on the strategy&#8230; And have fun doing it!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187912" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/OurManinSH" target="_blank"><img src="http://a2.twimg.com/profile_images/1197588779/Peter2010Niseko_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">OurManinSH:&nbsp;</div>
<p><span id="txt122187912">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: What happens in Montreal goes on video. @cc_chapman&#8217;s <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> presentation caught on video. <a href="http://bit.ly/eqP2Ze" target="_blank" >http://bit.ly/eqP2Ze</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">OurManinSH</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187972" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mariskar" target="_blank"><img src="http://a3.twimg.com/profile_images/1206319747/mariska_DSC7335web_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mariskar:&nbsp;</div>
<p><span id="txt122187972">Yes! RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">mariskar</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188038" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122188038">Word. No one wants to talk to a robot. Be human. Keep it real. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188066" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122188066">Be a content curator. We all need gatekeepers.  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188108" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122188108">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188303" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122188303">Have FUN creating content, C-level wants this more than anything for downstream team, don&#8217;t be scared! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188356" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kcclaveria" target="_blank"><img src="http://a0.twimg.com/profile_images/1214815088/LinkedIn5_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kcclaveria:&nbsp;</div>
<p><span id="txt122188356">*Like* RT <a href="http://twitter.com/%40JillBenedict" target="_blank" >@JillBenedict</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Want long-term success in social media? Develop a publishing schedule (via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">kcclaveria</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188419" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122188419">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188459" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122188459">
<p>There is no crime in monetizing your content. </p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188545" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tnjohan" target="_blank"><img src="http://a3.twimg.com/profile_images/1154422931/0982c84_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tnjohan:&nbsp;</div>
<p><span id="txt122188545">RT @thornley: If your content fails to trigger an emotional response from your audience, you&#8217;re doing something wrong.  @cc_chapman #contentrules #3tyvr  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">tnjohan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188590" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122188590">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: &#8220;When making content, have fun with it. Just do that. Be human and speak from the heart.&#8221; &#8211; <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188691" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122188691">Do people really pay for an email of ten blog post IDEAS? People without their own ideas shouldn&#8217;t try to blog <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> FACT  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188702" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122188702"><strong>QUESTIONS AND ANSWERS</strong></p>
<p>- How long have you been doing this? Blogging for 8 years (a journal, paper journal, he just starting sharing his thoughts). He just blogs when he has things he wants to say and share. <strong> </strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188786" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122188786">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> you put on clothes each day tho you can&#8217;t measure ROI. Sometimes take a risk. Have fun. The ROI will f &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188906" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122188906">Dads are &#8220;outside&#8221; they are Mr. Moms, they take care of the kids. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188929" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/dblacombe" target="_blank"><img src="http://a3.twimg.com/profile_images/1172623605/dbl_headshot_MRU_Nov_2010_361x361_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">dblacombe:&nbsp;</div>
<p><span id="txt122188929">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">dblacombe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189018" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122189018">RT <a href="http://twitter.com/%40krystlesivorot" target="_blank" >@krystlesivorot</a>: Word. No one wants to talk to a robot. Be human. Keep it real. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189023" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122189023">He started Digital Dads because he wants to find ways to share with people. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189385" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122189385">Like this?! 2 good RT <a href="http://twitter.com/%40mariskar" target="_blank" >@mariskar</a>: Yes! RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189486" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122189486">If you ever want to interact with dads just let CC know. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189889" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/BeeVancity" target="_blank"><img src="http://a3.twimg.com/profile_images/1177885587/bee_only_logo_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">BeeVancity:&nbsp;</div>
<p><span id="txt122189889">RT <a href="http://twitter.com/%40masalapuri" target="_blank" >@masalapuri</a>: Content is both &#8216;human created contextualized data&#8217; &#038; necessary for storytelling <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">BeeVancity</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190127" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122190127">I want to keep <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> for our community. Quick, <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>, game plan! Bribe him with salmon and snowboards! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190397" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:15</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Miss604" target="_blank"><img src="http://a3.twimg.com/profile_images/1167348252/rebeccabollwitt1__1__normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Miss604:&nbsp;</div>
<p><span id="txt122190397">RT <a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a>: Do people really pay for an email of ten blog post IDEAS? People without their own ideas shouldn&#8217;t try to blog <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a>3TYVR <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a> &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:15&nbsp;</span><span class="bottomdisplayname">Miss604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190588" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122190588"><a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a> and photo-walks? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190620" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122190620">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I want to keep <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> for our community. Quick, <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>, game plan! Bribe him with salmon and snowboards! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190863" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122190863"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> check out THU, JAN 20, 2011 podcasts for examples of covering sensitive topics and keeping confidentiality.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191285" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:17</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TrendsmapCanada" target="_blank"><img src="http://a0.twimg.com/profile_images/1154796468/logo_48_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TrendsmapCanada:&nbsp;</div>
<p><span id="txt122191285">&#8216;grabo&#8217;, <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>, <a href="http://search.twitter.com/search?q=%23kobo" target="_blank" >#kobo</a> &#038; <a href="http://search.twitter.com/search?q=%23bones" target="_blank" >#bones</a> are now trending in <a href="http://search.twitter.com/search?q=Canada" target="_blank" >Canada</a> <a href="http://trendsmap.com/ca" target="_blank" >http://trendsmap.com/ca</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:17&nbsp;</span><span class="bottomdisplayname">TrendsmapCanada</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191547" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122191547">Yes RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: the new Regis? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> wanders the room &#038; takes the mic to the audience <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rw7sb" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191573" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122191573">the new Regis? <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> wanders the room &#038; takes the mic to the audience <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rw7sb" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191574" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/1165627769/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt122191574">Yep. RT <a href="http://twitter.com/tbains%3A" target="_blank" >@tbains:</a> Remember how it felt to tell a story as a kid. RT <a href="http://twitter.com/roxannestp%3A" target="_blank" >@roxannestp:</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Focus on the strategy&#8230; And have fun doing it!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191786" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CrushMarketing" target="_blank"><img src="http://a1.twimg.com/profile_images/792892266/crushlogosquare_copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CrushMarketing:&nbsp;</div>
<p><span id="txt122191786">Great Content needs a strategy, a plan and a human approach and more wise words from cc chapman <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">CrushMarketing</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191832" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122191832"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> yes, B2B engagement uses the same rules. Continual contact. Examples in book.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191849" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122191849">COMMENT AND QUESTION</p>
<p><strong>Pete Quily   </strong></p>
<p>US Air Force &#8211; I missed it completely. <strong> </strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191912" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alexjuy" target="_blank"><img src="http://a1.twimg.com/profile_images/1094776666/camera2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alexjuy:&nbsp;</div>
<p><span id="txt122191912">I kinda am RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a>: I must be the only one taking notes with a notebook! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">alexjuy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192052" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:20</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192052">QUESTION</p>
<p><strong><em>Can you speak to ethical conundrums when doing content for business. <br /></em></strong><br /> Does ethics factor when you post content, or when you are posting comments, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:20&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192151" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:20</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122192151"><a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> Comedy Clubs should be tailored like this, good laugh, knowledge sharing &#038; real people having a good time <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:20&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192191" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:20</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/DesireeRD" target="_blank"><img src="http://a1.twimg.com/profile_images/83803002/100_2535_2_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">DesireeRD:&nbsp;</div>
<p><span id="txt122192191">RT <a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a>: Do people really pay for an email of ten blog post IDEAS? People without their own ideas shouldn&#8217;t try to blog <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a>3TYVR <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a> &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:20&nbsp;</span><span class="bottomdisplayname">DesireeRD</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192443" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122192443"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> all the same content rules apply for both B2B and B2C.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192512" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122192512">Need cool corporate video music? Contact <a href="http://www.matecha.net" target="_blank" >http://www.matecha.net</a> Re <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> crowd  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192540" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192540">It&#8217;s a company outing someone? It&#8217;s a great question &#8211; somebody else&#8217;s ethics and my ethics are probably different. I don&#8217;t even know how to answer this question. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192559" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192559"><a href="http://www.contentrulesbook.com/" target="_blank" >http://www.contentrulesbook.com/</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192690" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192690">We had to make clear that we were not the voice. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192821" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122192821"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> your comments are out there forever so be prepared for any consequences, good or bad.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192853" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192853">Do unto others as you would do on to you. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192863" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/FrancisSteiner" target="_blank"><img src="http://a0.twimg.com/profile_images/111032037/francis_headshot_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">FrancisSteiner:&nbsp;</div>
<p><span id="txt122192863">Great  info from cc chapman at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> (@ Ceili&#8217;s Irish Pub &#038; Restaurant w/ <a href="http://twitter.com/%40amuseconsulting" target="_blank" >@amuseconsulting</a>) <a href="http://4sq.com/dZs5dA" target="_blank" >http://4sq.com/dZs5dA</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">FrancisSteiner</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193089" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:23</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122193089">If you say it, it&#8217;s out there forever. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:23&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193138" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:23</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122193138">Ethics are really, really important. Everyone should understand it. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:23&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193476" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:24</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122193476">QUESTION &#8211; Do you tweet and post as yourself or as a business?</p>
<p>The age-old question &#8211; Scott Monty works for Ford, but it&#8217;s Scott Monty, not Ford. If you are a small business, for brand recognition. Tweets done by Tony &#8211; shows a human side. &#8220;I also tweet as The Company Name&#8221;. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:24&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193624" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:24</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122193624">Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of what you say.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:24&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193654" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:24</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122193654">Establish what your client wants to achieve from their <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a> plan in order to accurately measure your success <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:24&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193794" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:25</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122193794">RT <a href="http://twitter.com/%40HerraincoBrand" target="_blank" >@HerraincoBrand</a>: If you say it, it&#8217;s out there forever. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:25&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193913" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:25</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122193913">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: the new Regis? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> wanders the room &#038; takes the mic to the audience <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rw7sb" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:25&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193947" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:25</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122193947">At <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> as speaker <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <a href="http://ow.ly/i/7oV5" target="_blank" >http://ow.ly/i/7oV5</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:25&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194244" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:26</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alexjuy" target="_blank"><img src="http://a1.twimg.com/profile_images/1094776666/camera2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alexjuy:&nbsp;</div>
<p><span id="txt122194244">Totally agree! RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of what you say.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:26&nbsp;</span><span class="bottomdisplayname">alexjuy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194375" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:26</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Hussle24Seven" target="_blank"><img src="http://a2.twimg.com/profile_images/229236523/body_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Hussle24Seven:&nbsp;</div>
<p><span id="txt122194375">Totally agree! RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of wha&#8230; <a href="http://bit.ly/fc7LRm" target="_blank" >http://bit.ly/fc7LRm</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:26&nbsp;</span><span class="bottomdisplayname">Hussle24Seven</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194811" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122194811">Contests also drive traffic, aside from buying. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:28&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194965" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122194965">I think my favorite quote from <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> was, &#8220;You put on your pants everyday, but you don&#8217;t measure ROI on it.&#8221; Who said that again?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:28&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195227" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122195227">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I think my favorite quote from <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> was, &#8220;You put on your pants everyday, but you don&#8217;t measure ROI on it.&#8221; Who said th &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195343" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Wildfirejane" target="_blank"><img src="http://a2.twimg.com/profile_images/1208228378/Screen_shot_2011-01-06_at_1.48.42_AM_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Wildfirejane:&nbsp;</div>
<p><span id="txt122195343">At <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> watching <a href="http://twitter.com/%40C_C_Chapman" target="_blank" >@C_C_Chapman</a>  travel to each question. Way to keep it human thanks.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">Wildfirejane</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195371" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/nav_een" target="_blank"><img src="http://a1.twimg.com/profile_images/1170153607/me-cropped-for-twitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">nav_een:&nbsp;</div>
<p><span id="txt122195371">RT <a href="http://twitter.com/%40HerraincoBrand" target="_blank" >@HerraincoBrand</a>: If you say it, it&#8217;s out there forever. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">nav_een</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195556" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:30</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122195556">. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is really down on people who shill. I don&#8217;t care. You must buy <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>. A great book! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:30&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195769" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alexjuy" target="_blank"><img src="http://a1.twimg.com/profile_images/1094776666/camera2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alexjuy:&nbsp;</div>
<p><span id="txt122195769">Facebook doesn&#8217;t let you do contests without an app now? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:31&nbsp;</span><span class="bottomdisplayname">alexjuy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195922" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Lahey13" target="_blank"><img src="http://a2.twimg.com/profile_images/655865502/la13_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Lahey13:&nbsp;</div>
<p><span id="txt122195922">This is going down as one of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice. *high five*  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:31&nbsp;</span><span class="bottomdisplayname">Lahey13</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195949" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122195949"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> You can&#8217;t do contests on FB (against the rules) but check out Wildfire to set one up.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:31&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196124" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122196124">No, no no no no, gotta disagree, CC. contests are OVERSOLD. People have &#8220;Like this page&#8221; fatigue  <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:32&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196199" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122196199">If they catch you. Rules changed RT <a href="http://twitter.com/%40alexjuy" target="_blank" >@alexjuy</a>: Facebook doesn&#8217;t let you do contests without an app now? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:32&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196267" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122196267">Correct. Hosted contests that is. RT <a href="http://twitter.com/%40alexjuy" target="_blank" >@alexjuy</a>: Facebook doesn&#8217;t let you do contests without an app now? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:32&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196497" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122196497">Yes! RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: This is going down as 1 of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196621" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122196621">RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of what you say.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196754" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122196754">Lovin it! <a href="http://twitter.com/Lahey13" target="_blank" >@Lahey13</a> This is going down as one of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> is quite the (cont) <a href="http://tl.gd/89gimj" target="_blank" >http://tl.gd/89gimj</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196755" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122196755"><a href="http://twitter.com/thornley" target="_blank" >@thornley</a> Oh that&#8217;s you! I thought you looked familiar.  <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196960" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122196960"><a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a> yes on over-sold but keep it content related &#038; it can build a twitter following. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:34&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197056" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:34</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122197056">Anybody can take a picture, not everybody can take a photograph. There&#8217;s a time and place. Just don&#8217;t assume that because you can create stuff that you shouldn&#8217;t outsource. SO DAMN TRUE ^rpv </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:34&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197161" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122197161">RT <a href="http://twitter.com/%40tbains" target="_blank" >@tbains</a> RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: 1 of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:34&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197197" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122197197"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> outsourcing content is OK but use a professional to keep the quality up.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197230" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122197230">RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: This is going down as one of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice. &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197431" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122197431"><a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a> yup. I&#8217;ve seen it with social activism too but that&#8217;s not community. It&#8217;s just gaming the system. Empty. <a href="http://search.twitter.com/search?q=%233ryvr" target="_blank" >#3ryvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197468" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122197468"><a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Where are you? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197589" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:36</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122197589">Is it just me or some questions to <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> are pretty basic, Content Deployment 101? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> let&#8217;s get him more in-depth questions  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:36&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197902" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:36</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122197902">I like you <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:36&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197992" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122197992">The big Twitter question: Quality or Quantity? Which one gets you more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:37&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122198037" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122198037">&#8220;Tweets in real life Is that like walking up to someone?&#8221;  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:37&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122198189" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122198189"><a href="http://Twitterleaks.com:" target="_blank" >Twitterleaks.com:</a> where people post things they don&#8217;t want to tweet themselves <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:37&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122198252" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:38</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122198252">Amen! RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: &#8230;One of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice. *high five*  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:38&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199176" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Amuse_events" target="_blank"><img src="http://a2.twimg.com/profile_images/441778509/head_shot_web_version_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Amuse_events:&nbsp;</div>
<p><span id="txt122199176"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a> <a href="http://twitter.com/%40roxannestp" target="_blank" >@roxannestp</a> <a href="http://twitter.com/%40CathyBrowne" target="_blank" >@CathyBrowne</a> <a href="http://twitter.com/%40photodreamz" target="_blank" >@photodreamz</a> <a href="http://twitter.com/%40ColleenCoplick" target="_blank" >@ColleenCoplick</a> <a href="http://twitter.com/%40RinaChong" target="_blank" >@RinaChong</a> <a href="http://twitter.com/%40trishussey" target="_blank" >@trishussey</a> <a href="http://twitter.com/%40johnbiehler" target="_blank" >@johnbiehler</a> <a href="http://twitter.com/%40CynnamonS" target="_blank" >@CynnamonS</a> <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">Amuse_events</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199215" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122199215">If your company is not active on social media aka Twitter, delete your account! Listen and engage is key! <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199277" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122199277">Tweeting for your business? &#8216;Make sure you&#8217;re listening!&#8217; <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> quote.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199327" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122199327">Thanks I missed that! <a href="http://twitter.com/%40MiriamShanny" target="_blank" >@MiriamShanny</a>: <a href="http://Twitterleaks.com:" target="_blank" >Twitterleaks.com:</a> where people post things they don&#8217;t want to tweet themselves <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules%E2%80%9D" target="_blank" >#contentrules”</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199441" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122199441">My question to <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> &#8211; please tell these folks the difference between content Strategy and Tactics <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> = what, how, why  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:41&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199492" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122199492"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Beat part about touring <a href="http://search.twitter.com/search?q=Canada" target="_blank" >Canada</a> is the beer! <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:41&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199906" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kcclaveria" target="_blank"><img src="http://a0.twimg.com/profile_images/1214815088/LinkedIn5_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kcclaveria:&nbsp;</div>
<p><span id="txt122199906">RT <a href="http://twitter.com/%40MiriamShanny" target="_blank" >@MiriamShanny</a>: <a href="http://Twitterleaks.com:" target="_blank" >Twitterleaks.com:</a> where people post things they don&#8217;t want to tweet themselves <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">kcclaveria</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199951" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122199951">Tactics vs. Strategies: &#8220;Use tactics to execute strategies&#8221; <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199994" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122199994">Tactics vs Strategy? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Doesn&#8217;t matter if they&#8217;re bad.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200049" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122200049">Focus on the strategy &#8211; how and why you are doing it. Then go on to tactics <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200172" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122200172">Quality &#038; engagement RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a>: Big Twitter question: Quality or Quantity? Which one gets you more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200256" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CoreyDilley" target="_blank"><img src="http://a1.twimg.com/profile_images/1108067316/bulb_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CoreyDilley:&nbsp;</div>
<p><span id="txt122200256">Disagreed with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> about 1 thing &#8211; start with the objective, not the strategy. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">CoreyDilley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200321" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122200321">Once you have it, it takes a lot of work to keep it (it&#8217;s like a child/baby). Set aside the time, resources, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200387" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122200387"><a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a> Good point brought up <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200498" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122200498"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> love it! Strategies are not tactics. Wish my students were in the room! Music to my ears!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200541" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CynnamonS" target="_blank"><img src="http://a2.twimg.com/profile_images/1135243693/CynnamonS_Twitter_Avatar_10-1-10_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CynnamonS:&nbsp;</div>
<p><span id="txt122200541">Enjoying the <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> talk at <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> <a href="http://twitter.com/%40ceilis" target="_blank" >@ceilis</a> in <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">CynnamonS</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200579" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122200579">Hahaha I would like a content fairy <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:44&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200775" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122200775"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> everyone needs a content fairy to make content happen. Don&#8217;t hold your breath tho. <a href="http://search.twitter.com/search?q=%23contentstrategy" target="_blank" >#contentstrategy</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:44&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201017" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/vancouver_rt" target="_blank"><img src="http://a2.twimg.com/a/1294874399/images/default_profile_2_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">vancouver_rt:&nbsp;</div>
<p><span id="txt122201017">RT <a href="http://twitter.com/%40CynnamonS" target="_blank" >@CynnamonS</a> Enjoying the <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> talk at <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> <a href="http://twitter.com/%40ceilis" target="_blank" >@ceilis</a> in <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:45&nbsp;</span><span class="bottomdisplayname">vancouver_rt</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201091" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/KevinJagger" target="_blank"><img src="http://a0.twimg.com/profile_images/1157454340/Kevin_Jagger_Oval_Spotlight_3_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">KevinJagger:&nbsp;</div>
<p><span id="txt122201091">Q should be: Which 1 gets u QUALITY followers RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Quality or Quantity? Which one gets u more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:45&nbsp;</span><span class="bottomdisplayname">KevinJagger</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201654" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:47</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122201654">Quality! RT <a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a>: Which 1 gets u QUALITY followers RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Quality or Quantity? Which one gets u more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:47&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201840" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:47</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122201840">ok, I need to stop the liveblog right now as I&#8217;ve been tethering for a while, so I hope you enjoyed it!</p>
<p>Raul </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:47&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202114" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122202114"><a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a> quality. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:48&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202300" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122202300">Well said Raul! RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a> <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Why care about <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a> of followers? Should be quality of followers, not the quantity <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a>3TYVR  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:49&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202787" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122202787">Totally agree with <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Learn by doing with social media is the only way. I&#8217;ve been saying that for about five yrs.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:50&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202839" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122202839">That definitely sounds like a better question than the previous ones. RT <a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a> Q should be: Which 1 gets u QUALITY followers <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:50&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202964" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122202964">There is nothing that says that you NEED to be on Facebook, Twitter etc. Do it if you want to and if it works for you <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203220" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CrushMarketing" target="_blank"><img src="http://a1.twimg.com/profile_images/792892266/crushlogosquare_copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CrushMarketing:&nbsp;</div>
<p><span id="txt122203220">RT <a href="http://twitter.com/lmatecha%3A" target="_blank" >@lmatecha:</a> Tweeting for your business? &#8216;Make sure you&#8217;re listening!&#8217; <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> quote.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">CrushMarketing</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203221" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122203221">Best way to kick off the year, guys. Trend up. <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> is magic. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203252" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122203252">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: Best way to kick off the year, guys. Trend up. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is magic. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203390" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122203390"><a href="http://Wthashtag.com" target="_blank" >Wthashtag.com</a>  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:52&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203812" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122203812">If your client is going to have <a href="http://search.twitter.com/search?q=%23SM" target="_blank" >#SM</a> make sure they have content to support it. 140 characters is not enough; it&#8217;s just a springboard <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:53&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204363" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122204363"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> content killers: piss people off, delay responses, overeact, <a href="http://twitter.com/%40" target="_blank" >@</a> instead of DM. Think worst case, plan for it.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:55&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204504" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122204504"><a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a> From personal experience, quantity is not even a close 2nd. Re: followers <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:55&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204681" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/FrancisSteiner" target="_blank"><img src="http://a0.twimg.com/profile_images/111032037/francis_headshot_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">FrancisSteiner:&nbsp;</div>
<p><span id="txt122204681">It is cold here got to go <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> (@ Ceili&#8217;s Irish Pub &#038; Restaurant w/ <a href="http://twitter.com/%40amuseconsulting" target="_blank" >@amuseconsulting</a>) <a href="http://4sq.com/hHQZl7" target="_blank" >http://4sq.com/hHQZl7</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:56&nbsp;</span><span class="bottomdisplayname">FrancisSteiner</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204787" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122204787">RT <a href="http://twitter.com/%40misscheryltan" target="_blank" >@misscheryltan</a>: If you&#8217;re not prepared for crisis management, it can damage your content greatly <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:56&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204878" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/johnbiehler" target="_blank"><img src="http://a0.twimg.com/profile_images/1178002928/ziptrekme_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">johnbiehler:&nbsp;</div>
<p><span id="txt122204878">Really enjoying listening to <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> talk at #3TYVR&#8230;I had heard of him before but didn&#8217;t really know what he was about <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:56&nbsp;</span><span class="bottomdisplayname">johnbiehler</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205392" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bealaine" target="_blank"><img src="http://a2.twimg.com/profile_images/1128765089/Twitter_pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bealaine:&nbsp;</div>
<p><span id="txt122205392">Ask your readers what they&#8217;re interested in <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:58&nbsp;</span><span class="bottomdisplayname">bealaine</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205623" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122205623">RT <a href="http://twitter.com/johnbiehler%3A" target="_blank" >@johnbiehler:</a> Really enjoying listening to <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> talk at <a href="http://search.twitter.com/search?q=%233TYVR...I" target="_blank" >#3TYVR&#8230;I</a> had heard of him before but didn&#8217;t really know what he was about <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:59&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205799" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122205799"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> Q about remixing content. Me: MULTI-CHANNEL PUBLISHING. It&#8217;s all about the metadata.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:00&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205852" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122205852">Content: Re-imagine and don&#8217;t recycle <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:00&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206094" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122206094">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> Q about remixing content. Me: MULTI-CHANNEL PUBLISHING. It&#8217;s all about the metadata.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:01&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206196" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122206196">RT <a href="http://twitter.com/%40misscheryltan" target="_blank" >@misscheryltan</a>: Content: Re-imagine and don&#8217;t recycle <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:01&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206521" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122206521">My liveblog for  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (w Twitter integration) is here &#8211;  <a href="http://bit.ly/erb14y" target="_blank" >http://bit.ly/erb14y</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:02&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206710" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122206710">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: My liveblog for  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (w Twitter integration) is here &#8211;  <a href="http://bit.ly/erb14y" target="_blank" >http://bit.ly/erb14y</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:03&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206785" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JillBenedict" target="_blank"><img src="http://a2.twimg.com/profile_images/1155084074/Jill4Copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JillBenedict:&nbsp;</div>
<p><span id="txt122206785"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> people should use transcripts more to repurpose video (good tool for PR too)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:03&nbsp;</span><span class="bottomdisplayname">JillBenedict</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206972" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122206972">Can I have an opinion on wrapping up? Been interesting though. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:04&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207080" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122207080">RT <a href="http://twitter.com/%40JillBenedict" target="_blank" >@JillBenedict</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> people should use transcripts more to repurpose video (good tool for PR too)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:04&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207216" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122207216">Lol! RT <a href="http://twitter.com/%40photodreamz" target="_blank" >@photodreamz</a>: Can I have an opinion on wrapping up? Been interesting though. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:05&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207589" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122207589"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> will be speaking at <a href="http://search.twitter.com/search?q=%23confab2011" target="_blank" >#confab2011</a> in May  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:06&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207745" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122207745">AWESOME speaker! Thanks for coming out to Vancouver <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:07&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207890" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CynnamonS" target="_blank"><img src="http://a2.twimg.com/profile_images/1135243693/CynnamonS_Twitter_Avatar_10-1-10_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CynnamonS:&nbsp;</div>
<p><span id="txt122207890">Thanks <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> sponsors for bringing @cc-chapman to <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>.  Great talk! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:07&nbsp;</span><span class="bottomdisplayname">CynnamonS</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207932" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122207932">Trying to create controversy all the time is a no-no unless thats how you want to brand yourself. But DO have an opinion <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:07&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122209773" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:15</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/zenhousemedia" target="_blank"><img src="http://a2.twimg.com/profile_images/573098169/sq_logo_bigger_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">zenhousemedia:&nbsp;</div>
<p><span id="txt122209773">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> will be speaking at <a href="http://search.twitter.com/search?q=%23confab2011" target="_blank" >#confab2011</a> in May  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:15&nbsp;</span><span class="bottomdisplayname">zenhousemedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row122210524" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrissychrzan" target="_blank"><img src="http://a2.twimg.com/profile_images/1149633160/180259039_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrissychrzan:&nbsp;</div>
<p><span id="txt122210524">.@cc_chapman just gave a shoutout to <a href="http://twitter.com/%40sprouter" target="_blank" >@sprouter</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:18&nbsp;</span><span class="bottomdisplayname">chrissychrzan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122212187" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:26</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/vancouver_rt" target="_blank"><img src="http://a2.twimg.com/a/1294874399/images/default_profile_2_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">vancouver_rt:&nbsp;</div>
<p><span id="txt122212187">RT <a href="http://twitter.com/%40CynnamonS" target="_blank" >@CynnamonS</a> Thanks <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> sponsors for bringing @cc-chapman to <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>. Great talk! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:26&nbsp;</span><span class="bottomdisplayname">vancouver_rt</span></div>
</td>
</tr>
</table>
</div>
<div id="row122212492" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122212492">Heading back to <a href="http://twitter.com/%40thenetworkhub" target="_blank" >@thenetworkhub</a> to pick up my stuff and head home. Lovely talk by <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:28&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122213433" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/n8brophy" target="_blank"><img src="http://a2.twimg.com/profile_images/1181897821/148627_10150318058105075_860550074_15853198_593754_n_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">n8brophy:&nbsp;</div>
<p><span id="txt122213433">Good <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> tonight! Motivating to go write some Content. Think I&#8217;ll buy the book&#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:32&nbsp;</span><span class="bottomdisplayname">n8brophy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122213622" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrissychrzan" target="_blank"><img src="http://a2.twimg.com/profile_images/1149633160/180259039_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrissychrzan:&nbsp;</div>
<p><span id="txt122213622">Good times at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> tonight &#8211; great to have convos with twitter peeps in real life <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:32&nbsp;</span><span class="bottomdisplayname">chrissychrzan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122213995" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122213995"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> I don&#8217;t believe <a href="http://twitter.com/%40" target="_blank" >@</a>cc_chapman is championing sending a DM over an <a href="http://twitter.com/%40" target="_blank" >@</a> reply. I dislike DMs SO MUCH I ignore most of them.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:34&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122215629" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/teamfrugalbits" target="_blank"><img src="http://a0.twimg.com/profile_images/781679076/FB-icon_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">teamfrugalbits:&nbsp;</div>
<p><span id="txt122215629">Wise words from a wise guy. Thanks <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:42&nbsp;</span><span class="bottomdisplayname">teamfrugalbits</span></div>
</td>
</tr>
</table>
</div>
<div id="row122216014" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122216014"><a href="http://twitter.com/" target="_blank" >@</a>tbains I came and left! Missed you <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Was great topic speaker- content is king! <a href="http://search.twitter.com/search?q=%23t3yvr" target="_blank" >#t3yvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> now <a href="http://twitter.com/" target="_blank" >@</a> <a href="http://search.twitter.com/search?q=%23roundhouse" target="_blank" >#roundhouse</a> for youth vote disc  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:44&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122218548" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alchemize" target="_blank"><img src="http://a2.twimg.com/profile_images/1215873710/LindaLR_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alchemize:&nbsp;</div>
<p><span id="txt122218548">enjoyed presentation tonite with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:57&nbsp;</span><span class="bottomdisplayname">alchemize</span></div>
</td>
</tr>
</table>
</div>
<div id="row122219238" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122219238">Post <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> with 4 lovely ladies including <a href="http://twitter.com/%40cathybrowne" target="_blank" >@cathybrowne</a> (@ Cactus Club Cafe w/ 3 others) <a href="http://4sq.com/ehJEuy" target="_blank" >http://4sq.com/ehJEuy</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:01&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122219390" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alchemize" target="_blank"><img src="http://a2.twimg.com/profile_images/1215873710/LindaLR_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alchemize:&nbsp;</div>
<p><span id="txt122219390">also Curate content RT <a href="http://twitter.com/%40misscheryltan" target="_blank" >@misscheryltan</a>: Content: Re-imagine and don&#8217;t recycle <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:01&nbsp;</span><span class="bottomdisplayname">alchemize</span></div>
</td>
</tr>
</table>
</div>
<div id="row122220066" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alchemize" target="_blank"><img src="http://a2.twimg.com/profile_images/1215873710/LindaLR_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alchemize:&nbsp;</div>
<p><span id="txt122220066">a shout out for  <a href="http://search.twitter.com/search?q=%23innochat" target="_blank" >#innochat</a> at Vancouver meetup with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:05&nbsp;</span><span class="bottomdisplayname">alchemize</span></div>
</td>
</tr>
</table>
</div>
<div id="row122225159" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TegBrar" target="_blank"><img src="http://a1.twimg.com/profile_images/346055160/Teg_s_photo_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TegBrar:&nbsp;</div>
<p><span id="txt122225159">Excellent talk CC, Thx. Great to put a face to a voice, huge fan of <a href="http://search.twitter.com/search?q=%23managing" target="_blank" >#managing</a> thegray <a href="http://search.twitter.com/search?q=%23mediahacks" target="_blank" >#mediahacks</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:33&nbsp;</span><span class="bottomdisplayname">TegBrar</span></div>
</td>
</tr>
</table>
</div>
<div id="row122226085" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:38</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/KathyHanbury" target="_blank"><img src="http://a1.twimg.com/profile_images/900765206/Kathy_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">KathyHanbury:&nbsp;</div>
<p><span id="txt122226085">Thx to all who tweeted about <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>! SO upset I didn&#8217;t make it, but very appreciative of your play-by-plays. I&#8217;ll see CC at Confab 4 sure.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:38&nbsp;</span><span class="bottomdisplayname">KathyHanbury</span></div>
</td>
</tr>
</table>
</div>
<div id="row122227552" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122227552">Thx for the RTs <a href="http://twitter.com/%40MortgagesVancBC" target="_blank" >@MortgagesVancBC</a> &#038; <a href="http://twitter.com/%40kcclaveria" target="_blank" >@kcclaveria</a>! Til next time <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a> friends! <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:46&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122228300" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122228300">Great night with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> at <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> seminar on <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a>. Was so impressed with his insight &#038; lovely demeanor. Big fan!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:51&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122228405" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122228405">Great night with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> at his <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> seminar on <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a>. So impressed with his insight &#038; lovely demeanor. Big fan!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:51&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122231312" class="chatmsg eventcompletedimage"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt122231312">
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p><a href="http://www.coveritlive.com/index.php?option=com_altcaster&#038;task=register&#038;referral_code=LiveBlogReferral" target="_blank"><img src="http://www.coveritlive.com/templates/coveritlive/images/cil_thanks_en.jpg" border="0" /></a>
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p></span></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="clearingspace" >&nbsp;</div>
</div>
<div class="viewingtoolbar" id="viewingtoolbar" style="text-align: center; width: 470px;">
<div id="demandmedialogo" class="demandmedialogo"><a href="http://www.demandmedia.com/products/coveritlive/" target="_blank"><img src="http://cdnmo.coveritlive.com/templates/coveritlive/images/spacer.gif" border="0"  width=76 height=21 /></a></div>
<div id="toolbarimage"><img src="http://cdnmo.coveritlive.com/media/templateimages/phpbPyyRXcoveritlive_logo14.png" border="0" width=175 height=16 /></div>
</div>
<div id="viewingfooter" class="viewingfooter">&nbsp;</div>
</div>
</div>
<p><script language="javascript" type="text/javascript">cil_setSizes();</script></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Julien Smith at Third Tuesday Vancouver liveblog'>Julien Smith at Third Tuesday Vancouver liveblog</a></li>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2007/10/29/where-does-good-content-go/' rel='bookmark' title='Where does good content go?'>Where does good content go?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Livetweetage for @OnlineStrategy&#8217;s #3tyvr talk on integrating social media strategy</title>
		<link>http://hummingbird604.com/2010/05/25/livetweetage-for-onlinestrategys-3tyvr-talk-on-integrating-social-media-strategy/</link>
		<comments>http://hummingbird604.com/2010/05/25/livetweetage-for-onlinestrategys-3tyvr-talk-on-integrating-social-media-strategy/#comments</comments>
		<pubDate>Tue, 25 May 2010 22:14:58 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=7909</guid>
		<description><![CDATA[I have an organizer&#8217;s and volunteers&#8217; meeting of the Mental Health Camp Vancouver 2010, but I&#8217;m happy to capture the livetweetage of Guacira&#8217;s talk tonight. Guacira Naves on Social Media Strategy UPDATE: I&#8217;m embedding both the ScribbleLive and the CoverItLive iFrames as both of them are thoroughly unreliable. Some tweets show on one of the [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2009/06/07/my-recent-social-media-club-victoria-talk-towards-an-action-focused-agenda-for-social-change-using-social-media-smcvictoria-smcvictoria/' rel='bookmark' title='My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria'>My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria</a></li>
<li><a href='http://hummingbird604.com/2010/03/02/mental-health-social-media-chat-mhsm/' rel='bookmark' title='Mental Health Social Media Chat #mhsm'>Mental Health Social Media Chat #mhsm</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have an organizer&#8217;s and volunteers&#8217; meeting of the Mental Health Camp Vancouver 2010, but I&#8217;m happy to capture the livetweetage of Guacira&#8217;s talk tonight. </p>
<p><iframe src="http://www.coveritlive.com/index2.php/option=com_altcaster/task=viewaltcast/altcast_code=5ca853a11e/height=550/width=470" scrolling="no" height="550px" width="470px" frameBorder ="0" allowTransparency="true"  ><a href="http://www.coveritlive.com/mobile.php/option=com_mobile/task=viewaltcast/altcast_code=5ca853a11e" >Guacira Naves on Social Media Strategy</a></iframe></p>
<p>UPDATE: I&#8217;m embedding both the ScribbleLive and the CoverItLive iFrames as both of them are thoroughly unreliable. Some tweets show on one of the iFrames but not in the other. Lovely. </p>
<p><iframe src='http://embed.scribblelive.com/1/6/6/0/9/' width='400' height='500' frameborder='0' style='border: 1px solid #000'></iframe></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2009/06/07/my-recent-social-media-club-victoria-talk-towards-an-action-focused-agenda-for-social-change-using-social-media-smcvictoria-smcvictoria/' rel='bookmark' title='My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria'>My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria</a></li>
<li><a href='http://hummingbird604.com/2010/03/02/mental-health-social-media-chat-mhsm/' rel='bookmark' title='Mental Health Social Media Chat #mhsm'>Mental Health Social Media Chat #mhsm</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2010/05/25/livetweetage-for-onlinestrategys-3tyvr-talk-on-integrating-social-media-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Julien Smith at Third Tuesday Vancouver liveblog</title>
		<link>http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/</link>
		<comments>http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:13:44 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=5977</guid>
		<description><![CDATA[Tanya Davis, a very close friend of mine and someone I absolutely love, asked me if I&#8217;d be willing and able to liveblog tonight&#8217;s Third Tuesday Vancouver talk by Julien Smith. Julien is the co-author of Trust Agents with Chris Brogan, and someone I think is a very good thinker. So, I agreed to liveblog [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog'>Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog</a></li>
<li><a href='http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/' rel='bookmark' title='Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath'>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</a></li>
<li><a href='http://hummingbird604.com/2010/05/04/net-tuesday-vancouver-may-2010-livetweetage-ntvan/' rel='bookmark' title='Net Tuesday Vancouver May 2010 LiveTweetage #ntvan'>Net Tuesday Vancouver May 2010 LiveTweetage #ntvan</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netchick.net">Tanya Davis</a>, a very close friend of mine and someone I absolutely love, asked me if I&#8217;d be willing and able to liveblog tonight&#8217;s Third Tuesday Vancouver talk by <a href="http://inoveryourhead.net/">Julien Smith</a>. Julien is the co-author of <a href="http://inoveryourhead.net/trust-agents/">Trust Agents</a> with Chris Brogan, and someone I think is a very good thinker. </p>
<p>So, I agreed to liveblog this event. I will be integrating the tweets if you tag them with the hashtag &#8220;3tyvr&#8221;, but for the most part, the talk will be liveblogged using CoverItLive. The liveblog won&#8217;t start until 6.30pm or so, when the actual talk start, so don&#8217;t be surprised if your tweets aren&#8217;t included until then. </p>
<p>UPDATE &#8211; Justin Carlson sent me <a href="http://www.carlsonmedia.ca/blog/2010/1/21/third-tuesday-julien-smith.html">a link to his high-definition video of Julien&#8217;s talk</a>. If you couple this with my liveblog, I think you have a fairly spectacular summary of the event. Thanks for this, Justin!</p>
<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://s3.amazonaws.com/coveritlive/media/css/viewer_window_normal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Adjust the height to best suite your page */
/* Remove height property to have all text show without scrollbars. */
#cil_page .mainchat {  position: relative; overflow: auto;  }
</style>
<p><script language="javascript" src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/lib/js/curvycorners.src.js" type="text/javascript"></script><br />
<script language="javascript" type="text/javascript">
<!--
function cil_launchLayer( num, divsrc, divheight, divwidth) { var scrollpos = cil_getScrollingPosition(); divsrc = unescape(cil_replaceString('qzzq', '"', divsrc)); document.getElementById('cil_divsrc').innerHTML = divsrc; divleft = (document.getElementById('cil_mainholder').offsetWidth - divwidth) / 2; if (document.getElementById('cil_mainholder').offsetTop > scrollpos[1]) { divtop = document.getElementById('cil_mainholder').scrollTop + 40; } else { divtop = scrollpos[1] - document.getElementById('cil_mainholder').offsetTop + document.getElementById('cil_mainholder').scrollTop + 40; } document.getElementById('cil_modalitem').style.left = divleft + 'px'; document.getElementById('cil_modalitem').style.top = divtop + 'px'; document.getElementById('cil_modalitem').style.display = 'inline'; }
function cil_closeLayer(){ if (document.getElementById('cil_modalitem').style.display != 'none') { document.getElementById('cil_divsrc').innerHTML = ''; document.getElementById('cil_modalitem').style.display = 'none'; } }
function cil_replaceString(oldS, newS, fullS) { for (var i = 0; i < fullS.length; i++) { if (fullS.substring(i, i + oldS.length) == oldS) { fullS = fullS.substring(0, i) + newS + fullS.substring(i + oldS.length, fullS.length); } } return fullS; }
function cil_getScrollingPosition() { var position = [0, 0]; if (typeof window.pageYOffset != 'undefined') { position = [window.pageXOffset, window.pageYOffset]; } else if (typeof document.documentElement.scrollTop != 'undefined' &#038;&#038; document.documentElement.scrollTop > 0) { position = [document.documentElement.scrollLeft,document.documentElement.scrollTop]; } else if (typeof document.body.scrollTop != 'undefined') { position = [document.body.scrollLeft,document.body.scrollTop]; } return position; }
function cil_getCurrentStyle(elem, prop) { if( elem.currentStyle ) { var ar = prop.match(/\w[^-]*/g); var s = ar[0]; for(var i = 1; i < ar.length; ++i) { s += ar[i].replace(/\w/, ar[i].charAt(0).toUpperCase()); } return elem.currentStyle[s] } else if( document.defaultView.getComputedStyle ) { return document.defaultView.getComputedStyle(elem, null).getPropertyValue(prop);  } }
function cil_setSizes() { document.getElementById('viewingtoolbar').style.width = document.getElementById('altcast_title').offsetWidth + 'px'; var oElement = document.getElementById('pageborder'); if (oElement) { borderHeight  = cil_getCurrentStyle(oElement, 'border-top-width'); pageborderHeight = borderHeight.substring(0,borderHeight.length-2); } else { pageborderHeight = 0; } maxheight = 550 - (pageborderHeight*2); chatholderheight = (maxheight-document.getElementById('viewingtoolbar').offsetHeight-document.getElementById('viewingfooter').offsetHeight-document.getElementById('altcast_title').offsetHeight-9); document.getElementById('mainchat').style.height = chatholderheight + 'px'; }
//-->
</script></p>
<div id="cil_page" class="overallpage" style="position:relative; font-family: Arial, Arial; font-size: 12px; background: #ffffff; line-height: 150%; margin:0; padding:0; vertical-align:top; text-align:left; margin-bottom: 1px; height: 550px; width: 470px;">
<div id="pageborder" class="pageborder" style="position: relative;">
<div id="chatholder" class="chatholder">
<div id="altcast_title" class="event_title_bar" >
<table style="height: 35px; width: 100%;">
<tr valign="middle">
<td>&nbsp;</td>
<td width=99%><span class="event_title_replay" id="txtTitle">Julien Smith 3Tyvr</span></td>
<td valign=middle align="right" style="font-size: 90%;" nowrap><span class="replay_date">(01/19/2010)</span>&nbsp;</td>
</tr>
</table>
</div>
<div id="cil_modalitem" style="display: none; position: absolute; top: 40px; left: 50px; z-index: 100;">
<div>
<div id="cil_divsrc" style="background: #000000; padding: 10px; display: block; text-align: center;"></div>
<div style="display: block; line-height: 10px; clear: both; background: #000000; padding: 10px; padding-top: 0px;">&nbsp;&nbsp;<br />
<table style="height: 16px;">
<tr valign=middle>
<td><a href="#" onClick="javascript: cil_closeLayer();return false;" style="color: #FFFFFF;"><strong>Close</strong></a>&nbsp;&nbsp;</td>
</tr>
</table>
</div>
</div></div>
<div id="mainchat" class="mainchat">
<div class="cil_eventholder">
<div id="row52353627" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">1:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52353627">Julien Smith (Trust Agents co-author) </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">1:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416554" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:38</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416554">I&#8217;d like to take you back way back, 100 years ago. It&#8217;s Christmas Eve, you&#8217;re in the middle of the Atlantic Ocean. You&#8217;re the navigator of the ship. You trust the equipment that you use. It helps you find out where the other ships are, in your area, so that you don&#8217;t slam into them. Something incredible is about to happen, has never happened in the history of mankind. It will revolutionize everything you do in regards of communications. For the first time, a voice comes through this device. It&#8217;s never happened before. <br/><br/>Julien is telling us a story about the radio. Radio was not transmitted in that way, but it made it possible. Television is a kind of radio, it&#8217;s a mass medium and lets you transmit information in a different way. The radios of today are Twitter, Facebook, they are compounded all on top of each other. We can also do them with the Internet, but it adds on another layer. What I&#8217;d like you to consider doing is to think about mastering tomorrow&#8217;s radios. I don&#8217;t know what tomorrow&#8217;s radios are, neither do you. Someone will take control of that. Tomorrow&#8217;s radios will indeed need some kind of thing.<br/><br/>Touch the burner, that&#8217;s what we all do when we are children. We put the hand in the electrical burner, it hurts and it sucks. This helps us understand what life is like. This is what he did &#8211; he took a risk, he did something that nobody was doing before and nobody had done before. He  took the risk. <br/><br/>It&#8217;s very easy to do what everybody else is doing. <br/> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:38&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416685" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416685">These computers are doing something that is natural to human beings, which is to network &#8211; share information better and faster than anybody could do.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416826" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416826">This is what a channel looks like &#8211; ShitMyDadSays &#8211; you can&#8217;t see it over here in the corner. 635,000 followers.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416925" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416925">I&#8217;m pointing it out because it is stupid. The things that bring people together aren&#8217;t the smart things. The things that bring us together are stupid, when we laugh at a bar. I was totally late for work, it&#8217;s the silly things.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417039" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:40</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417039">Julien is speaking about what the ShitMyDadSays account says. Silly things that are not meaningful unless it makes people closer. People are brought closer together . </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:40&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417095" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:40</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417095">All these things bring people together.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:40&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417186" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417186">All of these things are producing content, but content is being produced differently.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417224" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417224">Julien is now presenting an example about Kylie Minogue.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417440" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417440">People don&#8217;t care. People are the there for the channel. Once you have the channel you&#8217;ll have it forever.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417698" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417698">This is what a channel used to look like. You can mute a channel, you can tune the volume up and down. You cannot talk back to a channel. It does not listen to you because it doesn&#8217;t care.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417844" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417844">This is what channels look like now &#8211; connecting together, this is what people do, we naturally build relationships, that make us happy. Julien is now describing the career that his father had (career counsellor). <br/><br/>Let&#8217;s say you lose your job tomorrow and your network is not in place, you&#8217;re lost.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417870" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52417870">Hype dies but the channel is forever. Once you create a channel, you control it. <a href="http://twitter.com/Julien" target="_blank" >@Julien</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417878" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52417878"><a href="http://twitter.com/Julien" target="_blank" >@Julien</a> Someone will use the next &#8220;radio&#8221; technology to communicate. Will it be you? It takes risk to innovate. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417914" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52417914"><a href="http://twitter.com/Julien" target="_blank" >@Julien</a> speaking now at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417917" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/GlissMedia" target="_blank"><img src="http://a3.twimg.com/profile_images/601220513/0344JM_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">GlissMedia:&nbsp;</div>
<p><span id="txt52417917"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> about to hear from Julien Smith <a href="http://twitter.com/Julien" target="_blank" >@Julien</a> who writes the best blogs at inoveryourhead </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">GlissMedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417950" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52417950">At <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a>&#8230; Looking forward to being edumacated. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417971" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52417971">I mean: Checking out <a href="http://search.twitter.com/search?q=%23thirdtuesday" target="_blank" >#thirdtuesday</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> at Ceili’s tonight. Julien Smith (of Trust Agents) will be presenting. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418000" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kaler" target="_blank"><img src="http://a1.twimg.com/profile_images/583570376/Parveen512_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kaler:&nbsp;</div>
<p><span id="txt52418000"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> or gym? </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">kaler</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418004" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/GusF" target="_blank"><img src="http://a1.twimg.com/profile_images/530250970/Photo_on_2009-11-16_at_17.03_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">GusF:&nbsp;</div>
<p><span id="txt52418004">So I have to spare before <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> that I’ll watch some puppies &#8211; <a href="http://bit.ly/5JS9BQ" target="_blank" >http://bit.ly/5JS9BQ</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">GusF</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418005" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52418005">Think I need to grab another coffee before <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a>. Catch me in the Starbucks underneath </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418019" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chantelu" target="_blank"><img src="http://a1.twimg.com/profile_images/612111206/peachy_side_pony_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chantelu:&nbsp;</div>
<p><span id="txt52418019">goin to <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> with <a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a> tonight. looking forward to it ;0 less than 5 seconds ago </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chantelu</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418026" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418026"><a href="http://twitter.com/CatherineOmega" target="_blank" >@CatherineOmega</a> Awww&#8230; why not? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418028" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418028"><a href="http://twitter.com/hummingbird604" target="_blank" >@hummingbird604</a> I know, it was just really fun to tease you. Glad you’re better-rested now. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418029" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CatherineOmega" target="_blank"><img src="http://a3.twimg.com/profile_images/421438313/Photo_1_-_headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CatherineOmega:&nbsp;</div>
<p><span id="txt52418029"><a href="http://twitter.com/cogno" target="_blank" >@cogno</a> <a href="http://twitter.com/hummingbird604" target="_blank" >@hummingbird604</a> It’s cool, you guys. I don’t think I can make it to <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> anyway. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">CatherineOmega</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418032" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418032"><a href="http://twitter.com/hummingbird604" target="_blank" >@hummingbird604</a> Yeah, except we were all in the room and couldn’t figure out which of us you didn’t like. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418037" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418037">Only a couple of hours until <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a>; looking forward to seeing you all. Well, most of you anyway&#8230; there’s always that *one* guy&#8230; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418042" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52418042"><a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a> Excellent &#8211; I’ll see you at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418044" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/urpisdream" target="_blank"><img src="http://a1.twimg.com/profile_images/526793202/megrav_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">urpisdream:&nbsp;</div>
<p><span id="txt52418044">RT <a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> Here I come&#8230; Looking forward to a good talk, good ppl., and a much deserved drink. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">urpisdream</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418058" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52418058"><a href="http://twitter.com/julien" target="_blank" >@julien</a> Looking forward to your talk tonight at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a>. I hope we get a chance to connect live. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418062" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52418062"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> Here I come&#8230; Looking forward to a good talk, good ppl., and a much deserved drink. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418063" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52418063">Hype dies but the channel is forever. Once you create a channel, you control it. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418068" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TLCHOME" target="_blank"><img src="http://a3.twimg.com/profile_images/597181219/IMG00210_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TLCHOME:&nbsp;</div>
<p><span id="txt52418068">Very excited to hear <a href="http://twitter.com/julien" target="_blank" >@julien</a> speak at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> tonight <a href="http://twitter.com/Ceilis" target="_blank" >@Ceilis</a>!  Who else is coming??  Come find me!! <a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a> <a href="http://twitter.com/NetChick" target="_blank" >@NetChick</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">TLCHOME</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418073" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/anitawebster" target="_blank"><img src="http://a3.twimg.com/profile_images/525696833/aw_july_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">anitawebster:&nbsp;</div>
<p><span id="txt52418073">I’ll be at this event 2nite: <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> <a href="http://bit.ly/4KzO4" target="_blank" >http://bit.ly/4KzO4</a>: Julien Smith talks about his book ’Trust Agents’ </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">anitawebster</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418075" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52418075">I’m going, can’t wait! RT <a href="http://twitter.com/johnbiehler" target="_blank" >@johnbiehler</a>: RT <a href="http://twitter.com/chrislemay" target="_blank" >@chrislemay</a>: <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> tonight <a href="http://bit.ly/4KzO4" target="_blank" >http://bit.ly/4KzO4</a>: Julien Smith talks about his book ’Trust Agents’ </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418083" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TLCHOME" target="_blank"><img src="http://a3.twimg.com/profile_images/597181219/IMG00210_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TLCHOME:&nbsp;</div>
<p><span id="txt52418083">RT <a href="http://twitter.com/NetChick" target="_blank" >@NetChick</a>: Coming to <a href="http://twitter.com/Julien" target="_blank" >@Julien</a>’s talk tonight? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> <a href="http://search.twitter.com/search?q=%23TrustAgents" target="_blank" >#TrustAgents</a> &#8211; Please RSVP now to secure your last min spot: <a href="http://bit.ly/6gsEhq" target="_blank" >http://bit.ly/6gsEhq</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">TLCHOME</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418097" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/michaelallison" target="_blank"><img src="http://a1.twimg.com/profile_images/548342162/michael_allison_bigger_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">michaelallison:&nbsp;</div>
<p><span id="txt52418097">RT <a href="http://twitter.com/NetChick" target="_blank" >@NetChick</a>: Coming to <a href="http://twitter.com/Julien" target="_blank" >@Julien</a>’s talk tonight? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> <a href="http://search.twitter.com/search?q=%23TrustAgents" target="_blank" >#TrustAgents</a> &#8211; Please RSVP now to secure your last minute spot: <a href="http://thirdtuesd" target="_blank" >http://thirdtuesd</a> &#8230; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">michaelallison</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418446" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52418446">&#8216;Hype dies, but the channel is forever&#8217; per @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418447" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52418447">RT @chrisgoward: Hype dies but the channel is forever. Once you create a channel, you control it. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418449" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418449">This is why building the channel is important, even if you don&#8217;t know that you may not need it it for. It&#8217;s been studied/said once you get to a certain level of financial gain, at that point, beyond the $ 50,000/yr, at that point, you no longer are made happy by the next $ 1,000 (book &#8211; People Stumbling on to Happiness).<br/><br/>What makes you happy is how tight you are and how central you are to the network. The more connections you are to people, the tighter you are to people, by working on the channel, you are also growing. <br/><br/> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418530" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:47</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418530">The potential connections, not only will help you find a job, they&#8217;ll not only help you with your next project, they will make you happy.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:47&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418664" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:47</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418664">As you get older, everyone gets this experience, your friends move out of town, they have other priorities, you don&#8217;t see them anymore. The network over time will dissipate and you won&#8217;t be able to get the same people, you need to build the network again and maintain it.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:47&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418852" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418852">Creating real, valuable connections. Building tribes is critical, one of the best things you can do personally or for your business, whether you know what it is.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418882" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kaler" target="_blank"><img src="http://a1.twimg.com/profile_images/583570376/Parveen512_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kaler:&nbsp;</div>
<p><span id="txt52418882">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> — at Ceili&#8217;s Irish Pub <a href="http://gowal.la/s/277j" target="_blank" >http://gowal.la/s/277j</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">kaler</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418902" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418902">Julien is sharing the BME Magazine  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419216" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419216">The smaller the tribe is, the harder it is to find people in your own geographical area, the higher chances what you build will be way more relevant and valuable.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419227" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419227">This is particularly true within the notion of a diaspora . </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419229" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52419229">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> listening 2 @julien with @renocoach @threesixtyfg nice 2 c them again </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419231" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52419231">&#8216;Building tribes is great- one of the most important things you can do&#8217; @Julien at <a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419232" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52419232">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> in the back room overflow watching slides move really slowly with @Julien VoiceOver </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419252" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419252">You provide value if you build a tribe.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419474" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:51</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419474">If you own a channel you can put anything you like through it. There are some people that aren&#8217;t thinking about how to build something with you at the moment, they aren&#8217;t thinking about how to grow with you, they are thinking of how to make money out of you. <br/><br/>Julien is sharing the story of Reddit (and how bad it could be).  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:51&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419721" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419721">People who helped a guy whose family made soap were participants in the Reddit community.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419728" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a3.twimg.com/profile_images/387058947/tracy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt52419728">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> Listening to Julien unpack tribes. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419729" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Wildfirejane" target="_blank"><img src="http://a3.twimg.com/profile_images/525174247/long-violet_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Wildfirejane:&nbsp;</div>
<p><span id="txt52419729">I&#8217;m loving the Vancouver meetup #3tyvr  with @Julian   Simple, real, smart. Thanx
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/yvo4w', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/yvo4w" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/yvo4w', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">Wildfirejane</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419730" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52419730">&#8220;Reddit is like Digg except it&#8217;s not full of F**king morons&#8221; &#8211; Fighting words from @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419884" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419884">The old channels are nothing for you, they need to be replaced, badly.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420245" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420245">Julien is sure that he will get a lot more comments about the dog in the sweater (and FAIL) -<strong> he makes a point that I am not sure is obvious to everyone &#8211; he is talking about how he&#8217;ll talk to other people as they are drinking WITH him (e.g. in making himself accessible he&#8217;s growing a new tribe here at Third Tuesday).<br /></strong><br />You want to be a part of everything, we are wanting to connect and at the same time, we are afraid of connecting. This is a gain, what ends up happening is that every game has a shape to the puzzle piece. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420488" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:56</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420488">What is the shape of the piece? Is the social capital. The dog in the sweater. The thing that brings people together. Our job is to facilitate the exchange of social capital. The answer to &#8220;do you want to go out?&#8221; the answer is YES. Because, guess what happens when you say YES to something? When  you are doing something like this, you possibly meet your future husband/wife/business partner. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:56&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420806" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/glennhilton" target="_blank"><img src="http://a1.twimg.com/profile_images/323306488/Glenn-SN-Standard_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">glennhilton:&nbsp;</div>
<p><span id="txt52420806">Hype dies but the channel is forever. Once you create a channel, you control it. ~ @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> Via @chrisgoward </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">glennhilton</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420900" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420900">In the early day of podcasting &#8211; one of the amazing things is that it was there every day. Some people go to his site before anything else. If you can build the church and get people to come to it, get it to be the default &#8211; you&#8217;re way ahead of the game and doing amazing things for yourself. (<em>I think he&#8217;s talking about Chris Brogan</em>) </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420944" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420944"><strong>Be part of every conversation</p>
<p></strong>Go and find stuff on Twitter Search. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421145" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421145">A bar is a great analogy. The real different from a bar we&#8217;re all in groups like this. On Twitter, you find serendipity. You may  have no idea who these people are and the walls are down. Create stuff that is visible and indexable. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421205" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HudsonHomeTeam" target="_blank"><img src="http://a3.twimg.com/profile_images/528339531/andrew_smile_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HudsonHomeTeam:&nbsp;</div>
<p><span id="txt52421205">RT @adamkambeitz: #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> in the back room overflow watching slides move really slowly with @Julien VoiceOver </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">HudsonHomeTeam</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421206" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52421206">Be the place where people gather. Be the &#8220;church&#8221; for your tribe. Be the default. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421316" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421316"><strong>Create stuff that is visible and indexable</strong></p>
<p>If you answer stuff on a website, it gets indexable and people can all come to your site. You can be sitting around, doing anything, but even though you&#8217;re doing that, you&#8217;re answering questions. You can become a resource as you answer hundreds of questions. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421369" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:01</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421369">On the internet we are engaging with people, answering questions ALL THE TIME. People can just search and find you. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:01&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421660" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421660"><strong>Understanding how the system works. </strong></p>
<p>I love the way in which Julien is explaining a video game and how to get to the end of the game. All you have to do is know about the secrets. Understanding how the system works on the internet, you gain a lot. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421701" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52421701">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> did @Julian say sock monkeys? </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421702" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52421702">the dog that failed #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421844" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421844">What if you are in a situation where people are asking questions, you&#8217;re answering, and then all of a sudden people are answering their own questions &#8211; understanding the system (insiders and outsiders).</p>
<p><strong>Insiders</strong> forgive each other faster. <strong>Outsiders</strong> not so much. Insiders have an understanding of each other. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422051" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422051"><strong>Use insider language</strong></p>
<p>Making yourself a little bit vulnerable. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422166" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422166">Read Blue Ocean Strategy. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422535" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422535"><strong>Be a human artist.</strong></p>
<p>We kind of have forgotten how to interact with people and in some cases, we never knew. If you get bored in a conversation with someone you barely know &#8211; </p>
<p><strong>Pattern breaking.</strong></p>
<p>Oh crap, now I have to tell them what I do. If you bored the other guy, you&#8217;re in a really bad situation. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422580" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/anitawebster" target="_blank"><img src="http://a3.twimg.com/profile_images/525696833/aw_july_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">anitawebster:&nbsp;</div>
<p><span id="txt52422580">Value of &#8216;insider language&#8217; @julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">anitawebster</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422581" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52422581">@julien says blue ocean strategy is an incredible book. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422582" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52422582">@Julien recommends reading Blue Ocean Strategy #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422583" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/glennhilton" target="_blank"><img src="http://a1.twimg.com/profile_images/323306488/Glenn-SN-Standard_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">glennhilton:&nbsp;</div>
<p><span id="txt52422583">@toandang definitely Toan. I&#8217;m stuck in the side hallway. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">glennhilton</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422691" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422691">The usual patterns &#8211; you see it hit you at the corner of your eye. When you don&#8217;t see the predator, you don&#8217;t need to pay attention. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422819" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422819">Never let anybody turn themselves off. Break the pattern, all the time. Because it will let people really engage back again. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422854" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422854">Larry King will go into an interview with a broad variety of questions. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422975" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422975">Interviewers do this &#8211; and that&#8217;s the stuff the best interviewers are made of. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423005" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423005">Making people emotional is good. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423014" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HudsonHomeTeam" target="_blank"><img src="http://a3.twimg.com/profile_images/528339531/andrew_smile_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HudsonHomeTeam:&nbsp;</div>
<p><span id="txt52423014">RT @chrisgoward: Be the place where people gather. Be the &#8220;church&#8221; for your tribe. Be the default. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">HudsonHomeTeam</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423015" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52423015">if you are at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> come find me and say hi I think I&#8217;m the only guy in a pink shirt. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423016" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52423016">Thanks to @Julien, I&#8217;ll never be able to start a conversation with &#8220;What are you famous for?&#8221; again. Damn. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423044" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423044">The idea that the web works for you, that you don&#8217;t have to be doing everything actively &#8211; it&#8217;s wrong. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423105" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423105">On the web, social capital almost transforms itself into financial capital. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423230" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423230">How much do they hear about X thing vs Y thing. You can test for this over time. Anything that can be tested can be monetized. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423319" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423319">Now Julien switches to fear. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423404" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423404">What if you fail? You may be embarrassed, you may not want to do things. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423451" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423451">Julien is reading the book &#8220;Connected&#8221; &#8211; the power of social networks, real social networks. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423464" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/toandang" target="_blank"><img src="http://a3.twimg.com/profile_images/605936229/Twitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">toandang:&nbsp;</div>
<p><span id="txt52423464">RT @cogno: Thanks to @Julien, I&#8217;ll never be able to start a conversation with &#8220;What are you famous for?&#8221; again. Damn. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">toandang</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423538" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423538">What they talk about is levels of influence &#8211; if I zero-in in the center of the network &#8211; if all the people that  you know is group 1 and group 2 is the people THEY know &#8211; high likelihood that the group 2 will get fat, hehe. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423584" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423584">It extends to 3 levels. You getting thin, happy, exxtends to 3 degrees of influence . </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423849" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52423849">Anything that can be tested can be monetized. Do visitors like blue links or red links? #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> (testing is what I do, @Julien) </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423850" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52423850">another book @julien is talking about is connected #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423879" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423879">If you drink a lot of beer, you end up influencing up to 3 degrees (and they&#8217;ll drink a lot of beer). &#8211; <em>RPV_ NOT SURE I BUY THIS. I understand the concept that Julien is explaining but not sure I buy all of it in regards to the 3 levels of influence. </em></p>
<p><strong>Become the lead goose</p>
<p></strong>The lead goose reduces the wind resistance for all other geese. If you become an experimenter, as a habit, if you try new things, if you try to change the way in which you&#8217;re behaving, if you are breaking the pattern, you&#8217;re making it easier for everybody else in your network to break the pattern. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424005" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:15</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424005">Everybody has friends like this. I have friends on Facebook (Julien does, not me!) &#8211; if one of them says no, all of them say no (the domino effect). They fall down like pins (I suppose Julien is speaking about bowling pins). </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:15&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424245" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424245">You have a choice- you do the same thing for people. Either you show up or you do something different. Somebody needs to be the lead goose. </p>
<p>You have to touch the burner, before any other pattern of fear that we have, before anything, there was a pattern that we had. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424337" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lacouvee" target="_blank"><img src="http://a3.twimg.com/profile_images/525322915/janis_profile_cropped_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lacouvee:&nbsp;</div>
<p><span id="txt52424337">reading the live blog for #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> and REALLY excited to have @Julien Smith here tmrw for #smcvictoria #yyj </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">lacouvee</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424454" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:17</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424454">We did this because as children, we needed to make our world bigger. Our world is small as kids, but we don&#8217;t understand a lot &#8211; so we need to make the world bigger, so I touch the burner. Now I understand the burner and my world gets a little bit bigger. It also hurts to touch the burner so eventually we stop. But when you stop, that world that we have stops getting bigger. We don&#8217;t touch things anymore, we have no reason to experiment. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:17&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424638" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424638">The thing we were born to do is to make our world bigger and bigger. So Julien encourages us to touch the burner. You are helping a bunch of other people if you touch burner .</p>
<p>&#8220;Successful business man and pillar of his community&#8221; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424736" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424736">Julien is describing the success of his and Chris Brogan&#8217;s book. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424881" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52424881">&#8216;Be the lead goose&#8217; @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424882" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52424882">When you stop &#8220;touching the burner&#8221; (taking risks), your world stops getting bigger. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424883" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluey037" target="_blank"><img src="http://a1.twimg.com/profile_images/613378326/n516335537_2854598_2591_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluey037:&nbsp;</div>
<p><span id="txt52424883">sorry I&#8217;m missing the fun at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">bluey037</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424948" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424948">Talk to people as people, don&#8217;t talk to them as numbers. Treat them with dignity and respect their intelligence. That&#8217;s Julien&#8217;s point.</p>
<p><strong>We will never need more advertising. </strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424990" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424990">What we will always need is more connection and we will do amazing things. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425340" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52425340">@hummingbird604 have some chicken wings and a beer lead goose <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425341" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52425341">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> touch the burner&#8230; No wait don&#8217;t touch the burner&#8230;.. Confused <a href="http://yfrog.com/3gy7yxj" target="_blank" >http://yfrog.com/3gy7yxj</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425342" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52425342">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> we will never need more advertising just go out and connect </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425735" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:23</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52425735">Monica Hamburg is asking a point about breaking the pattern </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:23&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52426863" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HudsonHomeTeam" target="_blank"><img src="http://a3.twimg.com/profile_images/528339531/andrew_smile_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HudsonHomeTeam:&nbsp;</div>
<p><span id="txt52426863">Why do they always use Real Estate as an example? #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">HudsonHomeTeam</span></div>
</td>
</tr>
</table>
</div>
<div id="row52432590" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lacouvee" target="_blank"><img src="http://a3.twimg.com/profile_images/525322915/janis_profile_cropped_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lacouvee:&nbsp;</div>
<p><span id="txt52432590">My first word was &#8220;why&#8221; according to my mom. I &#8220;touch the burner&#8221; a lot &#8211; naturally curious. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> Don&#8217;t want a small world!!! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">8:01&nbsp;</span><span class="bottomdisplayname">lacouvee</span></div>
</td>
</tr>
</table>
</div>
<div id="row52438857" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52438857">@PhilCaines Good to meet you tonight, chat with ya again soon.. maybe at the next meetup #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">8:53&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52441516" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:23</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mattbaril" target="_blank"><img src="http://a1.twimg.com/profile_images/250791946/twitter_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mattbaril:&nbsp;</div>
<p><span id="txt52441516">Great talk from @julien tonight on how to bring down walls to engage conversations at Ceili&#8217;s in dowtown Vancouver, BC. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:23&nbsp;</span><span class="bottomdisplayname">mattbaril</span></div>
</td>
</tr>
</table>
</div>
<div id="row52442138" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mattbaril" target="_blank"><img src="http://a1.twimg.com/profile_images/250791946/twitter_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mattbaril:&nbsp;</div>
<p><span id="txt52442138">How @julien brings walls down: Do stupid things, talk insider language, be church of your tribe, break patterns. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:31&nbsp;</span><span class="bottomdisplayname">mattbaril</span></div>
</td>
</tr>
</table>
</div>
<div id="row52442347" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chriswalts" target="_blank"><img src="http://a3.twimg.com/profile_images/273368463/chrisheadshotiran_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chriswalts:&nbsp;</div>
<p><span id="txt52442347">Had a great time catching up with everyone at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> tonight. @Julien gave an excellent talk about jumping of planes for a living </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:33&nbsp;</span><span class="bottomdisplayname">chriswalts</span></div>
</td>
</tr>
</table>
</div>
<div id="row52442900" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mattbaril" target="_blank"><img src="http://a1.twimg.com/profile_images/250791946/twitter_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mattbaril:&nbsp;</div>
<p><span id="txt52442900">Thanks @netchick &#038; @monicahamburg for the awesome night at Ceili&#8217;s tonight! Was my first time and I sure won&#8217;t miss next events! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:41&nbsp;</span><span class="bottomdisplayname">mattbaril</span></div>
</td>
</tr>
</table>
</div>
<div id="row52443345" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:47</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a3.twimg.com/profile_images/612062479/n129400546_30314221_1510_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt52443345">Photos from #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>&#8216;s #TrustAgents talk with @Julien are up on Flickr (<a href="http://su.pr/2Lce2j" target="_blank" >http://su.pr/2Lce2j</a>) and FB (<a href="http://su.pr/5axtgD" target="_blank" >http://su.pr/5axtgD</a>). </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:47&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row52443823" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/netchick" target="_blank"><img src="http://a1.twimg.com/profile_images/612097394/2tan_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">netchick:&nbsp;</div>
<p><span id="txt52443823">Just got home from #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>- GREAT event with @Julien! Thx everyone for coming! Julien rocked it! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:52&nbsp;</span><span class="bottomdisplayname">netchick</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444010" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/donnamct" target="_blank"><img src="http://a3.twimg.com/profile_images/570133553/IMG_0677_photo-dm_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">donnamct:&nbsp;</div>
<p><span id="txt52444010">@NetChick Glad #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> was a success!  We really enjoyed having @Julien @ #CTT &#8211; amazing talk!! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:54&nbsp;</span><span class="bottomdisplayname">donnamct</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444107" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444107">@glennhilton @HudsonHomeTeam @netchick @chriswalts @nalei Good seeing you @ #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. @cogno @gusf @hummingbird604 next time I&#8217;ll say hi. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:55&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444108" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444108">@TLCHOME @johnbiehler Awesome seeing you at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:55&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444283" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444283">RT @chrisgoward: When you stop &#8220;touching the burner&#8221; (taking risks), your world stops getting bigger. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:58&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444385" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt52444385">Thank you all for attending #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> tonight! And big thanks especially to 1) @Julien for the great talk. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:59&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444386" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444386">@monicahamburg Lovely to see you at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> darling. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:59&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444576" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444576">@OnlineStrategy Oh poo. We didn&#8217;t get a chance to chat! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:01&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444677" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt52444677">Thank you 2) @netchick  and @thornley for #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> <a href="http://su.pr/2xbgxi" target="_blank" >http://su.pr/2xbgxi</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:02&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444783" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt52444783">Thank you 3) our awesome sponsors CNW Group, Rogers Communications, Molson Coors Canada, Fairmont Hotels and Resorts, &#038; Radian6 for #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:04&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445047" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/renocoach" target="_blank"><img src="http://a3.twimg.com/profile_images/528749299/close_up_nov_15_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">renocoach:&nbsp;</div>
<p><span id="txt52445047">Great chatting with you as always! RT @ByzHubOwen #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> listening 2 @julien with @renocoach @threesixtyfg nice 2 c them again </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:07&nbsp;</span><span class="bottomdisplayname">renocoach</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445048" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52445048">@bluefinch604 Saw you at the back during #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> but you must have run off after the talk- couldn&#8217;t find you. Next time I&#8217;ll get you for sure </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:07&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445151" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/glennhilton" target="_blank"><img src="http://a1.twimg.com/profile_images/323306488/Glenn-SN-Standard_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">glennhilton:&nbsp;</div>
<p><span id="txt52445151">@bluefinch604 you to Tanya. Hope you had a good time at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. No more missed placed texting tho <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:08&nbsp;</span><span class="bottomdisplayname">glennhilton</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445240" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52445240">@kattlea You were at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>?? How come I missed you? OK, now I feel like an idiot! Apologies. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:09&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445559" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52445559">@JonJennings Ah boo, I missed you! Yeah, I had to slip out after the talk. I couldn&#8217;t find you either. Next time! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:14&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445560" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kattlea" target="_blank"><img src="http://a3.twimg.com/profile_images/632893347/318558290_895d07494d_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kattlea:&nbsp;</div>
<p><span id="txt52445560">@JonJennings no i wasnt there.  i was with @StacieBee before #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> -I skipped it tonight-wasnt up to seeing loads of people. sorry </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:14&nbsp;</span><span class="bottomdisplayname">kattlea</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445561" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/renocoach" target="_blank"><img src="http://a3.twimg.com/profile_images/528749299/close_up_nov_15_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">renocoach:&nbsp;</div>
<p><span id="txt52445561">@chrislemay Great to meet you tonight at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:14&nbsp;</span><span class="bottomdisplayname">renocoach</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445829" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:17</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52445829">@johnbiehler Good running into you tonight. I enjoyed the talk. Take risks. Touch the burner. Get burned, &#038; then learn&#8230; @julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:17&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445830" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:17</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52445830">@bluefinch604 #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> I was sitting down near the front. I should at least have waved&#8230; my fault </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:17&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446021" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52446021">@kattlea Ahhh OK. That also explains it: @StacieBee got up to mischief BEFORE #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>, not after. Hope to see you again soon. Take care </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:19&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446104" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:20</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52446104">@JonJennings No worries. It was packed in there! I&#8217;m sure we&#8217;ll meet in person soon. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:20&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446690" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52446690">@MattsMedia Oh sorry! You caught me in the middle of something. Did you make it 2 #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>? I promise I&#8217;ll answer if you call me tomorrow. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:28&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446892" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:30</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52446892">@MattsMedia Where were you at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>? I didn&#8217;t even see you&#8230; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:30&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446968" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/OnlineStrategy" target="_blank"><img src="http://a3.twimg.com/profile_images/598946445/20090212_Guacira_Twitter_Smiling_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">OnlineStrategy:&nbsp;</div>
<p><span id="txt52446968">@bluefinch604 Where were you? I&#8217;d have loved to say hi! But wouldn&#8217;t be able to recognize you unless you were carrying a blue cape <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:31&nbsp;</span><span class="bottomdisplayname">OnlineStrategy</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447053" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52447053">@chriswalts @julien I tried touching the burner when I got home. It hurt &#038; I didn&#8217;t learn anything. Seriously though, awesome talk. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:32&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447236" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/johnbiehler" target="_blank"><img src="http://a3.twimg.com/profile_images/383778537/closeup_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">johnbiehler:&nbsp;</div>
<p><span id="txt52447236">Ha! @nalai &#038; I have a staring contest &#038; @bluefinch604 looks surprised at @jeremylim&#8217;s camera. Good times @ #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> <a href="http://flic.kr/p/7x2FGR" target="_blank" >http://flic.kr/p/7x2FGR</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:35&nbsp;</span><span class="bottomdisplayname">johnbiehler</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447402" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52447402">@julien Great talk at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> &#8211; really enjoyed it. For ref, pubs I mentioned in Victoria were Swans + Bent Mast. Very different but both good </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:37&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447659" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52447659">@bluefinch604 So sorry we didn&#8217;t meet yet again at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> &#8211; sometime soon, I hope! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:40&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448099" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52448099">thx 4 the beer @chrislemay and the lottery ticket&#8230;You da Man! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:46&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448100" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JuanHerr" target="_blank"><img src="http://a1.twimg.com/profile_images/447379922/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JuanHerr:&nbsp;</div>
<p><span id="txt52448100">@monicahamburg Thanks for organizing tonight&#8217;s #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. Great talk! I didn&#8217;t get a chance to introduce myself tonight but maybe next time. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:46&nbsp;</span><span class="bottomdisplayname">JuanHerr</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448101" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a3.twimg.com/profile_images/585012123/13370_511856145315_129400264_30590457_7919923_n_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt52448101">@monicahamburg Great event Monica and even better to meet in person! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:46&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448350" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Clippernolan" target="_blank"><img src="http://a1.twimg.com/profile_images/466000982/Photo_9_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Clippernolan:&nbsp;</div>
<p><span id="txt52448350">Really enjoyed meeting and hearing @julien speak tonight at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>.  Here&#8217;s to being the lead goose! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:49&nbsp;</span><span class="bottomdisplayname">Clippernolan</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448595" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JuanHerr" target="_blank"><img src="http://a1.twimg.com/profile_images/447379922/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JuanHerr:&nbsp;</div>
<p><span id="txt52448595">Overheard at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> &#8211; P1: &#8220;Over there by that guy that looks like Buddy Holly&#8221; P2: &#8220;which one there&#8217;s like six of them&#8221; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:52&nbsp;</span><span class="bottomdisplayname">JuanHerr</span></div>
</td>
</tr>
</table>
</div>
<div id="row52449170" class="chatmsg eventcompletedimage"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">11:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt52449170">
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p><a href="http://www.coveritlive.com/index.php?option=com_altcaster&#038;task=register&#038;referral_code=LiveBlogReferral" target="_blank"><img src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/images/cil_thanks_en.jpg" border="0" /></a>
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p></span></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="clearingspace" >&nbsp;</div>
</div>
<div class="viewingtoolbar" id="viewingtoolbar" style="text-align: center; width: 470px;">
<div id="demandmedialogo" class="demandmedialogo"><a href="http://www.demandmedia.com/products/coveritlive/" target="_blank"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" border="0"  width=76 height=21 /></a></div>
<div id="toolbarimage"><img src="http://cdn.cloudfiles.mosso.com/c71692/media/templateimages/phpbPyyRXcoveritlive_logo14.png" border="0" width=175 height=16 /></div>
</div>
<div id="viewingfooter" class="viewingfooter">&nbsp;</div>
</div>
</div>
<p><script language="javascript" type="text/javascript">cil_setSizes();</script></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog'>Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog</a></li>
<li><a href='http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/' rel='bookmark' title='Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath'>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</a></li>
<li><a href='http://hummingbird604.com/2010/05/04/net-tuesday-vancouver-may-2010-livetweetage-ntvan/' rel='bookmark' title='Net Tuesday Vancouver May 2010 LiveTweetage #ntvan'>Net Tuesday Vancouver May 2010 LiveTweetage #ntvan</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Third Tuesday February 2009 &#8211; Steve Jagger on &#8220;How to Grow Your Business&#8221;</title>
		<link>http://hummingbird604.com/2009/02/17/third-tuesday-february-2009-steve-jagger-on-how-to-grow-your-business/</link>
		<comments>http://hummingbird604.com/2009/02/17/third-tuesday-february-2009-steve-jagger-on-how-to-grow-your-business/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:02:28 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Reachd]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[tools for business growth]]></category>
		<category><![CDATA[Ubertor]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2339</guid>
		<description><![CDATA[Steve Jagger gave an awesome talk about how their business went completely virtual, and described the kind of tools they used to do that. Tris did an awesome liveblog, also using Cover It Lie, for Third Tuesday. The core Reachd/Ubertor team is in Vancouver and various other location (DT Vancouver, Burnaby, Whistler, Dominican Republic). Morning [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/23/the-vancouver-bloggers-meetup-is-this-coming-wednesday-february-25th-2009/' rel='bookmark' title='The Vancouver Bloggers Meetup is this coming Wednesday, February 25th, 2009'>The Vancouver Bloggers Meetup is this coming Wednesday, February 25th, 2009</a></li>
<li><a href='http://hummingbird604.com/2009/04/27/the-bc-healthy-living-alliance-walk-tuesday-apr-28th-2009/' rel='bookmark' title='The BC Healthy Living Alliance Walk (Tuesday Apr 28th, 2009)'>The BC Healthy Living Alliance Walk (Tuesday Apr 28th, 2009)</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/' rel='bookmark' title='Live-blogging Third Tuesday with Joe Solomon'>Live-blogging Third Tuesday with Joe Solomon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reachd.com">Steve Jagger</a> gave an awesome talk about how their business went completely virtual, and described the kind of tools they used to do that. Tris did <a href="http://www.trishussey.com/2009/02/17/third-tuesday-vancouver-live-blog-steve-jagger-tools-for-growth/">an awesome liveblog, also using Cover It Lie, for Third Tuesday</a>. The core Reachd/Ubertor team is in Vancouver and various other location (DT Vancouver, Burnaby, Whistler, Dominican Republic). </p>
<p>Morning conversations on<strong> Google Video Chat.</strong> The majority of their businesses is through GChat and GMail. Most companies who have employees elsewhere &#8211; you don&#8217;t get the emotion behind. Video really allowed them to do that, to bring the . Yammer &#8211; they use it to bring Google Video to the next level. It&#8217;s like Twitter, a closed conversation with only their team. Even if you have an office, Mailboxes Etc. allows you to have a stable mailing address. </p>
<p><strong>Google&#8217;s Grand Central</strong> (from Google) &#8211; if you can, you should sign up. <a href="http://gotvmail.com/?cid=tt1&#038;s_kwcid=vmail|2795455144">GotVMail</a> &#8211; similar service. </p>
<p><strong>SlimTimer </strong>- allows you to track your time. It&#8217;s more than just time-sheets, where you are tracking &#8220;I was at this meeting for an hour&#8221;. You track EVERYTHING. In their business, they do track every single task, trying to automate everything. </p>
<p><a href="http://www.meetup.com"><strong>Meetup.com</strong> </a>- A great one for sales people. They used to have a sales team of about 18 people. They became the educator &#8211; they brought speakers to educate the real estate people. When they compare the products, they compare pricing and stuff because they are bringing speakers and allows them to go to a different level.<br />
<strong><br />
Business video</strong> &#8211; Everybody should be shooting video (whatever you&#8217;re passionate about, throw the videos, people will embed them). Most of Steve&#8217;s speaking engagements come from his videos being watched. </p>
<p><strong>Consultants </strong>- Seth Godin (25 guys flew to him) &#8211; <a href="http://www.closingbigger.net">Shane Gibson</a> &#8211; runs a 12 week, 72 hour bootcamp. So Steve and his business partner enrolled in the course, and it was good. They just wanted to get the answers from Shane&#8217;s wisdom and insight. After the second day they talked to Shane about whether he would come and help their sales team. Consultants are important, it&#8217;s worth it to grab people who knows something about the stuff.</p>
<p><strong>Thank you cards </strong>- Write a &#8216;thank you card&#8217;. Be grateful. There are people who actually thank Steve and his company because of their &#8216;thank you&#8217; cards! They sub-contract the card writing to a woman who makes sure that the card goes out, and it&#8217;s something that can be outsourced and/or automate it. People really like thank you cards (shocking!)</p>
<p><strong>Press </strong>- It&#8217;s good to be in the press. Steve and his company are always looking to be on the press. The fact that you were there, in the press, it&#8217;s what matters. The fact is, you are IN the media (it gives you leverage). </p>
<p><strong>Live Chat </strong>- it&#8217;s pretty much the best thing, ever. If customers need support, they can help solve them. They can find out the browser that the customer is using, etc. </p>
<p><strong>Wiki tools </strong>- Works really well if you have everybody trained to find the answers on the Ubertor wiki. </p>
<p>Setting up people or workers so that they can outsource. In this case, they might need to have an office (set up an outsource office for businesses).<
