<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Sounds of the Caribbean with Keith Rowe  &raquo; 2008 &raquo; July &raquo; 05</title>
<meta name="generator" content="Podbean 3.2" /> <!-- leave this for stats -->
<meta name="keywords" content="A weekly podcast of our radio show heard every Saturday on Z88.9 FM In the South Jersey and Philadelphia Area featuring the best in Roots Reggae, Dancehall, Dub &#038; Soca" />
<meta name="description" content="A weekly podcast of our radio show heard every Saturday on Z88.9 FM In the South Jersey and Philadelphia Area featuring the best in Roots Reggae, Dancehall, Dub &#038; Soca" />
<link rel="stylesheet" href="http://www.podbean.com/wp-content/blogs2/17551/themes/MistyLook/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.podbean.com/home/css/blogstyle.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Sounds of the Caribbean with Keith Rowe RSS Feed" href="http://selectajerry.podbean.com/feed/" />
<link rel="pingback" href="http://www.podbean.com/xmlrpc.php" />

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.podbean.com/xmlrpc.php?rsd" />
		<script type="text/javascript">
		//<![CDATA[
		
			function basename (path) { return path.replace( /.*\//, "" ); }
	
			var winimg=null;
			function ps_imagemanager_popup(imgurl,title,w,h) {
				lpos=(screen.width)?(screen.width-w)/2:100;
				tpos=(screen.height)?(screen.height-h)/2:100;
				settings='width='+w+',height='+h+',top='+tpos+',left='+lpos+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
				winimg=window.open('about:blank','imagemanagerpopup',settings);
	
				var doc = '';
				doc += '<html><head>';
				doc += '<title>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</title>';
				doc += '<style type="text/css"><!-- body { margin:0px; padding:0px; } --></style>';
				doc += '</head>';
				doc += '<body onload="self.focus();">';
				doc += '<img style="cursor:pointer;" src="' + imgurl + '" title="' + title + '" onclick="self.close();"/>';
				doc += '</body></html>';
				
				winimg.document.writeln(doc);
				winimg.document.close();
			}	
			
		//]]>
		</script>
<script language="javascript" type="text/javascript"><!--
var podPressBackendURL = "http://selectajerry.podbean.com/wp-content/plugins/podpress/podpress_backend.php?";
--></script>
<script language="javascript" type="text/javascript" src="http://selectajerry.podbean.com/wp-content/plugins/podpress/podpress.js"></script>
<link rel="stylesheet" href="http://selectajerry.podbean.com/wp-content/plugins/podpress/podpress.css" type="text/css" />
<style type="text/css">
		.PSR_stars {
		  height: 15px;
		  overflow: hidden;
		  padding: 0;
		  margin: 0;
		}
		* html .PSR_stars .star {
			display: block;
			position: absolute;
			height: 0;
			width: 0;
		}
		.PSR_stars input {
			display: none;
		}
		.PSR_no_star, .PSR_half_star, .PSR_full_star {
		  display: block;
		  float: left;
		  width: 17px;
		  height: 15px;
		  text-indent: -1000em;
		  background-repeat: no-repeat;
		}
		.PSR_no_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/no_star.gif);
		}
		.PSR_full_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/full_star.gif);
		}
		.PSR_half_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/half_star.gif);
		}
		.PSR_votes {
			padding-left: .5em;
		}
		.full, .half, .no{
		}
		</style>
