<?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>King Koil Mattresses</title>
	<atom:link href="http://kingkoilmattresses.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://kingkoilmattresses.net</link>
	<description>Your source to finding the best deals on King Koil Mattresses</description>
	<lastBuildDate>Sat, 19 May 2012 09:36:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<div id="aob_cover"></div>
<div id="aob_center">

  <div id="aob_position">
    <div id="aob">
      <p id="aob_offer">
         <table
 style="text-align: left; margin-left: auto; margin-right: auto; width: 880px; height: 450px;"
 border="0" cellpadding="10" cellspacing="5">
  <tbody>
    <tr>
      <td>
      <p align="left"><img
 src="http://sleepwellandtight.com/images/dear.jpg" border="0"></p>
      <ul>
        <img src="http://sleepwellandtight.com/images/cant-sleep.jpg"
 title="you can't sleep" alt="can't sleep"
 class="blankright" border="0">
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1">Do you <strong>feel
tired</strong> when you wake up? </font></li>
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1">Do you feel
that you <strong>don’t have energy</strong>? </font></li>
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1">Are under
constant <strong>stress</strong>? </font></li>
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1">Do you have <strong>problems
falling asleep</strong>? </font></li>
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1"><strong>The
quality of your sleep</strong> doesn’t satisfy you? </font></li>
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1">Do you feel
that you simply <strong>can’t rest properly</strong>? </font></li>
        <li style="color: rgb(204, 0, 0); font-family: Arial Narrow;"><font
 size="+1">Have you become
an <strong>insomniac</strong>?</font></li>
        <ul style="width: 276px;">
        </ul>
      </ul>
      </td>
      <td>
      <ul>
        <li><font style="font-weight: normal;" size="+1"><span
 style="font-family: Arial Narrow;">Do you want to <span
 style="font-weight: bold;">sleep
better</span>? </span></font></li>
        <li style="font-family: Arial Narrow;"><font
 size="+1">Do
you want to <span style="font-weight: bold;">feel rested
and refreshed</span> when you wake up?</font></li>
        <li style="font-family: Arial Narrow;"><font
 size="+1"> Do
you want to <span style="font-weight: bold;">feel less
stressed</span>? </font></li>
        <li style="font-family: Arial Narrow;"><font
 size="+1"> Do
you want to <span style="font-weight: bold;">have more
energy</span>? </font></li>
        <li style="font-family: Arial Narrow;"><font
 size="+1"> Do
you want to <span style="font-weight: bold;">stop being
an insomniac</span>?</font></li>
      </ul>
      <p style="text-align: left;"><img
 src="http://sleepwellandtight.com/images/better-sleep.jpg"
 title="Sleeping Better" alt="better sleep"
 class="blankright" border="0"></p>
      </td>
    </tr>
  </tbody>
</table>
<h3
 style="text-align: center; font-family: AcmeFont; color: rgb(0, 153, 0);"><a
 target="_blank"
 href="http://prrvg.com/download/SLEEP_WELL_AND_TIGHT_ExitKKM"><small><font
 size="+3"><small>Yes I want to SLEEP WELL and TIGHT!
Each and Every Night...</small></font></small></a><br>
<span style="font-family: Arial Narrow;">Opens up in new
window</span></h3>      </p>
      <p id="aob_buttons">
        <a href="#" onclick="aob.onNoThanks()">
          No thanks...           </a>
        &nbsp;
        <a href="#" onclick="aob.onReminder()">
          or better ask me again in 2 minutes...        </a>
      </p>
    </div>
  </div>

</div>

<script type="text/javascript">

var closeButton = '<p><a href="#" onclick="aob.onClose()">close</a></p>';

var aob = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aob").slideDown('fast');
        jQuery("#aob_cover").css({opacity: 0}).show().animate({opacity:0.80});

     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     this.onClose();
  },
  
  onReminder: function()
  {
     var firstTime = (document.cookie.indexOf("aob_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(6, 
		      'm');
     }
     else 
     {
	this.suppress(2, 
		      'm');
     }


  this.onClose();

  },



  onClose: function()
  {
     jQuery("#aob").fadeOut();
     jQuery("#aob_cover").animate({opacity:0.0},function(){jQuery(this).hide();});
  },


  suppress: function(delay, unit)
  {
     // now set cookie:

     var h = (unit == 'h') ? delay : 0;
     var m = (unit == 'm') ? delay : 0;
     var s = (unit == 's') ? delay : 0;
     var now = new Date().getTime();

     var date1 = new Date(now + (h*60*60*1000) + (m*60*1000) + (s*1000));
     var newCookie = "aob_suppress=true; expires=" + date1.toGMTString() + "; path=/";
     document.cookie = newCookie;

     // second cookie (10 years)
     // because the initial and subsequent delays may be different
     var date2 = new Date(now + (10*365*24*60*60*1000));
     var newCookie2 = "aob_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

  suppressed: function()
  {
     return document.cookie.indexOf("aob_suppress=true") > -1;
  },

  // debug function:
  eraseCookie: function()
  {
     this.suppress(-1,0); // expire 1 day ago
     alert("cookie expired. hit refresh");
  }
};

