<?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>Breaking Coastside News</title>
	<atom:link href="http://www.breakingcoastsidenews.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breakingcoastsidenews.com</link>
	<description>Curating and chronicling the Coastside in Real Time</description>
	<lastBuildDate>Thu, 21 Apr 2011 21:38:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>List of Deals</title>
		<link>http://www.breakingcoastsidenews.com/list-of-deals/</link>
		<comments>http://www.breakingcoastsidenews.com/list-of-deals/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:44:14 +0000</pubDate>
		<dc:creator>breakingcoastsidenews</dc:creator>
		
		<guid isPermaLink="false">http://breakingcoastsidenews.com/</guid>
		<description><![CDATA[function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});}); function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe style="margin:0 0 0 0; overflow: hidden;" title="http://www.chompon.com/i_list?nver=1&#038;pid=2247&#038;fg=ffffff&#038;wh=960&#038;test=1&#038;template=&#038;" frameborder="0" border="0" width="960" height="1800" allowtransparency="true" scrolling="no" id="chompon"></iframe></p>
<p><a id="chompon_popup" href="#"></a><br />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><br />
<script type="text/javascript" src="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.pack.js?v=5"></script></p>
<link rel="stylesheet" href="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.css?v=5" type="text/css" media="screen">
<script>function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});});
function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/list-of-deals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize Script</title>
		<link>http://www.breakingcoastsidenews.com/resize-script/</link>
		<comments>http://www.breakingcoastsidenews.com/resize-script/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:43:53 +0000</pubDate>
		<dc:creator>breakingcoastsidenews</dc:creator>
		
		<guid isPermaLink="false">http://breakingcoastsidenews.com/</guid>
		<description><![CDATA[// Tell the parent iframe what height the iframe needs to be function parentIframeResize() { var height = getParam('height'); // This works as our parent's parent is on our domain.. parent.parent.resizeIframe(height); } function parentPopup() { var url = getParam('popurl'); if(url != '') { var popwh = getParam('popwh'); var popht = getParam('popht'); // This works as [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<html> 
<!-- 
This page is on the same domain as the parent, so can
communicate with it to order the iframe window resizing
to fit the content 
--> 
  <body> 
    <script> 
      // Tell the parent iframe what height the iframe needs to be
      function parentIframeResize()
      {
         var height = getParam('height');
         // This works as our parent's parent is on our domain..
         parent.parent.resizeIframe(height);
      }
      
      function parentPopup()
      {
         var url = getParam('popurl');
         
         if(url != '')
         {
             var popwh = getParam('popwh');
             var popht = getParam('popht');
             // This works as our parent's parent is on our domain..
            // have to urldecode argument being sent over
            parent.parent.OpeniFrameURL(decodeURIComponent((url+'').replace(/\+/g, '%20')), popwh, popht);
            return true;
         }
         
         return false;
      }
      
      function setChomponPage()
      {
         var url = getParam('churl');
         
         if(url != '')
         {
             // This works as our parent's parent is on our domain..
            // have to urldecode argument being sent over
            parent.parent.SetChomponURL(decodeURIComponent((url+'').replace(/\+/g, '%20')));
            parent.parent.OpeniFrameURL('close', 0, 0); // always want to try to close
            return true;
         }
         
         return false;
      }

      // Helper function, parse param from request string
      function getParam( name )
      {
        name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
        var regexS = "[\\?&]"+name+"=([^&#]*)";
        var regex = new RegExp( regexS );
        var results = regex.exec( window.location.href );
        if( results == null )
          return "";
        else
          return results[1];
      }
      
       window.onload = function() {
            var isPopup = parentPopup();
            var isPageSet = setChomponPage();
            if(!isPopup && !isPageSet)
                  parentIframeResize();
       }
    </script> 
  </body> 
</html>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/resize-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Account Verification</title>
		<link>http://www.breakingcoastsidenews.com/account-verification/</link>
		<comments>http://www.breakingcoastsidenews.com/account-verification/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:43:21 +0000</pubDate>
		<dc:creator>breakingcoastsidenews</dc:creator>
		
		<guid isPermaLink="false">http://breakingcoastsidenews.com/</guid>
		<description><![CDATA[function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});}); function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe style="margin:0 0 0 0; overflow: hidden;" title="http://www.chompon.com/i_verify?nver=1&#038;pid=2247&#038;fg=ffffff&#038;wh=960&#038;template=&#038;" frameborder="0" border="0" width="960" height="1800" allowtransparency="true" scrolling="no" id="chompon"></iframe></p>