<script type="text/javascript">
		<!--
		function PSR_star_over(obj, star_number) {
			var psr=obj.parentNode;
			var as=psr.getElementsByTagName('label');
			for (i=0;i<star_number;++i) {
				as[i].className = 'PSR_full_star';
			}
			for (;i<as.length;++i) {
				as[i].className = 'PSR_no_star';
			}
		}
		function PSR_star_out(obj) {
			var as=obj.getElementsByTagName('label');
			var as2=obj.getElementsByTagName('span');
			for (i=0;i<as.length;++i) {
				if(as2[i].className == 'full'){
					as[i].className = 'PSR_full_star';
				}else if(as2[i].className == 'half'){
					as[i].className = 'PSR_half_star';
				}else{
					as[i].className = 'PSR_no_star';
				}
			}
		}
		//-->
		</script>
	<script type="text/javascript">
	function spamBam_storeSession(sessionID) {
		spamBam_createCookie('spambam_session',sessionID,7)
	}
	function spamBam_createCookie(name,value,days) {
		if (days) {
			var date = new Date();
			date.setTime(date.getTime()+(days*24*60*60*1000));
			var expires = "; expires="+date.toGMTString();
		}
		else var expires = "";
		document.cookie = name+"="+value+expires+"; path=/";
	}

	function spamBam_readCookie(name) {
		var nameEQ = name + "=";
		var ca = document.cookie.split(';');
		for(var i=0;i < ca.length;i++) {
			var c = ca[i];
			while (c.charAt(0)==' ') c = c.substring(1,c.length);
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		}
		return null;
	}

	function spamBam_eraseCookie(name) {
		spamBam_createCookie(name,"",-1);
	}
	</script>
	</head>
<body id="section-index">
<div id='pb_controlarea'>
<table id='pb_controlstrip' cellpadding='0' cellspacing='0'>
<tr valign='middle'>            
	<td id='pb_controlstrip_userpic'><a href="http://www.podbean.com"><img src="/images/small-logo.jpg" alt="Podbean Podcast Site" title="Podbean Podcast Site" /></a></td>
    <td id='pb_controlstrip_category'>
		<span id='pb_controlstrip_whitebold12'>Category :&nbsp;&nbsp;</span>
				<a href="http://www.podbean.com/podcasts?s=hit&c=reggae&t=month&p=1">Reggae</a>&nbsp;&nbsp;
	</td>
	<td id='pb_controlstrip_tag'>
		<span id='pb_controlstrip_whitebold12'>Tags :&nbsp;&nbsp;</span>
		<a href="http://www.podbean.com/search?k=tag&v=reggae" rel="tag">reggae</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=roots reggae" rel="tag">roots reggae</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=dub" rel="tag">dub</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=dancehall" rel="tag">dancehall</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=soca" rel="tag">soca</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=caribbean" rel="tag">caribbean</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=jamaica" rel="tag">jamaica</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=marley" rel="tag">marley</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=riddims" rel="tag">riddims</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=radio" rel="tag">radio</a>&nbsp;&nbsp;&nbsp;	</td>
	<td id='pb_controlstrip_register'>
		&nbsp;
	</td>
</tr>
</table>
</div>

<div id="navigation">
<ul>
	<li ><a href="http://selectajerry.podbean.com" title="Home">Home</a></li>
		<li class="page_item"><a href="http://selectajerry.podbean.com/3rd-annual-ja-independence-fest/" title="3rd Annual JA Independence Fest">3rd Annual JA Independence Fest</a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/about/" title="Keith Rowe">Keith Rowe</a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/philly-jersey-runnings/" title="Philly &#038; Jersey Runnings  ">Philly & Jersey Runnings  </a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/selecta-jerry/" title="Selecta Jerry">Selecta Jerry</a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/playlists/" title="Playlists">Playlists</a></li>
	<li class="search"><form method="get" id="searchform" action="http://selectajerry.podbean.com"><input type="text" class="textbox" value="" name="s" id="s" /><input type="submit" id="searchsubmit" value="Search" /></form></li>
</ul>
</div><!-- end id:navigation -->


<div id="container">


<div id="header">
<h1><a href="http://selectajerry.podbean.com" title="Sounds of the Caribbean with Keith Rowe">Sounds of the Caribbean with Keith Rowe</a></h1>
<h2>A weekly podcast of our radio show heard every Saturday on Z88.9 FM In the South Jersey and Philadelphia Area featuring the best in Roots Reggae, Dancehall, Dub &#038; Soca</h2>
</div><!-- end id:header -->


