<?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>Not Just Another Internet Business Success Journey &#187; Freedom</title>
	<atom:link href="http://brendan-brewster.com/freedom/feed/" rel="self" type="application/rss+xml" />
	<link>http://brendan-brewster.com</link>
	<description>A full-on, serious, career change into the world of Internet-based business by someone who wants to ditch the 9-5 routine</description>
	<lastBuildDate>Wed, 26 May 2010 13:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
	<item>
		<title>Expelled! &#8211; No intelligence allowed</title>
		<link>http://brendan-brewster.com/expelled-no-intelligence-allowed/</link>
		<comments>http://brendan-brewster.com/expelled-no-intelligence-allowed/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 01:20:04 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://brendan-brewster.com/expelled-no-intelligence-allowed/</guid>
		<description><![CDATA[<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
I am really looking forward to an upcoming movie, Expelled. Rather than me tell you what I think it is about, here is the press release. Expelled is a very entertaining yet thought-provoking film that will shock anyone who thinks all scientists are free to follow the evidence wherever it may lead. As you are [...]


Related posts:<ol><li><a href='http://brendan-brewster.com/what-did-you-say/' rel='bookmark' title='Permanent Link: What did you say?'>What did you say?</a></li>
<li><a href='http://brendan-brewster.com/freedom-to-dance/' rel='bookmark' title='Permanent Link: Freedom to dance'>Freedom to dance</a></li>
</ol>]]></description>
		<wfw:commentRss>http://brendan-brewster.com/expelled-no-intelligence-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relax and your business will thrive</title>
		<link>http://brendan-brewster.com/relax-and-your-business-will-thrive/</link>
		<comments>http://brendan-brewster.com/relax-and-your-business-will-thrive/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 15:23:59 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Relationships]]></category>
		<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://brendan-brewster.com/relax-and-your-business-will-thrive/</guid>
		<description><![CDATA[<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
No matter how fast we run our lives, we all get the same 24 hours. We can fit no more in to those 24 hours by stressing about what needs to be done. In fact, stressing about it will often lead to less getting done. Take the time to relax now! Not later, not next [...]


Related posts:<ol><li><a href='http://brendan-brewster.com/living-for-the-moment/' rel='bookmark' title='Permanent Link: Living for the moment'>Living for the moment</a></li>
<li><a href='http://brendan-brewster.com/it-doesnt-all-have-to-be-done-today/' rel='bookmark' title='Permanent Link: It doesn&#8217;t all have to be done today'>It doesn&#8217;t all have to be done today</a></li>
<li><a href='http://brendan-brewster.com/the-tortoise-usually-wins-the-race/' rel='bookmark' title='Permanent Link: The tortoise usually wins the race'>The tortoise usually wins the race</a></li>
</ol>]]></description>
		<wfw:commentRss>http://brendan-brewster.com/relax-and-your-business-will-thrive/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Do something nice for someone else</title>
		<link>http://brendan-brewster.com/do-something-nice-for-someone-else/</link>
		<comments>http://brendan-brewster.com/do-something-nice-for-someone-else/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 04:30:28 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Relationships]]></category>
		<category><![CDATA[Self Improvement]]></category>
		<category><![CDATA[Wisdom]]></category>
		<category><![CDATA[pay it forward]]></category>
		<category><![CDATA[random act of kindness]]></category>

		<guid isPermaLink="false">http://brendan-brewster.com/do-something-nice-for-someone-else/</guid>
		<description><![CDATA[<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
Many of us will have seen, read or heard about this principle before. It has been called: pay it forward a random act of kindness blessing others Whatever our level of faith, doing something nice for someone else will often elevate our sense of peace and help develop feelings of goodwill. A more powerful aspect [...]


Related posts:<ol><li><a href='http://brendan-brewster.com/beyond-expectations/' rel='bookmark' title='Permanent Link: Beyond expectations'>Beyond expectations</a></li>
</ol>]]></description>
		<wfw:commentRss>http://brendan-brewster.com/do-something-nice-for-someone-else/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is your life purpose?</title>
		<link>http://brendan-brewster.com/what-is-your-life-purpose/</link>
		<comments>http://brendan-brewster.com/what-is-your-life-purpose/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 03:00:22 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Self Improvement]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://brendan-brewster.com/what-is-your-life-purpose/</guid>
		<description><![CDATA[<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       <h2>Can you spare a moment?</h2><br />
<strong>Busy?</strong> Click the "Ask me later" button and I will get back to you in a few minutes.<br /><br />
Want your own free copy of *product*? Sign up below and you'll be taken to your own personal download page.
    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(2, 
		      'm');
     }
     else 
     {
	this.suppress(7, 
		      'm');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again in a little while.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  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 = "aml_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 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

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

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

setTimeout('aml.show()', 7 * 1000);
</script>
How much value do you place on the things you do? What are they worth to you? The value you place on everything, including your own life, will determine how you spend your time each day. Each time we decide to spend time on an activity we are making a choice based on values. This [...]


Related posts:<ol><li><a href='http://brendan-brewster.com/are-you-always-tired/' rel='bookmark' title='Permanent Link: Are you always tired?'>Are you always tired?</a></li>
<li><a href='http://brendan-brewster.com/self-improvement-blog/' rel='bookmark' title='Permanent Link: Self improvement blog'>Self improvement blog</a></li>
<li><a href='http://brendan-brewster.com/pause-before-you-act-in-business-and-life/' rel='bookmark' title='Permanent Link: Pause before you act, in business and life'>Pause before you act, in business and life</a></li>
</ol>]]></description>
		<wfw:commentRss>http://brendan-brewster.com/what-is-your-life-purpose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