<p><a id="chompon_popup" href="#"></a><br />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><br />
<script type="text/javascript" src="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.pack.js?v=5"></script></p>
<link rel="stylesheet" href="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.css?v=5" type="text/css" media="screen">
<script>function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});});
function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/account-verification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certificates</title>
		<link>http://www.breakingcoastsidenews.com/certificates/</link>
		<comments>http://www.breakingcoastsidenews.com/certificates/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:42:40 +0000</pubDate>
		<dc:creator>breakingcoastsidenews</dc:creator>
		
		<guid isPermaLink="false">http://breakingcoastsidenews.com/</guid>
		<description><![CDATA[function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});}); function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe style="margin:0 0 0 0; overflow: hidden;" title="http://www.chompon.com/i_cert?nver=1&#038;pid=2247&#038;fg=ffffff&#038;wh=960&#038;template=&#038;" frameborder="0" border="0" width="960" height="1800" allowtransparency="true" scrolling="no" id="chompon"></iframe></p>
<p><a id="chompon_popup" href="#"></a><br />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><br />
<script type="text/javascript" src="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.pack.js?v=5"></script></p>
<link rel="stylesheet" href="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.css?v=5" type="text/css" media="screen">
<script>function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});});
function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deals</title>
		<link>http://www.breakingcoastsidenews.com/deals/</link>
		<comments>http://www.breakingcoastsidenews.com/deals/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:41:52 +0000</pubDate>
		<dc:creator>breakingcoastsidenews</dc:creator>
		
		<guid isPermaLink="false">http://breakingcoastsidenews.com/</guid>
		<description><![CDATA[function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});}); function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe style="margin:0 0 0 0; overflow: hidden;" title="http://www.chompon.com/i_deal?nver=1&#038;pid=2247&#038;fg=ffffff&#038;wh=960&#038;test=1&#038;" frameborder="0" border="0" width="960" height="1800" allowtransparency="true" scrolling="no" id="chompon"></iframe></p>