<div id="feedarea">
<dl>
	<dt><strong>Feed on</strong></dt>
	<dd><a href="http://selectajerry.podbean.com/feed/">Posts</a></dd>
	<dd><a href="http://selectajerry.podbean.com/comments/feed/">Comments</a></dd>		
</dl>
</div><!-- end id:feedarea -->

  
  <div id="headerimage" style="background: #fff url('http://selectajerry.podbean.com/wp-content/blogs2/17551/uploads/header_image_MistyLook.jpg') no-repeat 0 0;">
</div><!-- end id:headerimage --><div id="content">
<div id="content-main">
			<div class="post" id="post-">
				<div class="posttitle">
					<h2>Ooops...Where did you get such a link ?</h2>
					<p class="post-info">Server cannot locate what you are looking for !</p>
				</div>
				
				<div class="entry">
          <p>The Server tried all of its options before returning this page to you.</p>
          <p><img src="http://www.podbean.com/wp-content/blogs2/17551/themes/MistyLook/img/404.gif" alt="404" class="left" />You are looking for something that is not here now.<br/>
			You can always try doing a <strong>search</strong> or browsing through the <strong>Archives</strong>.<br/>Don't loose your hope just yet.<br style="clear:both" /></p>
				</div>
		
				<p class="postmetadata">Posted as Not Found</p>
				
			</div>	
</div><!-- end id:content-main -->
<div id="sidebar">
<ul>
<table class="profileinfo" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr height=5></tr>
<tr><td align="center">
	<table width="155px" border=0 cellpadding="2" cellspacing="0">
	<tr><td align="left"><img src="http://selectajerry.podbean.com/wp-content/blogs2/17551/uploads/KeithJerry.jpg" width=150 height=150 /></td></tr>
		<tr><td align="left"><b>Channel Visits:</b>&nbsp;8928</td></tr>
		</table>
</td></tr>
<tr height=6></tr>
<tr><td align="center">
<div id="profilebottomaction">
	<table width="155px" border=0 cellpadding="1" cellspacing="0">
	<tr>
		<td align="left" width="75px">
		<img src="http://www.podbean.com/images/blueicon_share_channel.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/mail?cid=17551" target="_blank">Share</a>
		</td>
		<td align="left" width="80px">
		<img src="http://www.podbean.com/images/blueicon_send_message.gif" style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podbean-mailbox?pageview=compose&cid=17551" target="_blank">Contact</a>
		</td>
	</tr>
			<tr>
		<td align="left" width="75px" colspan=2>
		<img src="http://www.podbean.com/images/blueicon_add_subscription.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podcast-add-my-subscription?pid=22149" target="_blank">Subscribe</a>
		</td>
	</tr>
		    <tr height=5></tr>
	<tr>
		<td align="left" colspan=2>
		<img src="http://www.podbean.com/images/player_icon_20x20.gif" style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podcast-players?cid=17551" target="_blank">Embeddable Player</a>
		</td>
	</tr>
    	</table>
</div>


</td></tr>
<tr height=5></tr>
</table>
<br />
		<li class="sidebox">			<h2>&nbsp;</h2>							<div class="textwidget"><a href="http://soundsofthecaribbean.com" target="_blank"><img src="http://i45.photobucket.com/albums/f89/Jerrydread/sotcfm-1.jpg" border="0" alt="MegaphoneFMSmall"></a></div>
					</li><li class="sidebox"><h2>Pages</h2><ul>
