<?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/"
		>
<channel>
	<title>Comments for The Miles Law Firm</title>
	<atom:link href="http://www.milesfirm.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.milesfirm.com</link>
	<description>A Professional Corporation</description>
	<lastBuildDate>Fri, 10 Feb 2012 08:08:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Miles Wins Key Independent Contractor Case by IRS Announces New Voluntary Worker Classification Settlement Program; Past Payroll Tax Relief Provided to Employers Who Reclassify Their Workers &#124; Dallas Estate Attorney</title>
		<link>http://www.milesfirm.com/2011/11/04/miles-wins-key-independent-contractor-case/comment-page-1/#comment-5</link>
		<dc:creator>IRS Announces New Voluntary Worker Classification Settlement Program; Past Payroll Tax Relief Provided to Employers Who Reclassify Their Workers &#124; Dallas Estate Attorney</dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.milesfirm.com/?p=341#comment-5</guid>
		<description>[...] Miles Wins Key Independent Contractor Case â€” The Miles Law Firm var showText=&#039;Read More &#039;;var hideText=&#039;Read Less &#039;; /* (function($) { $.fn.et_shortcodes_switcher = function(options) { var defaults = { slides: &#039;&gt;div&#039;, activeClass: &#039;active&#039;, linksNav: &#039;&#039;, findParent: true, //use parent elements to define active states lengthElement: &#039;li&#039;, //parent element, used only if findParent is set to true useArrows: false, arrowLeft: &#039;a#prev-arrow&#039;, arrowRight: &#039;a#next-arrow&#039;, auto: false, autoSpeed: 5000, slidePadding: &#039;&#039;, pauseOnHover: true, fx: &#039;fade&#039;, sliderType: &#039;&#039; }; var options = $.extend(defaults, options); return this.each(function() { var slidesContainer = jQuery(this).parent().css(&#039;position&#039;,&#039;relative&#039;), $slides = jQuery(this).css({&#039;overflow&#039;:&#039;hidden&#039;,&#039;position&#039;:&#039;relative&#039;}), $slide = $slides.find(options.slides).css({&#039;opacity&#039;:&#039;1&#039;,&#039;position&#039;:&#039;absolute&#039;,&#039;top&#039;:&#039;0px&#039;,&#039;left&#039;:&#039;0px&#039;,&#039;display&#039;:&#039;none&#039;}), slidesNum = $slide.length, zIndex = slidesNum, currentPosition = 1, slideHeight = 0, $activeSlide, $nextSlide; if (options.fx === &#039;slide&#039;) { $slide.css({&#039;opacity&#039;:&#039;0&#039;,&#039;position&#039;:&#039;absolute&#039;,&#039;top&#039;:&#039;0px&#039;,&#039;left&#039;:&#039;0px&#039;,&#039;display&#039;:&#039;block&#039;}); } else { $slide.filter(&#039;:first&#039;).css({&#039;display&#039;:&#039;block&#039;}); } if (options.slidePadding != &#039;&#039;) $slide.css(&#039;padding&#039;,options.slidePadding); $slide.each(function(){ jQuery(this).css(&#039;z-index&#039;,zIndex).addClass(&#039;clearfix&#039;); if (options.fx === &#039;slide&#039;) zIndex--; slideH = jQuery(this).innerHeight(); if (slideH &gt; slideHeight) slideHeight = slideH; }); $slides.css(&#039;height&#039;, slideHeight); $slides.css(&#039;width&#039;, $slides.width()); var slideWidth = $slide.width(), slideOuterWidth = $slide.outerWidth(); $slide.css(&#039;width&#039;,slideWidth); $slide.filter(&#039;:first&#039;).css(&#039;opacity&#039;,&#039;1&#039;); if (options.sliderType != &#039;&#039;) { if (options.sliderType === &#039;images&#039;) { controllersHtml = &#039;Previous&#039;; for ($i=1; $i currentPosition) gotoSlide(orderNum, 1); else gotoSlide(orderNum, -1); return false; }); } if (options.useArrows) { var $right_arrow = jQuery(options.arrowRight), $left_arrow = jQuery(options.arrowLeft); $right_arrow.click(function(){ if (currentPosition === slidesNum) gotoSlide(1,1); else gotoSlide(currentPosition+1),1; if (options.linksNav != &#039;&#039;) changeTab(); return false; }); $left_arrow.click(function(){ if (currentPosition === 1) gotoSlide(slidesNum,-1); else gotoSlide(currentPosition-1,-1); if (options.linksNav != &#039;&#039;) changeTab(); return false; }); } function changeTab(){ if (linkSwitcherTab != &#039;&#039;) { linkSwitcherTab.siblings().removeClass(&#039;active&#039;); linkSwitcherTab.filter(&#039;:eq(&#039;+(currentPosition-1)+&#039;)&#039;).addClass(&#039;active&#039;); } } function gotoSlide(slideNumber,dir){ if ($slide.filter(&#039;:animated&#039;).length) return; $slide.css(&#039;opacity&#039;,&#039;0&#039;); $activeSlide = $slide.filter(&#039;:eq(&#039;+(currentPosition-1)+&#039;)&#039;).css(&#039;opacity&#039;,&#039;1&#039;); if (currentPosition === slideNumber) return; $nextSlide = $slide.filter(&#039;:eq(&#039;+(slideNumber-1)+&#039;)&#039;).css(&#039;opacity&#039;,&#039;1&#039;); if ((currentPosition &gt; slideNumber &#124;&#124; currentPosition === 1) &amp;&amp; (dir === -1)) { if (options.fx === &#039;slide&#039;) slideBack(500); if (options.fx === &#039;fade&#039;) slideFade(500); } else { if (options.fx === &#039;slide&#039;) slideForward(500); if (options.fx === &#039;fade&#039;) slideFade(500); } currentPosition = $nextSlide.prevAll().length + 1; if (options.linksNav != &#039;&#039;) changeTab(); if (typeof interval != &#039;undefined&#039; &amp;&amp; options.auto) { clearInterval(interval); auto_rotate(); } return false; } if (options.auto) { auto_rotate(); var pauseSlider = false; } if (options.pauseOnHover) { slidesContainer.hover(function(){ pauseSlider = true; },function(){ pauseSlider = false; }); } function auto_rotate(){ interval = setInterval(function(){ if (!pauseSlider) { if (currentPosition === slidesNum) gotoSlide(1,1); else gotoSlide(currentPosition+1),1; if (options.linksNav != &#039;&#039;) changeTab(); } },options.autoSpeed); } function slideForward(speed){ $nextSlide.css(&#039;left&#039;,slideOuterWidth+&#039;px&#039;); $activeSlide.animate({left: &#039;-&#039;+slideOuterWidth},speed); $nextSlide.animate({left: 0},speed); } function slideBack(speed){ $nextSlide.css(&#039;left&#039;,&#039;-&#039;+slideOuterWidth+&#039;px&#039;); $activeSlide.animate({left: slideOuterWidth},speed); $nextSlide.animate({left: 0},speed); } function slideFade(speed){ $activeSlide.css({zIndex: slidesNum}).fadeOut(700); $nextSlide.css({zIndex: (slidesNum+1)}).fadeIn(700); } }); } })(jQuery);  /////// Shortcodes Javascript /////// /// tooltip /// $et_tooltip = jQuery(&#039;.et-tooltip&#039;); $et_tooltip.live(&#039;mouseover mouseout&#039;, function(event){ if (event.type == &#039;mouseover&#039;) { jQuery(this).find(&#039;.et-tooltip-box&#039;).animate({ opacity: &#039;show&#039;, bottom: &#039;25px&#039; }, 300); } else { jQuery(this).find(&#039;.et-tooltip-box&#039;).animate({ opacity: &#039;hide&#039;, bottom: &#039;35px&#039; }, 300); } }); /// learn more /// $et_learn_more = jQuery(&#039;.et-learn-more .heading-more&#039;); $et_learn_more.live(&#039;click&#039;, function() { if ( jQuery(this).hasClass(&#039;open&#039;) ) jQuery(this).removeClass(&#039;open&#039;); else jQuery(this).addClass(&#039;open&#039;); jQuery(this).parent(&#039;.et-learn-more&#039;).find(&#039;.learn-more-content&#039;).animate({ opacity: &#039;toggle&#039;, height: &#039;toggle&#039; }, 300); }); ///*]]&gt;*/ ul.dropdown li.parent&gt;a{ padding-right:25px; } ul.dropdown li.parent&gt;a:after{ content:&quot;&quot;; position:absolute; top: 45%; right:6px;width:0;height:0; border-top:4px solid rgba(0,0,0,0.3);border-right:4px solid transparent;border-left:4px solid transparent } ul.dropdown li.parent:hover&gt;a:after{ content:&quot;&quot;;position:absolute; top: 45%; right:6px; width:0; height:0; border-top:4px solid rgba(0,0,0,0.4);border-right:4px solid transparent;border-left:4px solid transparent } ul.dropdown li li.parent&gt;a:after{ content:&quot;&quot;;position:absolute;top: 40%; right:5px;width:0;height:0; border-left:4px solid rgba(0,0,0,0.3);border-top:4px solid transparent;border-bottom:4px solid transparent } ul.dropdown li li.parent:hover&gt;a:after{ content:&quot;&quot;;position:absolute;top: 40%; right:5px;width:0;height:0; border-left:4px solid rgba(0,0,0,0.4);border-top:4px solid transparent;border-bottom:4px solid transparent }.broken_link, a.broken_link { text-decoration: line-through; } var analyticsFileTypes = [&#039;&#039;]; var analyticsEventTracking = &#039;enabled&#039;; var _gaq = _gaq &#124;&#124; []; _gaq.push([&#039;_setAccount&#039;, &#039;UA-10382926-2&#039;]); _gaq.push([&#039;_trackPageview&#039;]); _gaq.push([&#039;_trackPageLoadTime&#039;]); (function() { var ga = document.createElement(&#039;script&#039;); ga.type = &#039;text/javascript&#039;; ga.async = true; ga.src = (&#039;https:&#039; == document.location.protocol ? &#039;https://ssl&#039; : &#039;http://www&#039;) + &#039;.google-analytics.com/ga.js&#039;; var s = document.getElementsByTagName(&#039;script&#039;)[0]; s.parentNode.insertBefore(ga, s); })();      Arthur GeffenAV Rated Firm by Martindale, Lawyers.com and LexisNexisRecognitionsTestimonialsTax SolutionsAdditional Legal ResourcesOrgan Donation &#8211; Recycle YourselfDigital Assets &#8230; Facebook, Linkedin, Google, etc at deathGreen FuneralsEstimated FeesTAX PITFALL FOR NON MANAGED LLC&#8217;SUse of Disclaimers in Estate PlanningDigital Assets &#8230; Facebook, Linkedin, Google, etc at deathFAQ &#8211; Estate Planning for Married Couples in 2011 and 2012Why Have a WillIntestacyFrequently Asked Questions About WillsFAQ – The Tax Act of 2010Arthur&#8217;s Q&amp;AGuides from various sections of the Texas Bar Association &amp; Various CountiesFAQ TrustsGlossary of Estate Planning TermsFAQ ProbateMyths about Living TrustsContact USBlogAdditional ResourcesA Modern Rabbi GeffenProcess ServersRabbi GeffenOur Wood Burning Brick OvenTechnology Rumblings -Both Hardware and SoftwareAn Old Website my Wife and I Created [...]</description>
		<content:encoded><![CDATA[<p>[...] Miles Wins Key Independent Contractor Case â€” The Miles Law Firm var showText=&#039;Read More &#039;;var hideText=&#039;Read Less &#039;; /* (function($) { $.fn.et_shortcodes_switcher = function(options) { var defaults = { slides: &#039;&gt;div&#039;, activeClass: &#039;active&#039;, linksNav: &#039;&#039;, findParent: true, //use parent elements to define active states lengthElement: &#039;li&#039;, //parent element, used only if findParent is set to true useArrows: false, arrowLeft: &#039;a#prev-arrow&#039;, arrowRight: &#039;a#next-arrow&#039;, auto: false, autoSpeed: 5000, slidePadding: &#039;&#039;, pauseOnHover: true, fx: &#039;fade&#039;, sliderType: &#039;&#039; }; var options = $.extend(defaults, options); return this.each(function() { var slidesContainer = jQuery(this).parent().css(&#039;position&#039;,&#039;relative&#039;), $slides = jQuery(this).css({&#039;overflow&#039;:&#039;hidden&#039;,&#039;position&#039;:&#039;relative&#039;}), $slide = $slides.find(options.slides).css({&#039;opacity&#039;:&#039;1&#039;,&#039;position&#039;:&#039;absolute&#039;,&#039;top&#039;:&#039;0px&#039;,&#039;left&#039;:&#039;0px&#039;,&#039;display&#039;:&#039;none&#039;}), slidesNum = $slide.length, zIndex = slidesNum, currentPosition = 1, slideHeight = 0, $activeSlide, $nextSlide; if (options.fx === &#039;slide&#039;) { $slide.css({&#039;opacity&#039;:&#039;0&#039;,&#039;position&#039;:&#039;absolute&#039;,&#039;top&#039;:&#039;0px&#039;,&#039;left&#039;:&#039;0px&#039;,&#039;display&#039;:&#039;block&#039;}); } else { $slide.filter(&#039;:first&#039;).css({&#039;display&#039;:&#039;block&#039;}); } if (options.slidePadding != &#039;&#039;) $slide.css(&#039;padding&#039;,options.slidePadding); $slide.each(function(){ jQuery(this).css(&#039;z-index&#039;,zIndex).addClass(&#039;clearfix&#039;); if (options.fx === &#039;slide&#039;) zIndex&#8211;; slideH = jQuery(this).innerHeight(); if (slideH &gt; slideHeight) slideHeight = slideH; }); $slides.css(&#039;height&#039;, slideHeight); $slides.css(&#039;width&#039;, $slides.width()); var slideWidth = $slide.width(), slideOuterWidth = $slide.outerWidth(); $slide.css(&#039;width&#039;,slideWidth); $slide.filter(&#039;:first&#039;).css(&#039;opacity&#039;,&#039;1&#039;); if (options.sliderType != &#039;&#039;) { if (options.sliderType === &#039;images&#039;) { controllersHtml = &#039;Previous&#039;; for ($i=1; $i currentPosition) gotoSlide(orderNum, 1); else gotoSlide(orderNum, -1); return false; }); } if (options.useArrows) { var $right_arrow = jQuery(options.arrowRight), $left_arrow = jQuery(options.arrowLeft); $right_arrow.click(function(){ if (currentPosition === slidesNum) gotoSlide(1,1); else gotoSlide(currentPosition+1),1; if (options.linksNav != &#039;&#039;) changeTab(); return false; }); $left_arrow.click(function(){ if (currentPosition === 1) gotoSlide(slidesNum,-1); else gotoSlide(currentPosition-1,-1); if (options.linksNav != &#039;&#039;) changeTab(); return false; }); } function changeTab(){ if (linkSwitcherTab != &#039;&#039;) { linkSwitcherTab.siblings().removeClass(&#039;active&#039;); linkSwitcherTab.filter(&#039;:eq(&#039;+(currentPosition-1)+&#039;)&#039;).addClass(&#039;active&#039;); } } function gotoSlide(slideNumber,dir){ if ($slide.filter(&#039;:animated&#039;).length) return; $slide.css(&#039;opacity&#039;,&#039;0&#039;); $activeSlide = $slide.filter(&#039;:eq(&#039;+(currentPosition-1)+&#039;)&#039;).css(&#039;opacity&#039;,&#039;1&#039;); if (currentPosition === slideNumber) return; $nextSlide = $slide.filter(&#039;:eq(&#039;+(slideNumber-1)+&#039;)&#039;).css(&#039;opacity&#039;,&#039;1&#039;); if ((currentPosition &gt; slideNumber || currentPosition === 1) &amp;&amp; (dir === -1)) { if (options.fx === &#039;slide&#039;) slideBack(500); if (options.fx === &#039;fade&#039;) slideFade(500); } else { if (options.fx === &#039;slide&#039;) slideForward(500); if (options.fx === &#039;fade&#039;) slideFade(500); } currentPosition = $nextSlide.prevAll().length + 1; if (options.linksNav != &#039;&#039;) changeTab(); if (typeof interval != &#039;undefined&#039; &amp;&amp; options.auto) { clearInterval(interval); auto_rotate(); } return false; } if (options.auto) { auto_rotate(); var pauseSlider = false; } if (options.pauseOnHover) { slidesContainer.hover(function(){ pauseSlider = true; },function(){ pauseSlider = false; }); } function auto_rotate(){ interval = setInterval(function(){ if (!pauseSlider) { if (currentPosition === slidesNum) gotoSlide(1,1); else gotoSlide(currentPosition+1),1; if (options.linksNav != &#039;&#039;) changeTab(); } },options.autoSpeed); } function slideForward(speed){ $nextSlide.css(&#039;left&#039;,slideOuterWidth+&#039;px&#039;); $activeSlide.animate({left: &#039;-&#039;+slideOuterWidth},speed); $nextSlide.animate({left: 0},speed); } function slideBack(speed){ $nextSlide.css(&#039;left&#039;,&#039;-&#039;+slideOuterWidth+&#039;px&#039;); $activeSlide.animate({left: slideOuterWidth},speed); $nextSlide.animate({left: 0},speed); } function slideFade(speed){ $activeSlide.css({zIndex: slidesNum}).fadeOut(700); $nextSlide.css({zIndex: (slidesNum+1)}).fadeIn(700); } }); } })(jQuery);  /////// Shortcodes Javascript /////// /// tooltip /// $et_tooltip = jQuery(&#039;.et-tooltip&#039;); $et_tooltip.live(&#039;mouseover mouseout&#039;, function(event){ if (event.type == &#039;mouseover&#039;) { jQuery(this).find(&#039;.et-tooltip-box&#039;).animate({ opacity: &#039;show&#039;, bottom: &#039;25px&#039; }, 300); } else { jQuery(this).find(&#039;.et-tooltip-box&#039;).animate({ opacity: &#039;hide&#039;, bottom: &#039;35px&#039; }, 300); } }); /// learn more /// $et_learn_more = jQuery(&#039;.et-learn-more .heading-more&#039;); $et_learn_more.live(&#039;click&#039;, function() { if ( jQuery(this).hasClass(&#039;open&#039;) ) jQuery(this).removeClass(&#039;open&#039;); else jQuery(this).addClass(&#039;open&#039;); jQuery(this).parent(&#039;.et-learn-more&#039;).find(&#039;.learn-more-content&#039;).animate({ opacity: &#039;toggle&#039;, height: &#039;toggle&#039; }, 300); }); ///*]]&gt;*/ ul.dropdown li.parent&gt;a{ padding-right:25px; } ul.dropdown li.parent&gt;a:after{ content:&quot;&quot;; position:absolute; top: 45%; right:6px;width:0;height:0; border-top:4px solid rgba(0,0,0,0.3);border-right:4px solid transparent;border-left:4px solid transparent } ul.dropdown li.parent:hover&gt;a:after{ content:&quot;&quot;;position:absolute; top: 45%; right:6px; width:0; height:0; border-top:4px solid rgba(0,0,0,0.4);border-right:4px solid transparent;border-left:4px solid transparent } ul.dropdown li li.parent&gt;a:after{ content:&quot;&quot;;position:absolute;top: 40%; right:5px;width:0;height:0; border-left:4px solid rgba(0,0,0,0.3);border-top:4px solid transparent;border-bottom:4px solid transparent } ul.dropdown li li.parent:hover&gt;a:after{ content:&quot;&quot;;position:absolute;top: 40%; right:5px;width:0;height:0; border-left:4px solid rgba(0,0,0,0.4);border-top:4px solid transparent;border-bottom:4px solid transparent }.broken_link, a.broken_link { text-decoration: line-through; } var analyticsFileTypes = [&#039;&#039;]; var analyticsEventTracking = &#039;enabled&#039;; var _gaq = _gaq || []; _gaq.push([&#039;_setAccount&#039;, &#039;UA-10382926-2&#039;]); _gaq.push([&#039;_trackPageview&#039;]); _gaq.push([&#039;_trackPageLoadTime&#039;]); (function() { var ga = document.createElement(&#039;script&#039;); ga.type = &#039;text/javascript&#039;; ga.async = true; ga.src = (&#039;https:&#039; == document.location.protocol ? &#039;<a href="https://ssl&#038;#039" rel="nofollow">https://ssl&#038;#039</a>; : &#039;<a href="http://www&#038;#039" rel="nofollow">http://www&#038;#039</a> <img src='http://www.milesfirm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  + &#039;.google-analytics.com/ga.js&#039;; var s = document.getElementsByTagName(&#039;script&#039;)[0]; s.parentNode.insertBefore(ga, s); })();      Arthur GeffenAV Rated Firm by Martindale, Lawyers.com and LexisNexisRecognitionsTestimonialsTax SolutionsAdditional Legal ResourcesOrgan Donation &#8211; Recycle YourselfDigital Assets &#8230; Facebook, Linkedin, Google, etc at deathGreen FuneralsEstimated FeesTAX PITFALL FOR NON MANAGED LLC&#8217;SUse of Disclaimers in Estate PlanningDigital Assets &#8230; Facebook, Linkedin, Google, etc at deathFAQ &#8211; Estate Planning for Married Couples in 2011 and 2012Why Have a WillIntestacyFrequently Asked Questions About WillsFAQ – The Tax Act of 2010Arthur&#8217;s Q&amp;AGuides from various sections of the Texas Bar Association &amp; Various CountiesFAQ TrustsGlossary of Estate Planning TermsFAQ ProbateMyths about Living TrustsContact USBlogAdditional ResourcesA Modern Rabbi GeffenProcess ServersRabbi GeffenOur Wood Burning Brick OvenTechnology Rumblings -Both Hardware and SoftwareAn Old Website my Wife and I Created [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LEGAL BULLETIN:  Dealer Wins Key Overtime Case by Carmax wages &#124; Golneatr</title>
		<link>http://www.milesfirm.com/2011/05/25/legal-bulletin-dealer-wins-key-overtime-case/comment-page-1/#comment-4</link>
		<dc:creator>Carmax wages &#124; Golneatr</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.milesfirm.com/?p=307#comment-4</guid>
		<description>[...] LEGAL BULLETIN: Dealer Wins Key Overtime Case &#8212; The Miles Law FirmMay 25, 2011 &#8230; The Court wrestled with the question of whether CarMax&#8217;s payments to the salesman of about $150 constituted commission wages &#8220;based &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] LEGAL BULLETIN: Dealer Wins Key Overtime Case &#8212; The Miles Law FirmMay 25, 2011 &#8230; The Court wrestled with the question of whether CarMax&#8217;s payments to the salesman of about $150 constituted commission wages &#8220;based &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LEGAL BULLETIN:  Two New Cases Impact Auto Dealers and Lenders by Automobile dealer bullitans &#124; Usgraphic</title>
		<link>http://www.milesfirm.com/2011/03/15/legal-bulletin-two-new-cases-impact-auto-dealers-and-lenders/comment-page-1/#comment-3</link>
		<dc:creator>Automobile dealer bullitans &#124; Usgraphic</dc:creator>
		<pubDate>Tue, 19 Jul 2011 03:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.milesfirm.com/?p=256#comment-3</guid>
		<description>[...] LEGAL BULLETIN: Two New Cases Impact Auto Dealers and Lenders &#8230;LEGAL BULLETIN: Two New Cases Impact Auto Dealers and Lenders. March 15 &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] LEGAL BULLETIN: Two New Cases Impact Auto Dealers and Lenders &#8230;LEGAL BULLETIN: Two New Cases Impact Auto Dealers and Lenders. March 15 &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LEGAL BULLETIN:  Two New Cases Impact Auto Dealers and Lenders by LEGAL BULLETIN: Two New Cases Impact Auto Dealers and Lenders &#8230; &#124; U.S. Justice Talk</title>
		<link>http://www.milesfirm.com/2011/03/15/legal-bulletin-two-new-cases-impact-auto-dealers-and-lenders/comment-page-1/#comment-2</link>
		<dc:creator>LEGAL BULLETIN: Two New Cases Impact Auto Dealers and Lenders &#8230; &#124; U.S. Justice Talk</dc:creator>
		<pubDate>Wed, 16 Mar 2011 06:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.milesfirm.com/?p=256#comment-2</guid>
		<description>[...] Christopher G. Hill posted about this interesting story. Here is a small section of the postTwo recent cases, one by California&#8217;s Court of Appeal and the other by the federal 9th Circuit Court of Appeal involving bankruptcy law, will be of interest to car dealers and lenders. &#8230; The dealership pays off the $3000 owed on the trade and puts it on the contract as “negative equity.” The deal goes out the door with the customer owing $13000. Two weeks later the customer files a Chapter 13 and schedules the plan to pay-off just the $10000, with the amount &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Christopher G. Hill posted about this interesting story. Here is a small section of the postTwo recent cases, one by California&#8217;s Court of Appeal and the other by the federal 9th Circuit Court of Appeal involving bankruptcy law, will be of interest to car dealers and lenders. &#8230; The dealership pays off the $3000 owed on the trade and puts it on the contract as “negative equity.” The deal goes out the door with the customer owing $13000. Two weeks later the customer files a Chapter 13 and schedules the plan to pay-off just the $10000, with the amount &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.milesfirm.com @ 2012-02-23 09:01:01 -->