<p><a id="chompon_popup" href="#"></a><br />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><br />
<script type="text/javascript" src="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.pack.js?v=5"></script></p>
<link rel="stylesheet" href="http://www.chompon.com/fancybox/jquery.fancybox-1.3.4.css?v=5" type="text/css" media="screen">
<script>function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$("a#chompon_popup").fancybox({'scrolling':'no','hideOnContentClick':false,'type':'iframe','autoDimensions':false,'centerOnScroll':true});});
function OpeniFrameURL(url, wh, ht) {if(url=='close') {$.fancybox.close(); return;}$("#chompon_popup").attr("href", url); $("#chompon_popup").trigger('click'); $("#fancybox-wrap").css({'width': (parseInt(wh)+20)+'px', 'height': (parseInt(ht)+20)+'px', 'left': ($(window).width()-parseInt(wh)-60)/2+'px'}); $("#fancybox-content").css({'width': wh+'px', 'height': ht+'px'});} function SetChomponURL(url){ document.getElementById('chompon').src=url;}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/deals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test</title>
		<link>http://www.breakingcoastsidenews.com/test/</link>
		<comments>http://www.breakingcoastsidenews.com/test/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 13:38:00 +0000</pubDate>
		<dc:creator>Pat Kitano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakingcoastsidenews.com/?page_id=142</guid>
		<description><![CDATA[Our Community Service Mission Are you a Peninsula business who wants to help our San Bruno fire victims with a Daily Deal? Our cause marketing initiative Breaking Causes provides a free community service to help businesses fund raise using Daily Deal coupons. Contact us at www.breakingcauses.com/contact.]]></description>
			<content:encoded><![CDATA[<p></p><table style="width: 100%;" border="0" cellspacing="20" cellpadding="20">
<tbody>
<tr>
<td style="width: 70%;" valign="top">
<iframe height='2000' width='715' src='http://www.divvydeal.com/index_widget.php?city=San%20Francisco' scrolling="no" style = "overflow: hidden;"></iframe>
</td>
<td style="width: 30%;" valign="top">
<p><strong>Our Community Service Mission</strong></p>
<p>
Are you a Peninsula business who wants to help our San Bruno fire victims with a Daily Deal? </p>
<p>Our cause marketing initiative <a href="http://BreakingCauses.com">Breaking Causes</a> provides a <em>free</em> community service to help businesses fund raise using Daily Deal coupons.</p>
<p> Contact us at <a href="http://www.breakingcauses.com/contact">www.breakingcauses.com/contact</a>.</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruths Chris Tarrytown test</title>
		<link>http://www.breakingcoastsidenews.com/ruths-chris-tarrytown-test/</link>
		<comments>http://www.breakingcoastsidenews.com/ruths-chris-tarrytown-test/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 18:55:13 +0000</pubDate>
		<dc:creator>Pat Kitano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakingcoastsidenews.com/?page_id=132</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe height='2000' width='715' src='http://www.divvydeal.com/index_widget.php?city=Tarrytown' scrolling="off"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/ruths-chris-tarrytown-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coastside Deals!</title>
		<link>http://www.breakingcoastsidenews.com/coastside-deals/</link>
		<comments>http://www.breakingcoastsidenews.com/coastside-deals/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 22:51:56 +0000</pubDate>
		<dc:creator>Pat Kitano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakingcoastsidenews.com/?page_id=114</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe height='336px' width='403.2px' style='padding:0px;border:0px' src='http://widgets.thedealmap.com/?l=94019&#038;h=280&#038;w=336&#038;t=grey&#038;lcid=1033'></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/coastside-deals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real estate</title>
		<link>http://www.breakingcoastsidenews.com/real-estate/</link>
		<comments>http://www.breakingcoastsidenews.com/real-estate/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 04:55:43 +0000</pubDate>
		<dc:creator>Pat Kitano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakingcoastsidenews.com/?page_id=76</guid>
		<description><![CDATA[//]]></description>
			<content:encoded><![CDATA[<p></p><p><script src="http://widgets.twimg.com/j/2/widget.js"></script><br />
<script type="text/javascript">// <![CDATA[
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 4000,
  title: 'Coastside Best',
  subject: 'real-estate',
  width: 400,
  height: 400,
  theme: {
    shell: {
      background: '#172982',
      color: '#e8e6eb'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#0d6ce0'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setList('coastsidenews', 'real-estate').start();
// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/real-estate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Coastside</title>
		<link>http://www.breakingcoastsidenews.com/tech-coastside-2/</link>
		<comments>http://www.breakingcoastsidenews.com/tech-coastside-2/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:02:42 +0000</pubDate>
		<dc:creator>Pat Kitano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakingcoastsidenews.com/?page_id=72</guid>
		<description><![CDATA[new TWTR.Widget({ version: 2, type: 'list', rpp: 30, interval: 4000, title: 'Coastside Best', subject: 'Tech Coastside', width: 400, height: 400, theme: { shell: { background: '#172982', color: '#e8e6eb' }, tweets: { background: '#ffffff', color: '#444444', links: '#0d6ce0' } }, features: { scrollbar: true, loop: true, live: true, hashtags: true, timestamp: true, avatars: true, behavior: 'default' [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script src="http://widgets.twimg.com/j/2/widget.js"></script><br />
<script>
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 4000,
  title: 'Coastside Best',
  subject: 'Tech Coastside',
  width: 400,
  height: 400,
  theme: {
    shell: {
      background: '#172982',
      color: '#e8e6eb'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#0d6ce0'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setList('coastsidenews', 'tech-coastside').start();
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.breakingcoastsidenews.com/tech-coastside-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