<li class="page_item"><a href="http://selectajerry.podbean.com/3rd-annual-ja-independence-fest/" title="3rd Annual JA Independence Fest">3rd Annual JA Independence Fest</a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/about/" title="Keith Rowe">Keith Rowe</a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/philly-jersey-runnings/" title="Philly &#038; Jersey Runnings  ">Philly & Jersey Runnings  </a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/selecta-jerry/" title="Selecta Jerry">Selecta Jerry</a></li>
<li class="page_item"><a href="http://selectajerry.podbean.com/playlists/" title="Playlists">Playlists</a></li>
</ul>
</li>	<div id="profilebottomaction">
	
    <table width="156" cellspacing="0" cellpadding="3">
    <tr><td align="left" colspan=3><h2>Fans</h2></td></tr>
    <tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tarntula"><img style="width:45px;height:45px;" src="http://www.podbean.com/home/images/powered_by_podbean.jpg" alt="tarntula" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tarntula">tarntula</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=msseven"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="msseven" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=msseven">msseven</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=agapeg"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="agapeg" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=agapeg">agapeg</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=btloper"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="btloper" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=btloper">btloper</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=sfix"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="sfix" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=sfix">sfix</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=markat2008"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="markat2008" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=markat2008">markat2008</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=henrygale"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="henrygale" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=henrygale">henrygale</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=notu"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="notu" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=notu">notu</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tenoch"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="tenoch" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tenoch">tenoch</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tenoch"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="tenoch" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tenoch">tenoch</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=rmk"><img style="width:45px;height:45px;" src="http://www.podbean.com/home/images/powered_by_podbean.jpg" alt="rmk" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=rmk">rmk</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tstatt"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="tstatt" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tstatt">tstatt</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=afortini"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="afortini" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=afortini">afortini</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=doreelee"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="doreelee" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=doreelee">doreelee</a>
        </td>
        </tr><tr>        <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tmoney498"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="tmoney498" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=tmoney498">tmoney498</a>
        </td>
                <td align="center" width="33%">
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=clovan"><img style="width:45px;height:45px;" src="PB_ROOTimages/no_profile.jpg" alt="clovan" /></a>
        	<br />
        	<a class="default" href="http://www.podbean.com/user-profile-view?uname=clovan">clovan</a>
        </td>
        </tr>    <tr height=6></tr><tr><td align="center" colspan=2><a class="categoryunderline" href="http://www.podbean.com/podcast-subscriber-all?pid=22149">View all</a></td></tr>    
    </table>
	
</div>
<br /><li class="sidebox">
	<h2>Links</h2>
	<ul>
			<li id="linkcat-18199"><h2>Links</h2>
	<ul>
<li><a href="http://www.myspace.com/selectajerry" title="Selecta Jerry&#039;s page on My Space">Selecta Jerry&#039;s My Space</a></li>
<li><a href="http://www.vprecords.com" title="VP Records Home Page">VP Records  </a></li>
<li><a href="http://www.consciousparty.com" title="Conscious Reggae Runnings and Message Board">Sista Irie&#039;s Conscious Party</a></li>
<li><a href="http://www.niceup.com" title="The gateway to Reggae music on the internet">Jammin Reggae Archives</a></li>
<li><a href="http://faq.podbean.com/podcast-faq-index/">Podbean FAQ</a></li>
<li><a href="http://endlessboundaries.com" title="Music From In and Around The Jam Scene">Endless Boundaries</a></li>
<li><a href="http://www.soundsofthecaribbean.com" title="Home Page of Sounds of the Caribbean radio show">Sounds of the Caribbean </a></li>

	</ul>
</li>
	</ul>
