<?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>Tue, 24 Jan 2012 17:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>Insomnia- Death from lack of sleep</title>
		<link>http://kingkoilmattresses.net/sleep-2/insomnia-death-lack-sleep/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=insomnia-death-lack-sleep</link>
		<comments>http://kingkoilmattresses.net/sleep-2/insomnia-death-lack-sleep/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 01:52:30 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[fiberfill]]></category>
		<category><![CDATA[restful night]]></category>
		<category><![CDATA[serta mattress]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[softness]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/insomnia-death-lack-sleep/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Insomnia-Death-from-lack-of-sleep.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Many Singaporeans are becoming more and more sleep-deprived but most of them do not know that having poor sleep will lead to many major health problem...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/insomnia-death-lack-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get More Sleep</title>
		<link>http://kingkoilmattresses.net/sleep-2/sleep-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sleep-6</link>
		<comments>http://kingkoilmattresses.net/sleep-2/sleep-6/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 01:52:29 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[fiberfill]]></category>
		<category><![CDATA[restful night]]></category>
		<category><![CDATA[serta mattress]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[softness]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/sleep-6/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Get-More-Sleep.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>SUBSCRIBE FOR WEEKLY NEW VIDEOS ABOUT YOUR HEALTHY ACTIVE LIFESTYLE - bit.ly &quot;LIKE&quot; US ON FACEBOOK -- on.fb.me WEBSITE: bit.ly GOOGLE PLUS -...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/sleep-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Family Guy Tom Tucker Try To Get Some Sleep Out There Fred Schneider B52&#8242;s Petergeist</title>
		<link>http://kingkoilmattresses.net/sleep-2/family-guy-tom-tucker-try-sleep-fred-schneider-b52-petergeist/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=family-guy-tom-tucker-try-sleep-fred-schneider-b52-petergeist</link>
		<comments>http://kingkoilmattresses.net/sleep-2/family-guy-tom-tucker-try-sleep-fred-schneider-b52-petergeist/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 16:52:19 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[Density]]></category>
		<category><![CDATA[king mattress]]></category>
		<category><![CDATA[memory review]]></category>
		<category><![CDATA[next morning]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/family-guy-tom-tucker-try-sleep-fred-schneider-b52-petergeist/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Family-Guy-Tom-Tucker-Try-To-Get-Some-Sleep-Out-There-Fred-Schneider-B52s-Petergeist.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Family Guy Tom Tucker Try To Get Some Sleep Out There Fred Schneider B52&#039;s Petergeist

Family Guy Tom Tucker Try To Get Some Sleep Out There Fred ...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/family-guy-tom-tucker-try-sleep-fred-schneider-b52-petergeist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Luxury Grand King 14 Inch Memory Foam Mattress Review</title>
		<link>http://kingkoilmattresses.net/mattres-reviews/luxury-grand-king-14-memory-foam-mattress-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=luxury-grand-king-14-memory-foam-mattress-review</link>
		<comments>http://kingkoilmattresses.net/mattres-reviews/luxury-grand-king-14-memory-foam-mattress-review/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 16:52:14 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[mattres reviews]]></category>
		<category><![CDATA[king mattress]]></category>
		<category><![CDATA[memory review]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/mattres-reviews/luxury-grand-king-14-memory-foam-mattress-review/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Luxury-Grand-King-14-Inch-Memory-Foam-Mattress-Review.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>www.best-mattressreviews.net</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/mattres-reviews/luxury-grand-king-14-memory-foam-mattress-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sleep Hollow Mx</title>
		<link>http://kingkoilmattresses.net/sleep-2/sleep-hollow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sleep-hollow</link>
		<comments>http://kingkoilmattresses.net/sleep-2/sleep-hollow/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 07:55:58 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[e book]]></category>
		<category><![CDATA[jazzy]]></category>
		<category><![CDATA[sleep apnea]]></category>
		<category><![CDATA[video editor]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/sleep-hollow/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Sleep-Hollow-Mx.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>This was shot in June 12 2011. Sorry for the really late upload, I have been having problems with the video. I finished around 6th place overall. I us...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/sleep-hollow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cure Your Speep Apnea Without CPAP</title>
		<link>http://kingkoilmattresses.net/sleep-2/cure-speep-apnea-cpap/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cure-speep-apnea-cpap</link>
		<comments>http://kingkoilmattresses.net/sleep-2/cure-speep-apnea-cpap/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 07:55:57 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[e book]]></category>
		<category><![CDATA[jazzy]]></category>
		<category><![CDATA[sleep apnea]]></category>
		<category><![CDATA[video editor]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/cure-speep-apnea-cpap/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Cure-Your-Speep-Apnea-Without-CPAP.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>www.tinyurl.com E-book that describes how you can solve your sleep apnea problems.</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/cure-speep-apnea-cpap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vlog Day 4 Jazzy sleeping problems</title>
		<link>http://kingkoilmattresses.net/sleep-2/vlog-day-4-jazzy-sleeping-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vlog-day-4-jazzy-sleeping-problems</link>
		<comments>http://kingkoilmattresses.net/sleep-2/vlog-day-4-jazzy-sleeping-problems/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 07:55:55 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[jazzy]]></category>
		<category><![CDATA[video editor]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/vlog-day-4-jazzy-sleeping-problems/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Vlog-Day-4-Jazzy-sleeping-problems.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>I created this video with the YouTube Video Editor (www.youtube.com</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/vlog-day-4-jazzy-sleeping-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need Better Sleep? Take Five With The Foundation</title>
		<link>http://kingkoilmattresses.net/sleep-2/need-better-sleep-take-foundation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=need-better-sleep-take-foundation</link>
		<comments>http://kingkoilmattresses.net/sleep-2/need-better-sleep-take-foundation/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 22:52:24 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[adults]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[insight]]></category>
		<category><![CDATA[shares]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/need-better-sleep-take-foundation/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Need-Better-Sleep-Take-Five-With-The-Foundation.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>Check out these great sleep tips for students AND adults. Five with the Foundation shares some great insight to help you get the rest you need and des...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/need-better-sleep-take-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citroen C4 + IKEA queen size mattress</title>
		<link>http://kingkoilmattresses.net/luxury-mattress/citroen-c4-queen-size-mattress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=citroen-c4-queen-size-mattress</link>
		<comments>http://kingkoilmattresses.net/luxury-mattress/citroen-c4-queen-size-mattress/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:52:54 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[luxury mattress]]></category>
		<category><![CDATA[bedding]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[l tyrosine]]></category>
		<category><![CDATA[mattress sale]]></category>
		<category><![CDATA[Santa Monica]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/luxury-mattress/citroen-c4-queen-size-mattress/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Citroen-C4-+-IKEA-queen-size-mattress.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>How to save on mattress transportation</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/luxury-mattress/citroen-c4-queen-size-mattress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 5 Supplements for Energy, Mood, Sleep, Fatigue and Memory</title>
		<link>http://kingkoilmattresses.net/sleep-2/top-5-supplements-energy-mood-sleep-fatigue-memory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-5-supplements-energy-mood-sleep-fatigue-memory</link>
		<comments>http://kingkoilmattresses.net/sleep-2/top-5-supplements-energy-mood-sleep-fatigue-memory/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:52:47 +0000</pubDate>
		<dc:creator>Admin123</dc:creator>
				<category><![CDATA[Sleep]]></category>
		<category><![CDATA[bedding]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[l tyrosine]]></category>
		<category><![CDATA[mattress sale]]></category>
		<category><![CDATA[Santa Monica]]></category>

		<guid isPermaLink="false">http://kingkoilmattresses.net/sleep-2/top-5-supplements-energy-mood-sleep-fatigue-memory/</guid>
		<description><![CDATA[<table><tr><td><img src='http://kingkoilmattresses.net/wp-content/uploads/2012/01/Top-5-Supplements-for-Energy-Mood-Sleep-Fatigue-and-Memory.jpg' style='border:2px solid #02478F; float:left;' width=66 height=66></a></td><td valign=top>We all have problems with energy, mood, sleep, fatigue and memory. Well, there are NATURAL ways to combat these problems instead of taking prescribed ...</td></tr></table>]]></description>
		<wfw:commentRss>http://kingkoilmattresses.net/sleep-2/top-5-supplements-energy-mood-sleep-fatigue-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

