<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: Joey DeFrancesco Interview [Listen 30:40] &#8211; S02Ep07 (1 of 3) &#8211; Riding the Big Wheel with Joey DeFrancesco</title>
	<atom:link href="http://www.goingthruvinyl.com/wp/2012/05/joey-defrancesco-interview-listen-3040-s02ep07-1-of-3-riding-the-big-wheel-with-joey-defrancesco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goingthruvinyl.com/wp/2012/05/joey-defrancesco-interview-listen-3040-s02ep07-1-of-3-riding-the-big-wheel-with-joey-defrancesco/</link>
	<description>Buy, Sell and Learn About Vinyl Records!</description>
	<lastBuildDate>Wed, 03 Apr 2013 11:46:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
</channel>
</rss>

</div>
</div>

<div class="clr"></div>

</div><!-- #close root content-->
</div><!-- #close root-->

<div id="ftr">
  <div class="inr">
    <div style="text-align:center;">
      <a href="http://www.goingthruvinyl.com/about">About Us</a> | <a href="http://www.goingthruvinyl.com/fees">Pricing &amp; Fees</a> | <a href="http://www.goingthruvinyl.com/terms">Terms &amp; Services</a> | <a href="http://www.goingthruvinyl.com/privacy">Privacy Policy</a> 
    </div>
  </div>
</div>

<script type="text/javascript" src="/assets/js/jquery/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/assets/js/jquery/js/jquery-ui-1.8rc3.custom.min.js"></script>
<!--<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>-->
<!--<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>-->
<script src="/assets/js/jquery/js/jvalidate/jquery.validate.js" type="text/javascript"></script>
<script src="/assets/js/jQuery_blockUI.js" type="text/javascript"></script>
<script type="text/javascript" src="/assets/js/cart.js"></script>
<script src="/assets/js/gtvinyl.js" type="text/javascript"></script>
<script type="text/javascript" src="/assets/js/albumbrowser.js"></script>
<script type="text/javascript" src="/assets/js/tooltip.min.js"></script>

<script type="text/javascript">
$(function(){
$('body').addClass('js-available');
   $('.album-widget').albumWidget();
});

$("#cartContent").delegate(".deleteCartItem", "click", function(){
	var catalog_id = $(this).attr('id');
    $.getJSON('/cart-delete?catalog_id=' + catalog_id, function(data) {
    	$("#cartContent").load('/cart #cart_container');
        alert(data.response);
    });
});

$('#toggleCart').toggle(
	function(){
		$(this).css("background","url(/assets/i/right-arrow-1.png)");
		$("#shoppingCart").animate({ 
	        width: "700px",
	        opacity: 1.0,
        }, 500);
		$("#cartContent").show().load('/cart #cart_container', function() {
			$(".button").button();
		});
		
	},
    function(){
		$(this).css("background","url(/assets/i/left-arrow-big-copy.png)");
        $("#shoppingCart").animate({ 
            width: "120px",
        }, 500);
        $("#cartContent").hide();
	}
);

$('.show-tooltip').tooltip();

</script>


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-11871877-2']);
  _gaq.push(['_setDomainName', '.goingthruvinyl.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</body>
</html>