</li>
		<li class="sidebox">				<h2>Subscribe</h2>		<ul>
							<li><a href="itpc://selectajerry.podbean.com/feed"><img alt="add to iTunes" title="add to iTunes" src="http://www.podbean.com/images/add-to-itunes.gif" border="0"></a></li>
				<li><a href="zune://subscribe/?Sounds of the Caribbean with Keith Rowe=http://selectajerry.podbean.com/feed"><img alt="add to zune" title="add to zune" src="http://www.podbean.com/images/add-to-zune.jpg" border="0"></a></li>
				<li><a href="http://www.podnova.com/add.srf?url=http://selectajerry.podbean.com/feed"><img alt="add to podnova" title="add to podnova" src="http://www.podbean.com/images/add-to-podnova.gif" border="0"></a></li>
				<li><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http://selectajerry.podbean.com/feed"><img alt="add to newsgator" title="add to newsgator" src="http://www.podbean.com/images/add-to-newsgator.gif" border="0"></a></li>
				<li><a href="http://www.netvibes.com/subscribe.php?url=http://selectajerry.podbean.com/feed"><img alt="add to netvibes" title="add to netvibes" src="http://www.podbean.com/images/add-to-netvibes.gif" border="0"></a></li>
				<li><a href="http://www.pageflakes.com/subscribe.aspx?url=http://selectajerry.podbean.com/feed"><img alt="add to pageflakes" title="add to pageflakes" src="http://www.podbean.com/images/add-to-pageflakes.gif" border="0"></a></li>
				<li><a href="http://add.my.yahoo.com/rss?url=http://selectajerry.podbean.com/feed"><img alt="add to yahoo" title="add to yahoo" src="http://www.podbean.com/images/add-to-yahoo.gif" border="0"></a></li>
				<li><a href="http://fusion.google.com/add?feedurl=http://selectajerry.podbean.com/feed"><img alt="add to google" title="add to google" src="http://www.podbean.com/images/add-to-google.gif" border="0"></a></li>
					</ul>
		</li>		<li class="sidebox">			<h2>Feeds</h2>			<ul>
			<li><a href="http://selectajerry.podbean.com/feed/" title="Syndicate this site using RSS 2.0"><img src="http://www.podbean.com/wp-admin/images/rss_podcast.png" alt="rss2 podcast" /></a></li>
            <li><a href="http://selectajerry.podbean.com/feed/atom/" title="Syndicate this site using ATOM"><img src="http://www.podbean.com/wp-admin/images/atom.gif" alt="atom feed" /></a></li>
			<li><a href="http://selectajerry.podbean.com/comments/feed/" title="The latest comments to all posts in RSS"><img src="http://www.podbean.com/wp-admin/images/rsscomments.png" alt="rss2 comments" /></a></li>

						</ul>
		</li>		<li class="sidebox">			<h2>&nbsp;</h2>							<div class="textwidget"><a href="http://www.soundsofthecaribbean.com" target="_blank"><img src="http://i45.photobucket.com/albums/f89/Jerrydread/support.gif" border="0" alt="Photobucket - Video and Image Hosting"></a></div>
					</li>		<li class="sidebox">			<h2>Archives</h2>			<ul>
				<li><a href='http://selectajerry.podbean.com/2008/11/' title='November 2008'>November 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/10/' title='October 2008'>October 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/09/' title='September 2008'>September 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/08/' title='August 2008'>August 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/07/' title='July 2008'>July 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/06/' title='June 2008'>June 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/05/' title='May 2008'>May 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/04/' title='April 2008'>April 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/03/' title='March 2008'>March 2008</a></li>
	<li><a href='http://selectajerry.podbean.com/2008/02/' title='February 2008'>February 2008</a></li>
			</ul>
		</li></ul>
</div><!-- end id:sidebar -->
</div><!-- end id:content -->
</div><!-- end id:container --><div id="footer">
<p><strong>Sounds of the Caribbean with Keith Rowe</strong> &copy; 2008 All Rights Reserved.</p>
<p class="right">
	<span><a href="http://wpthemes.info/misty-look/" title="MistyLook by Sadish Bala">MistyLook</a> made free by <a href="http://www.webhostingbluebook.com" title="Web Hosting Bluebook">Web Hosting Bluebook</a></span>
</p>
<br class="clear" />
</div><!-- end id:footer -->
<!-- end_of_podbean_footer --> 
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-91lXzPDEtkPDc"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<a href="http://www.quantcast.com/p-91lXzPDEtkPDc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-91lXzPDEtkPDc.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->

</body>
</html>