<?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>Davidbeking.com &#187; Books</title>
	<atom:link href="http://davidbeking.com/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidbeking.com</link>
	<description>David King... Business, Marketing, Internet, Money. Inspiring Innovation. Elite Education. Mastering Marketing.</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://davidbeking.com</link>
<url>http://davidbeking.com/wp-content/mbp-favicon/5420_125372821897_125371816897_3000611_823528_n.jpg</url>
<title>Davidbeking.com</title>
</image>
		<item>
		<title>Get Rich Click Book Review</title>
		<link>http://davidbeking.com/get-rich-click/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/get-rich-click/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 20:13:19 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[get rich book]]></category>
		<category><![CDATA[get rich click book]]></category>
		<category><![CDATA[get rich click book review]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1575</guid>
		<description><![CDATA[Digg Digg Get rich click book review: Marc Ostrofsky did a great job writing this book. it&#8217;s one of the best online business/marketing books that I have ever read. If you are just getting started in internet business you need to read this book. He talks about everything from affiliate marketing to information marketing to [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://davidbeking.com/category/books/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share"  class="twitter-share-button" data-url="http://davidbeking.com/category/books/feed/" data-count="vertical" data-text="Books" data-via="davidbeking" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fcategory%2Fbooks%2Ffeed%2F&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fdavidbeking.com%2Fcategory%2Fbooks%2Ffeed%2F'></script></div><div style='clear:left'></div><div id='dd_name'><a href="http://www.diggdigg2u.com"  target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p><iframe width="515" height="349" src="http://www.youtube.com/embed/D0ver1OmB10?rel=0" frameborder="0" allowfullscreen></iframe><br />
<b>Get rich click book review</b>: Marc Ostrofsky did a great job writing this book. it&#8217;s one of the best online business/marketing books that I have ever read. If you are just getting started in internet business you need to read this book. He talks about everything from affiliate marketing to information marketing to wholesaling, dropshipping, adsense, ebay and everything in between. He also talks about marketing through content, articles, videos, social media and social networking as well as search engine optimization (seo), this book goes into a lot of depth and detail and I highly recommend it if you are looking to make money online whether part time or to replace your current income.</p>
<p>Please like, favorite, comment and share this video!</p>
<p>David King</p>
<p>P.S. This book is endorsed by jack canfield, marshal sylver, mark victor hansen, brian tracy, stephen covey, yanik silver, joel comm and many more!</p>
<p><a href="http://bit.ly/getrichclickbook" rel=nofollow >Click Here To Get Rich Click!</a> (The Book That is, you won&#8217;t get rich when you<a href="http://bit.ly/getrichclickbook" rel=nofollow > click here</a> but you will learn what you need in order to get rich using the power of the internet!)</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fget-rich-click%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/get-rich-click/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Think two products ahead book review @BenMack</title>
		<link>http://davidbeking.com/thinktwoproductsahead-book-review/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/thinktwoproductsahead-book-review/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 02:26:45 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[ben mack]]></category>
		<category><![CDATA[think 2 products ahead]]></category>
		<category><![CDATA[think two products ahead]]></category>
		<category><![CDATA[think two products ahead book]]></category>
		<category><![CDATA[think two products ahead book review]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1431</guid>
		<description><![CDATA[I just finished reading think two products ahead by Ben Mack. This guy is awesome and I learned a ton from the think two products ahead book! Not only is ben mack a fire eating magician but he is a world renowned branding and marketing strategist.  In his book think two products ahead I learned [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>I just finished reading <b>think two products ahead</b> by <a href="http://twitter.com/benmack" rel="nofollow" >Ben Mack</a>.  This guy is awesome and I learned a ton from the <i>think two products ahead</i> book!</p>
<p>Not only is ben mack a fire eating magician but he is a world renowned branding and marketing strategist.  In his book <u>think two products ahead</u> I learned a lot about branding and building a brand around my business that represents the brand essence of my brand.</p>
<h1>Think Two Products Ahead Is A Book That Will Take Your Business To The Next Level</h1>
<p>Your brand essence is the &#8220;brand consciousness&#8221; of your brand.  I have never been so brand-itized in my life but I realize I need to go back and really do the exercises and put all the pieces of the puzzle together.</p>
<p>In his book you will learn how to cultivate a brand essence that stirs your prospects at an emotional level.  Building a brand is about profits, it&#8217;s about bottom line profits.  Your brand is not your logo or image because those change over time and evolve.</p>
<p><a href="http://www.amazon.com/gp/product/0470055766?ie=UTF8&amp;tag=httpyougotcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470055766" rel="nofollow" ><img class="alignleft" title="Think Two Products Ahead Book Review" src="http://ecx.images-amazon.com/images/I/51Lz7dTKjCL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" alt="51Lz7dTKjCL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  Think two products ahead book review @BenMack" width="300" height="300" /></a></p>
<p>Your brand represents an emotional benefit and it allows for customer loyalty to come back and order again, and again and again!</p>
<p>There were many exercises in this book that are beneficial for any business owner that is serious about building a bigger brand, business and growing their profits.</p>
<p>In this book you will learn how to build your brand and how to change the perception of mass consciousness to form to the way you want your brand to be positioned.  Learning to think two products ahead will allow your business to grow and have a backend.</p>
<p>Branding is about building that perception that evokes multiple emotional benefits, in the book Ben shares companies and their brand essence and how they attract their target market with their brand essence.</p>
<p>When you build your brand essence around your business people pay attention and feel like your brand is for them.  They feel that your brand provides the solution to the problem that they have!</p>
<p>Then what happens is that they become a loyal customer for life and they spread your message to their family and friends and your brand keeps building and building because you have the right buyers and loyal customers to begin with.  Ben mack will teach you how to think two products ahead now and later.  If you only think two products ahead now you are only thinking three products ahead but when you see two products ahead in levels you are thinking multiple products ahead over and over again.</p>
<h2>If You Don&#8217;t Think Two Products Ahead Do So Now!</h2>
<p>I learned so much from this book, I understand branding, marketing and the perception of my business much better now than I ever have.</p>
<p>Ben mack truly knows what he&#8217;s talking about and you and your business will benefit greatly from this book.</p>
<h3>Think Two Products Ahead And Your Business Has To Grow&#8230;</h3>
<p>I highly recommend that you pick it up below!</p>
<p>David King</p>
<p>P.S. Here are some great quotes I got from the book!</p>
<p>&#8220;People will do anything for those who encourage their dreams, justify their failures, allay their fears, confirm their suspicions<br />
and help them throw rocks at their enemies.” &#8211; Blair Warren</p>
<p>“When an advertisement first appears, a man does not see it; the second time he notices it;<br />
the third time he reads it; the fourth he thinks about it; the f ifth he speaks to his wife about it;<br />
and the sixth or seventh time he is ready to purchase.”<br />
-P.T. Barnum</p>
<p>“When dealing with people, remember you are not dealing with creatures of logic, but with<br />
creatures of emotion, creatures bristling with prejudice and motivated by pride and vanity.”<br />
- Dale Carnegie</p>
<p>&#8220;We are what we repeatedly do. Excellence, then, is not an act, but a habit&#8221; &#8211; Aristotle</p>
<p>Please share this post and pick up the think two products ahead book!</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fthinktwoproductsahead-book-review%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/thinktwoproductsahead-book-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your First 100 Million Book Review &#8211; Dan Pena</title>
		<link>http://davidbeking.com/100-million-book-review-dan-pena/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/100-million-book-review-dan-pena/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 17:08:42 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[dan pena]]></category>
		<category><![CDATA[dan pena business training]]></category>
		<category><![CDATA[daniel pena]]></category>
		<category><![CDATA[your first 100 million]]></category>
		<category><![CDATA[your first 100 million book]]></category>
		<category><![CDATA[your first 100 million book review]]></category>
		<category><![CDATA[your first one hundred million]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1420</guid>
		<description><![CDATA[I just finished reading the book &#8220;Your first 100 Million&#8221; By: Dan Pena. I absolutely loved this book, this guys intensity and passion to help other succeed is extremely apparent and he give&#8217;s a lot of value in just this one book. The book shares with you what Dan has learned throughout his business career. [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>I just finished reading the book &#8220;<a href="http://0590bik6n9zo7k85e9u80v7uaq.hop.clickbank.net/?tid=BLOGP" rel="nofollow" ><b>Your first 100 Million</b></a>&#8221; By: Dan Pena.  I absolutely loved this book, this guys intensity and passion to help other succeed is extremely apparent and he give&#8217;s a lot of value in just this one book.</p>
<p>The book shares with you what Dan has learned throughout his business career.  Dan pena is a business builder and entrepreneur who has built multiple businesses and has even built up a $400 million dollar company.</p>
<h1>Your First 100 Million Will Open Your Eyes To The Bigger Business Deals You&#8217;ve Been Waiting For&#8230;</h1>
<p>His hunger for success and ability to share with you exactly what you need was awesome and that&#8217;s what I like about this book so much.</p>
<p>In this book Dan shares with you his timeless principles for success.  He shares with you first and foremost what type of person you need to be in order to be massively successful.</p>
<p>The type of person you are is important because you need to be the right person to run the right company to make millions&#8230; simple as that.</p>
<p>In Dan&#8217;s book he also shares with you how he get&#8217;s funding for new business ventures and how to go about the whole process.</p>
<p>He cover&#8217;s buying and selling businesses, how to run them, how to find and work with your dream team and a whole lot more.</p>
<p>He cover&#8217;s acquisitions and working with banks to fund your dream venture.</p>
<h2>If Your Looking To Build Your First 100 Million Dollar Business Learn From Someone Who Has Done It Before&#8230;</h2>
<p>This book was one of the most unique and high value business books i&#8217;ve ever read, You will grasp business and dealing at a larger level a little better after reading this book.</p>
<p>Once you apply what&#8217;s in this book you will grasp how to run your company and grow it quicker and leverage into acquiring other companies as well.</p>
<p>Dan has multiple training products on his website <a href="http://0590bik6n9zo7k85e9u80v7uaq.hop.clickbank.net/?tid=BLOGP" rel="nofollow" >here</a>.</p>
<h3>I have only just read &#8220;<a href="http://0590bik6n9zo7k85e9u80v7uaq.hop.clickbank.net/?tid=BLOGP" rel="nofollow" >Your first 100 million</a>&#8221; and I am sure I will go through more of his training as well.</h3>
<p>I highly recommend any of his training material if you are a serious entrepreneur that is looking to take a quantum leap in your business.</p>
<p>Please share this post and enjoy the rest of your day!</p>
<p>Take care <img src='http://davidbeking.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Your First 100 Million Book Review   Dan Pena" class='wp-smiley' title="Your First 100 Million Book Review   Dan Pena" /> </p>
<p>David King</p>
<p>P.S. Pick up <a href="http://0590bik6n9zo7k85e9u80v7uaq.hop.clickbank.net/?tid=BLOGP" rel="nofollow" ><i>Your first 100 Million</i></a>&#8220;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2F100-million-book-review-dan-pena%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/100-million-book-review-dan-pena/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scientific Advertising Book Review &#8211; Claude Hopkins</title>
		<link>http://davidbeking.com/scientific-advertising-book-reivew-claude-hopkins/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/scientific-advertising-book-reivew-claude-hopkins/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 21:29:18 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[book scientific advertising]]></category>
		<category><![CDATA[claude hopkins]]></category>
		<category><![CDATA[scientific advertising]]></category>
		<category><![CDATA[scientific advertising book]]></category>
		<category><![CDATA[scientific advertising book review]]></category>
		<category><![CDATA[scientific advertising claude hopkins]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1416</guid>
		<description><![CDATA[I just finished reading scientific advertising by claude hopkins. This was a short read but I loved it and got a lot out of it. Claude is one of the great advertising minds if you haven&#8217;t heard of him. Scientific advertising was a great reminder of why you are advertising and how you should and [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>I just finished reading <b>scientific advertising</b> by claude hopkins. This was a short read but I loved it and got a lot out of it.  Claude is one of the great advertising minds if you haven&#8217;t heard of him.</p>
<p><i>Scientific advertising</i> was a great reminder of why you are advertising and how you should and should not be advertising.  For example, one thing that I was reminded of was to sell the solution and not the prevention to the problem.</p>
<h1>Scientific Advertising Is Science So Apply It And Watch Your Business Grow.</h1>
<p>Over and over I have had to be reminded of this because I tend to think preventatively in my own life and I need to understand that most people don&#8217;t.  When it comes to health and money I am always thinking about being prepared beforehand.</p>
<p>Most people though are caught solving a problem then instead of facing the challenge in the first place.</p>
<p>One golden nugget that I got from the book was this:</p>
<h2>&#8220;The difference between scientific advertising and personal salesmanship lies largely in personal contact.&#8221;</h2>
<p>Advertising and marketing is salesmanship, it&#8217;s selling on a larger scale&#8230; that&#8217;s the only difference.</p>
<p>From this lesson you need to learn to keep your <u>scientific advertising</u> and marketing personalized even if it&#8217;s not a one on one thing because people respond to people and relationships and not to big corporations.</p>
<p>Another golden nugget I got was this:</p>
<p>One man said, “Try the horse for a week. If my claims are not true, come back for your money.” The other man also said, “Try the horse for a week.” But he added, “Come and pay me then.” I naturally bought the second man’s horse.”</p>
<p>If you can make your offer even more irresistible by letting them try it out for free beforehand you will be able to move the free line and get more people to try it and a larger amount of them would stick and buy as opposed to just selling your product or service.</p>
<p>Moving the free line not only get&#8217;s more people to bite the bait but it shows a confidence in your product or service that transfers to them.</p>
<p>And yet another golden nugget that I got was:</p>
<h3>In Scientific Advertising the product itself should be its own best salesman. Not the product alone, but the product plus a mental impression, and atmosphere, which you place around it.</h3>
<p>What I got from this was that it&#8217;s not just about the product but it&#8217;s about the perception of the product and the environment of the product.</p>
<p>Your product is more than your product, your product is your product positioned in a specific environment with a specific benefit.  The more you can zone in on the clarity of the awesomeness of your product the more people will take you up on your offer.<br />
<a rel="nofollow" href="http://www.amazon.com/gp/product/1607962365?ie=UTF8&amp;tag=httpyougotcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1607962365" rel=nofollow ><img class="alignleft" title="Scientific advertising" src="http://ecx.images-amazon.com/images/I/41bdb7mmETL._SL500_AA300_.jpg" alt="41bdb7mmETL. SL500 AA300  Scientific Advertising Book Review   Claude Hopkins " width="300" height="300" /></a></p>
<p>This last golden nugget I would say is the golden rule of marketing:</p>
<p>&#8220;Your object in all advertising is to buy new customers at a price which pays a profit.&#8221;</p>
<p>That&#8217;s all advertising is, that&#8217;s all it&#8217;s scientific advertising is supposed to do.  Be sure to track where your marketing dollars are going and make sure it is profitable.  If it is profitable keep it and if not scrap it.</p>
<p>Only continue to spend money on profitable campaigns and profitable advertising methods.</p>
<p>You may find that ppc advertising works best for you to your offer, you may find that seo works best for your offer.  You may find that banner ads work best for your offer.  Whatever works best for your offer keep doing it and don&#8217;t stray into ineffective methods!</p>
<p>I highly recommend you pick up scientific advertising, it is a valuable read!</p>
<p>David King</p>
<p>P.S. Click the link below to read more and pick scientific advertising up! <img src='http://davidbeking.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Scientific Advertising Book Review   Claude Hopkins " class='wp-smiley' title="Scientific Advertising Book Review   Claude Hopkins " /> </p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=httpyougotcom-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=1607962365&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fscientific-advertising-book-reivew-claude-hopkins%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/scientific-advertising-book-reivew-claude-hopkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