setTimeout('aob.show()', 5 * 1000);
</script>
	<item>
		<title>Hilton Furniture BIG Mattress Clearance Sale</title>
		<link>http://kingkoilmattresses.net/mattresses-for-sale/hilton-furniture-big-mattress-clearance-sale/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hilton-furniture-big-mattress-clearance-sale</link>
		<comments>http://kingkoilmattresses.net/mattresses-for-sale/hilton-furniture-big-mattress-clearance-sale/#comments</comments>
		<pubDate>Sat, 19 May 2012 09:36:24 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[mattresses for sale]]></category>
		<category><![CDATA[clearance sale]]></category>
		<category><![CDATA[furniture sale]]></category>
		<category><![CDATA[mattress sale]]></category>
		<category><![CDATA[Mattresses]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/mattresses-for-sale/hilton-furniture-big-mattress-clearance-sale/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Hilton-Furniture-BIG-Mattress-Clearance-Sale.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Hilton Furniture and Mattress BIG Mattress Clearance Sale! Mattresses starting at $99!</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/mattresses-for-sale/hilton-furniture-big-mattress-clearance-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insights from an Autistic: Insomnia &amp; Sleep Problems</title>
		<link>http://kingkoilmattresses.net/sleep-2/insights-autistic-insomnia-sleep-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=insights-autistic-insomnia-sleep-problems</link>
		<comments>http://kingkoilmattresses.net/sleep-2/insights-autistic-insomnia-sleep-problems/#comments</comments>
		<pubDate>Sat, 19 May 2012 00:36:54 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[insights]]></category>
		<category><![CDATA[Insomnia]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[sleep problems]]></category>
		<category><![CDATA[website www]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/insights-autistic-insomnia-sleep-problems/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Insights-from-an-Autistic-Insomnia-Sleep-Problems.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Insights from an Autistic: Insomnia &amp; Sleep Problems

Please visit my website www.empowerautismnow.com</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/insights-autistic-insomnia-sleep-problems/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tempur-pedic Sale at Mattress King Billings</title>
		<link>http://kingkoilmattresses.net/king-koil-mattress-prices/tempur-pedic-sale-mattress-king-billings/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tempur-pedic-sale-mattress-king-billings</link>
		<comments>http://kingkoilmattresses.net/king-koil-mattress-prices/tempur-pedic-sale-mattress-king-billings/#comments</comments>
		<pubDate>Fri, 18 May 2012 15:36:33 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[king koil mattress prices]]></category>
		<category><![CDATA[Mattress King]]></category>
		<category><![CDATA[mattress sale]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/king-koil-mattress-prices/tempur-pedic-sale-mattress-king-billings/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Tempur-pedic-Sale-at-Mattress-King-Billings.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>May 2012 Sale! Stop by our two Billings locations to save on your new Tempur-pedic mattress set. www.MattressKingMt.com</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/king-koil-mattress-prices/tempur-pedic-sale-mattress-king-billings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 ROADTREK Adventurous-RS Mercedes Luxury Van B Class Motorhome FOR SALE in NOVA SCOTIA</title>
		<link>http://kingkoilmattresses.net/luxury-mattress/2011-roadtrek-adventurous-rs-mercedes-luxury-van-class-motorhome-sale-nova-scotia/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2011-roadtrek-adventurous-rs-mercedes-luxury-van-class-motorhome-sale-nova-scotia</link>
		<comments>http://kingkoilmattresses.net/luxury-mattress/2011-roadtrek-adventurous-rs-mercedes-luxury-van-class-motorhome-sale-nova-scotia/#comments</comments>
		<pubDate>Fri, 18 May 2012 06:37:01 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[luxury mattress]]></category>
		<category><![CDATA[luxury van]]></category>
		<category><![CDATA[new mercedes]]></category>
		<category><![CDATA[nova scotia]]></category>
		<category><![CDATA[roadtrek]]></category>
		<category><![CDATA[sympatico ca]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/luxury-mattress/2011-roadtrek-adventurous-rs-mercedes-luxury-van-class-motorhome-sale-nova-scotia/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/2011-ROADTREK-Adventurous-RS-Mercedes-Luxury-Van-B-Class-Motorhome-FOR-SALE-in-NOVA-SCOTIA.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Contact: BEN WATSON Cell: 902-956-8338 BenWatson@ns.sympatico.ca Please cointact me to place an Order for a NEW MERCEDES ROADTREK ADVENTUROUS Contact ...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/luxury-mattress/2011-roadtrek-adventurous-rs-mercedes-luxury-van-class-motorhome-sale-nova-scotia/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sound Asleep Microfibre Sprung Cot/Cotbed Mattress &#8211; Kiddicare</title>
		<link>http://kingkoilmattresses.net/luxury-mattress/sound-asleep-microfibre-sprung-cotbed-mattress-kiddicare/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sound-asleep-microfibre-sprung-cotbed-mattress-kiddicare</link>
		<comments>http://kingkoilmattresses.net/luxury-mattress/sound-asleep-microfibre-sprung-cotbed-mattress-kiddicare/#comments</comments>
		<pubDate>Thu, 17 May 2012 21:36:00 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[luxury mattress]]></category>
		<category><![CDATA[coil spring]]></category>
		<category><![CDATA[dust mite]]></category>
		<category><![CDATA[foot position]]></category>
		<category><![CDATA[micro fibre]]></category>
		<category><![CDATA[spring unit]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/luxury-mattress/sound-asleep-microfibre-sprung-cotbed-mattress-kiddicare/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Sound-Asleep-Microfibre-Sprung-CotCotbed-Mattress-Kiddicare.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>See this now on Kiddicare.tv kiddicare.tv - We won&#039;t be beaten on price. Sound Asleep Microfibre Sprung Cot/Cotbed Mattress Description Manufactur...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/luxury-mattress/sound-asleep-microfibre-sprung-cotbed-mattress-kiddicare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DFW Furniture Vibrant vs Energy Mattress Review</title>
		<link>http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-vibrant-vs-energy-mattress-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dfw-furniture-vibrant-vs-energy-mattress-review</link>
		<comments>http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-vibrant-vs-energy-mattress-review/#comments</comments>
		<pubDate>Thu, 17 May 2012 12:37:10 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[mattres reviews]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[dfwfurniture]]></category>
		<category><![CDATA[energy series]]></category>
		<category><![CDATA[furniture]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-vibrant-vs-energy-mattress-review/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/DFW-Furniture-Vibrant-vs-Energy-Mattress-Review.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Andrew (DFW) and Brandon (Carolina Mattress Guild) discuss the differences between the Vibrant Series and the Energy Series. For more information visi...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-vibrant-vs-energy-mattress-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validación king koil</title>
		<link>http://kingkoilmattresses.net/king-koil-mattress-reviews/validacio-king-koil/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=validacio-king-koil</link>
		<comments>http://kingkoilmattresses.net/king-koil-mattress-reviews/validacio-king-koil/#comments</comments>
		<pubDate>Thu, 17 May 2012 03:36:01 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[king koil mattress reviews]]></category>
		<category><![CDATA[king koil]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/king-koil-mattress-reviews/validacio-king-koil/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Validación-king-koil.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>validacio&#769;n king koil</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/king-koil-mattress-reviews/validacio-king-koil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DFW Furniture Town and Country Mattress Review</title>
		<link>http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-town-country-mattress-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dfw-furniture-town-country-mattress-review</link>
		<comments>http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-town-country-mattress-review/#comments</comments>
		<pubDate>Wed, 16 May 2012 18:37:05 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[mattres reviews]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[dfwfurniture]]></category>
		<category><![CDATA[furniture]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-town-country-mattress-review/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/DFW-Furniture-Town-and-Country-Mattress-Review.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>www.dfwfurniture.com Andrew (DFW) and Brandon (Carolina Mattress Guild) discuss the Town and Country Series from Carolina Mattress Guild. For more inf...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/mattres-reviews/dfw-furniture-town-country-mattress-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bachpan &#8211; Sleeping Disorder And Excessive Crying &#8211; Tips For New Parents &#8211; Expert Parenting Advice</title>
		<link>http://kingkoilmattresses.net/sleep-2/bachpan-sleeping-disorder-excessive-crying-tips-parents-expert-parenting-advice/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bachpan-sleeping-disorder-excessive-crying-tips-parents-expert-parenting-advice</link>
		<comments>http://kingkoilmattresses.net/sleep-2/bachpan-sleeping-disorder-excessive-crying-tips-parents-expert-parenting-advice/#comments</comments>
		<pubDate>Wed, 16 May 2012 09:35:12 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[babies]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/bachpan-sleeping-disorder-excessive-crying-tips-parents-expert-parenting-advice/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Bachpan-Sleeping-Disorder-And-Excessive-Crying-Tips-For-New-Parents-Expert-Parenting-Advice.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Watch this informative video that is a practical guide to handle babies when they cry in excess and do not sleep properly. For Daily Updates and Fun S...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/bachpan-sleeping-disorder-excessive-crying-tips-parents-expert-parenting-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sleeping Giant &#8211; Battleship USS North Carolina (BB-55)</title>
		<link>http://kingkoilmattresses.net/sleep-2/sleeping-giant-battleship-uss-north-carolina-55/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sleeping-giant-battleship-uss-north-carolina-55</link>
		<comments>http://kingkoilmattresses.net/sleep-2/sleeping-giant-battleship-uss-north-carolina-55/#comments</comments>
		<pubDate>Wed, 16 May 2012 00:38:09 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/sleeping-giant-battleship-uss-north-carolina-55/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/05/Sleeping-Giant-Battleship-USS-North-Carolina-BB-55.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Dedicated to the USS North Carolina (BB-55), affectionately known as &quot;The Showboat&quot;. More importantly we both honor and remember the heroes ...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/sleeping-giant-battleship-uss-north-carolina-55/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

