<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>Annie and Burl Live! | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://annieburltalk.com/"></base>
  <link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://annieburltalk.com/index.php?id=11" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">var MODX_MEDIA_PATH = "media";</script>
<link rel="stylesheet" type="text/css" href="/assets/snippets/jot/templates/jot.css" />
	<script type="text/javascript" src="assets/snippets/AjaxSearch/AjaxSearch.js"></script>
	<script type="text/javascript">
		<!--
		stripHtml = 1;
		stripSnip = 1;
		stripSnippets = 1;
		useAllWords = 0;
		searchStyle = 'partial';
		minChars = 4;
		maxResults = 6;
		showMoreResults = 1;
		moreResultsPage = 8;
		as_language = 'english'
		extract = 0;
		liveSearch = 0;
		docgrp = '';
		highlightResult = 1;
		-->
	</script>
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">Annie and Burl Live!</h1>
          <div id="sidebar">
            <h2>News:</h2>
            <strong><a href="index.php?id=218" title="Rob Benedict and Louden Swain">Rob Benedict and Louden Swain</a></strong><br /><strong>by Burl</strong><br />
CW Network Supernatural star Rob Benedict and Louden Swain<br /><br /><strong><a href="index.php?id=217" title="Happy Memorial Day Weekend">Happy Memorial Day Weekend</a></strong><br /><strong>by Burl</strong><br />
Remember the Troops<br /><br /><strong><a href="index.php?id=215" title="Sig Hansen of Discovery Channel's Deadliest Catch LIVE on Wednesday, April 7 at 10pm ET">Sig Hansen of Discovery Channel's Deadliest Catch LIVE on Wednesday, April 7 at 10pm ET</a></strong><br /><strong>by Burl</strong><br />
Famed captain to talk about his new book, the upcoming season six debut, and being a family on the Bering Sea<br /><br /><strong><a href="index.php?id=213" title="ABL To Promote Responsible Celebration With 2nd Annual Drunk Show">ABL To Promote Responsible Celebration With 2nd Annual Drunk Show</a></strong><br /><strong>by Burl</strong><br />
Live broadcast to air March 13, 2010 at 10pm ET<br /><br /><strong><a href="index.php?id=206" title="Adam Andrzejewski, IL GOP Gubernatorial Candidate">Adam Andrzejewski, IL GOP Gubernatorial Candidate</a></strong><br /><strong>by Burl</strong><br />
Front running candidate to appear live on January 30<br /><br />
            <hr />
            <div id="sidebarlogin"><h2>Login:</h2>
    <script type="text/JavaScript">

        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/index.php?id=11"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="register"><a href="http://www.annieburltalk.com/index.php?id=5">Register</a></label>
        <label for="username">Username: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
        <a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/index.php?id=11">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div><hr />
            
            <h2>Blogs:</h2>
            <strong><a href="index.php?id=202" title="Drum Corps Has Equipment Stolen">Drum Corps Has Equipment Stolen</a></strong><br /><strong>by Burl</strong><br />
What happened and how to help<br /><br /><strong><a href="index.php?id=201" title="An Unconventional Mother's Day">An Unconventional Mother's Day</a></strong><br /><strong>by Annie</strong><br />
An Unconventional Mother's Day<br /><br /><strong><a href="index.php?id=197" title="Rev. RockDog on Drinking">Rev. RockDog on Drinking</a></strong><br /><strong>by RockDog</strong><br />
Rev. RockDog on Drinking<br /><br />
          <hr />
            <div id="side_ad">
              <!--/* OpenX Javascript Tag v2.8.4 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *   'http://www.annieburltalk.com/openx/www/delivery/...'
  * to
  *   'https://www.annieburltalk.com/openx/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://www.annieburltalk.com/openx/www/delivery/ajs.php':'http://www.annieburltalk.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=3&amp;blockcampaign=1");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://www.annieburltalk.com/openx/www/delivery/ck.php?n=a5827033&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.annieburltalk.com/openx/www/delivery/avw.php?zoneid=3&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a5827033' border='0' alt='' /></a></noscript>

            </div>

          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div id="top-ad">
               <!--/* OpenX Javascript Tag v2.8.4 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *   'http://www.annieburltalk.com/openx/www/delivery/...'
  * to
  *   'https://www.annieburltalk.com/openx/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://www.annieburltalk.com/openx/www/delivery/ajs.php':'http://www.annieburltalk.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=1&amp;block=1&amp;blockcampaign=1");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://www.annieburltalk.com/openx/www/delivery/ck.php?n=a75bba62&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.annieburltalk.com/openx/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a75bba62' border='0' alt='' /></a></noscript>

            </div> <!-- close #top-ad -->
            <div class="post">
              <h2>Annie and Burl Live! RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://annieburltalk.com/index.php?id=11</link>
			<description></description>
			<language>en</language>
			<copyright>Annie and Burl Live! 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>Rev. RockDog's Blog</title>
				<link>http://annieburltalk.com/index.php?id=87</link>
				<description><![CDATA[ <div class="ditto_summaryPost">
  <h3><a href="index.php?id=197" title="Rev. RockDog on Drinking">Rev. RockDog on Drinking</a></h3>
  <div class="ditto_info" >By <strong>RockDog</strong> on 15-Mar-09 13:22. <a  href="index.php?id=197#commentsAnchor">Comments
  (194)</a></div><div class="ditto_tags">Tags: None</div>
  Before I even start this I want to make it clear that everyone who knows me also knows that I am no angel and that I have done more than my fair share of drinking. This more of an informative post. I'm not preaching; simply sharing.
  <p class="ditto_link"><a href="index.php?id=197" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=191" title="The Rev. RockDog prequel">The Rev. RockDog prequel</a></h3>
  <div class="ditto_info" >By <strong>RockDog</strong> on 23-Jan-09 23:41. <a  href="index.php?id=191#commentsAnchor">Comments
  (83)</a></div><div class="ditto_tags">Tags: None</div>
  <p class="MsoNormal" style="margin-bottom: 0pt">
This really isn&rsquo;t so much a &ldquo;Prequel&rdquo; to anything. I really just liked the word and wanted to use it. Instead I&rsquo;ve taken the time from my busy schedule of researching porn snobbery and amassing a wealth of lube to share with you the Saga of Rev. RockDog.</p>
  <p class="ditto_link"><a href="index.php?id=191" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=190" title="Ahoy & Welcome!">Ahoy & Welcome!</a></h3>
  <div class="ditto_info" >By <strong>RockDog</strong> on 11-Jan-09 18:55. <a  href="index.php?id=190#commentsAnchor">Comments
  (1435)</a></div><div class="ditto_tags">Tags: None</div>
  The New Year is in full gear. The show is moving forward with great momentum. There are new listeners everywhere messing up our lawn with their empty beer bottle and worse. What else is new?
  <p class="ditto_link"><a href="index.php?id=190" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=186" title="Behind The Scenes">Behind The Scenes</a></h3>
  <div class="ditto_info" >By <strong>RockDog</strong> on 30-Nov-08 08:07. <a  href="index.php?id=186#commentsAnchor">Comments
  (2)</a></div><div class="ditto_tags">Tags: None</div>
  What exactly goes on behind the scenes at the Annie & Burl Live show? I don't know, but I can assume general debauchery is the theme...
  <p class="ditto_link"><a href="index.php?id=186" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=154" title="BurlRock in '08 : Time For a Change">BurlRock in '08 : Time For a Change</a></h3>
  <div class="ditto_info" >By <strong>RockDog</strong> on 26-Aug-08 14:47. <a  href="index.php?id=154#commentsAnchor">Comments
  (4)</a></div><div class="ditto_tags">Tags: None</div>
  BurlRock is unique in so many ways. For starters the whole &quot;Co-President&quot; thing really gives us an extreme advantage.
  <p class="ditto_link"><a href="index.php?id=154" title="Read more...">Read more...</a></p>
</div>
Showing 1 - 5 of 17 Articles
<span class='ditto_off'>&lt; Previous</span> <span class="ditto_currentpage">1</span><a class="ditto_page" href='/index.php?id=11&amp;amp;start=5'>2</a><a class="ditto_page" href='/index.php?id=11&amp;amp;start=10'>3</a><a class="ditto_page" href='/index.php?id=11&amp;amp;start=15'>4</a> <a href='/index.php?id=11&amp;amp;start=5'>Next &gt;</a>
The Ditto object is invalid. Please check it.></description>
				<pubDate>Fri, 18 Apr 2008 14:17:53 -0700</pubDate>
				<guid isPermaLink="false">http://annieburltalk.com/index.php?id=87</guid>
				<dc:creator>Travis Hill</dc:creator>
				None
			</item>
		
			<item>
				<title>Newsletter Signup</title>
				<link>http://annieburltalk.com/index.php?id=69</link>
				<description><![CDATA[ 
	<script type="text/javascript">
	function validate_email(field,alerttxt)
	{
	with (field)
	{
	apos=value.indexOf("@")
	dotpos=value.lastIndexOf(".")
	if (apos<1||dotpos-apos<2) 
	  {alert(alerttxt);return false}
	else {return true}
	}
	}

	function validate_form(thisform)
	{
	with (thisform)
	{
	if (validate_email(email,"The e-mail you typed is not valid. Please try again.")==false)
	  {email.focus();return false}
	}
	}
	</script>
	<table>
	<tr>
	<td><b>Please input your name and e-mail to subscribe or unscubscribe our newsletter:</b></td>
	</tr><tr>
	<td><form action="" onsubmit="return validate_form(this);" method="post">
	First name<br />
	<input type="text" name="firstname" size="50" maxlength="50"><br />
	Last name<br />
	<input type="text" name="lastname" size="50" maxlength="50"><br />
	e-mail<br />
	<input type="text" name="email" size="50" maxlength="50"><br />
	<input type="hidden" name="op" value="set">
	<input type="radio" name="option" value="subscribe" CHECKED>Subscribe
	<input type="radio" name="option" value="unsubscribe">unsubscribe&nbsp;&nbsp;&nbsp;
	<input type="submit" value="Submit" >
	</form>
	</td>
	</tr>
	</table> ]]></description>
				<pubDate>Thu, 10 Apr 2008 13:57:13 -0700</pubDate>
				<guid isPermaLink="false">http://annieburltalk.com/index.php?id=69</guid>
				<dc:creator>Travis Hill</dc:creator>
				None
			</item>
		
			<item>
				<title>News</title>
				<link>http://annieburltalk.com/index.php?id=59</link>
				<description><![CDATA[ <div class="ditto_summaryPost">
  <h3><a href="index.php?id=218" title="Rob Benedict and Louden Swain">Rob Benedict and Louden Swain</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 13-Jun-10 22:47. <a  href="index.php?id=218#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  Supernatural's Rob Benedict and his band Louden Swain join A&B Wednesday, June 16 at 10pm ET  
http://is.gd/cOlw9
  <p class="ditto_link"><a href="index.php?id=218" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=217" title="Happy Memorial Day Weekend">Happy Memorial Day Weekend</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 28-May-10 22:33. <a  href="index.php?id=217#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  Memorial Day Weekend Schedule
Remember the Troops
  <p class="ditto_link"><a href="index.php?id=217" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=215" title="Sig Hansen of Discovery Channel's Deadliest Catch LIVE on Wednesday, April 7 at 10pm ET">Sig Hansen of Discovery Channel's Deadliest Catch LIVE on Wednesday, April 7 at 10pm ET</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 04-Apr-10 23:01. <a  href="index.php?id=215#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  Sig Hansen has been a star of the Discovery Channel’s “Deadliest Catch from the pilot to the present. The famed captain of the fishing vessel Northwestern joins A&B to talk about his new book “North By Northwestern,” the show, and life on the Bering Sea.
  <p class="ditto_link"><a href="index.php?id=215" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=213" title="ABL To Promote Responsible Celebration With 2nd Annual Drunk Show">ABL To Promote Responsible Celebration With 2nd Annual Drunk Show</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 08-Mar-10 11:43. <a  href="index.php?id=213#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: <a href="/index.php?id=11&amp;amp;tags=ABL&amp;amp;start=0" class="ditto_tag" rel="tag">ABL</a> <a href="/index.php?id=11&amp;amp;tags=BlogTalkRadio&amp;amp;start=0" class="ditto_tag" rel="tag">BlogTalkRadio</a> <a href="/index.php?id=11&amp;amp;tags=Lifelock&amp;amp;start=0" class="ditto_tag" rel="tag">Lifelock</a></div>
  Building off of a wildly successful campaign and broadcast in March of 2009, the cast of one of BlogTalkRadio’s most successful comedy/talk shows will highlight a national anti-DUI program.

  <p class="ditto_link"><a href="index.php?id=213" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=206" title="Adam Andrzejewski, IL GOP Gubernatorial Candidate">Adam Andrzejewski, IL GOP Gubernatorial Candidate</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 22-Sep-09 23:18. <a  href="index.php?id=206#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  Illinois GOP Gubernatorial Candidate set to appear on Annie and Burl Live! on January 30
  <p class="ditto_link"><a href="index.php?id=206" title="Read more...">Read more...</a></p>
</div>
Showing 1 - 5 of 22 Articles
<span class='ditto_off'>&lt; Previous</span> <span class="ditto_currentpage">1</span><a class="ditto_page" href='/index.php?id=11&amp;amp;start=5'>2</a><a class="ditto_page" href='/index.php?id=11&amp;amp;start=10'>3</a><a class="ditto_page" href='/index.php?id=11&amp;amp;start=15'>4</a><a class="ditto_page" href='/index.php?id=11&amp;amp;start=20'>5</a> <a href='/index.php?id=11&amp;amp;start=5'>Next &gt;</a>
The Ditto object is invalid. Please check it.></description>
				<pubDate>Tue, 08 Apr 2008 13:38:10 -0700</pubDate>
				<guid isPermaLink="false">http://annieburltalk.com/index.php?id=59</guid>
				<dc:creator>Travis Hill</dc:creator>
				None
			</item>
		
			<item>
				<title>Burl's Blog</title>
				<link>http://annieburltalk.com/index.php?id=53</link>
				<description><![CDATA[ <div class="ditto_summaryPost">
  <h3><a href="index.php?id=202" title="Drum Corps Has Equipment Stolen">Drum Corps Has Equipment Stolen</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 02-Jul-09 22:56. <a  href="index.php?id=202#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  <p>
Ok folks, this is going to be short and sweet.</p>
  <p class="ditto_link"><a href="index.php?id=202" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=187" title="The One With The Rambling">The One With The Rambling</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 25-Dec-08 23:41. <a  href="index.php?id=187#commentsAnchor">Comments
  (21)</a></div><div class="ditto_tags">Tags: None</div>
  Christmas night in the studio...
  <p class="ditto_link"><a href="index.php?id=187" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=120" title="Monday morning rant...">Monday morning rant...</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 02-Jun-08 17:07. <a  href="index.php?id=120#commentsAnchor">Comments
  (125)</a></div><div class="ditto_tags">Tags: None</div>
  Monday morning rant...
  <p class="ditto_link"><a href="index.php?id=120" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=119" title="Harvey Korman (1927-2008)">Harvey Korman (1927-2008)</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 30-May-08 11:14. <a  href="index.php?id=119#commentsAnchor">Comments
  (1)</a></div><div class="ditto_tags">Tags: None</div>
  <span style="font-family: Tahoma"><span style="font-size: small">It is with a sense of loss that I sit to write this blog.</span></span><span style="font-family: Tahoma"><span style="font-size: small">Mr.</span></span>
  <p class="ditto_link"><a href="index.php?id=119" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=82" title="Behind the scenes of Saturday's show">Behind the scenes of Saturday's show</a></h3>
  <div class="ditto_info" >By <strong>Burl</strong> on 13-Apr-08 23:44. <a  href="index.php?id=82#commentsAnchor">Comments
  (57)</a></div><div class="ditto_tags">Tags: None</div>
  Quiet time in the house lends me to reflection on the truly terrifying events leading up to our interview with horror author Michael Laimo
  <p class="ditto_link"><a href="index.php?id=82" title="Read more...">Read more...</a></p>
</div>
Showing 1 - 5 of 5 Articles
<span class='ditto_off'>&lt; Previous</span> <span class="ditto_currentpage">1</span> <span class='ditto_off'>Next &gt;</span>
The Ditto object is invalid. Please check it.></description>
				<pubDate>Tue, 08 Apr 2008 11:56:32 -0700</pubDate>
				<guid isPermaLink="false">http://annieburltalk.com/index.php?id=53</guid>
				<dc:creator>Travis Hill</dc:creator>
				None
			</item>
		
			<item>
				<title>Annie's Blog</title>
				<link>http://annieburltalk.com/index.php?id=9</link>
				<description><![CDATA[ <div class="ditto_summaryPost">
  <h3><a href="index.php?id=201" title="An Unconventional Mother's Day">An Unconventional Mother's Day</a></h3>
  <div class="ditto_info" >By <strong>Annie</strong> on 10-May-09 15:20. <a  href="index.php?id=201#commentsAnchor">Comments
  (91)</a></div><div class="ditto_tags">Tags: None</div>
  <p>
Dear Mother, 
</p>
<p>
I'd like to thank you for &quot;not&quot; being there for me my whole life. I did and still have a father that is always there for me. Even though he felt that not being able to give me things of material value he was inadequate, he is so wrong.</p>
  <p class="ditto_link"><a href="index.php?id=201" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=157" title="Move Your Ass">Move Your Ass</a></h3>
  <div class="ditto_info" >By <strong>Annie</strong> on 03-Sep-08 20:26. <a  href="index.php?id=157#commentsAnchor">Comments
  (1390)</a></div><div class="ditto_tags">Tags: None</div>
  Read the fine print...
  <p class="ditto_link"><a href="index.php?id=157" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=153" title="Christmas in August">Christmas in August</a></h3>
  <div class="ditto_info" >By <strong>Annie</strong> on 25-Aug-08 09:48. <a  href="index.php?id=153#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  Must read for parents!
  <p class="ditto_link"><a href="index.php?id=153" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=141" title="Martini">Martini</a></h3>
  <div class="ditto_info" >By <strong>Annie</strong> on 23-Jul-08 10:04. <a  href="index.php?id=141#commentsAnchor">Comments
  (0)</a></div><div class="ditto_tags">Tags: None</div>
  <p>
As Kat says all the time... Guess what ya'll...(Love ya girl)
</p>
<p>
We adopted a 9 month old puppy. Easiest pregnancy I ever had. I'll be honest, I really did not want a pooch.</p>
  <p class="ditto_link"><a href="index.php?id=141" title="Read more...">Read more...</a></p>
</div><div class="ditto_summaryPost">
  <h3><a href="index.php?id=127" title="Happy Birthday to me!">Happy Birthday to me!</a></h3>
  <div class="ditto_info" >By <strong>Annie</strong> on 18-Jun-08 09:28. <a  href="index.php?id=127#commentsAnchor">Comments
  (237)</a></div><div class="ditto_tags">Tags: None</div>
  Da Da Daaaaa Daaa, you say it's my birthday... Da Da Daaaaaa Daaaa
  <p class="ditto_link"><a href="index.php?id=127" title="Read more...">Read more...</a></p>
</div>
Showing 1 - 5 of 7 Articles
<span class='ditto_off'>&lt; Previous</span> <span class="ditto_currentpage">1</span><a class="ditto_page" href='/index.php?id=11&amp;amp;start=5'>2</a> <a href='/index.php?id=11&amp;amp;start=5'>Next &gt;</a>
The Ditto object is invalid. Please check it.></description>
				<pubDate>Wed, 12 Apr 2006 22:00:00 -0700</pubDate>
				<guid isPermaLink="false">http://annieburltalk.com/index.php?id=9</guid>
				<dc:creator></dc:creator>
				None
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
            <div id="bottom-ad">
               <!--/* OpenX Javascript Tag v2.8.4 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *   'http://www.annieburltalk.com/openx/www/delivery/...'
  * to
  *   'https://www.annieburltalk.com/openx/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://www.annieburltalk.com/openx/www/delivery/ajs.php':'http://www.annieburltalk.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=2&amp;block=1&amp;blockcampaign=1");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://www.annieburltalk.com/openx/www/delivery/ck.php?n=acd20706&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.annieburltalk.com/openx/www/delivery/avw.php?zoneid=2&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=acd20706' border='0' alt='' /></a></noscript>

            </div> <!-- close #bottom-ad -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <h1><a id="logo" href="index.php?id=1" title="Annie and Burl Live!">Annie and Burl Live!</a></h1>
      <div id="search"><!--search_terms--><span id="search-txt">SEARCH</span><a name="search"></a>
		
		<form id="ajaxSearch_form" action="index.php?id=8" method="post">
			<label for="ajaxSearch_input">
				<input id="ajaxSearch_input" type="text" name="search" value="Search here..." onfocus="this.value=(this.value=='Search here...')? '' : this.value ;" />
			</label>
			<label for="ajaxSearch_submit">
				<input id="ajaxSearch_submit" type="submit" name="sub" value="Go!" />
			</label>
		</form>
		
		<div id="ajaxSearch_output" style="opacity:0;"> </div></div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://annieburltalk.com/" title="Home">Home</a></li>
<li class="category "><a href="/index.php?id=2" title="News/Blogs">News/Blogs</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=69" title="Newsletter Signup">Newsletter Signup</a></li>
<li><a href="/index.php?id=59" title="News">News</a></li>
<li><a href="/index.php?id=9" title="Annie's Blog">Annie</a></li>
<li><a href="/index.php?id=53" title="Burl's Blog">Burl</a></li>
<li class="last"><a href="/index.php?id=87" title="Rev. RockDog's Blog">Rev. RockDog</a></li>

</ul></li>
<li class="category "><a href="/index.php?id=15" title="Features">Features</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=183" title="Special Events">Special Events</a></li>
<li><a href="/index.php?id=80" title="Contests & Swag">Contests & Swag</a></li>
<li><a href="/index.php?id=70" title="Show Guests">Guests</a></li>
<li><a href="/index.php?id=14" title="Drinks">Drink Recipes</a></li>
<li class="last"><a href="/index.php?id=51" title="Links">Links</a></li>

</ul></li>
<li class="category "><a href="/index.php?id=33" title="Cast">Cast</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=47" title="Annie's Bio">Annie</a></li>
<li><a href="/index.php?id=48" title="Burl's Bio">Burl</a></li>
<li><a href="/index.php?id=49" title="Rev. RockDog's Bio">Rev. RockDog</a></li>
<li><a href="/index.php?id=123" title="Kat's Bio">Kat</a></li>
<li class="last"><a href="/index.php?id=132" title="Kb's Bio">Kb</a></li>

</ul></li>
<li class="category "><a href="/index.php?id=39" title="Multimedia">Media</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=64" title="Gallery">Images</a></li>
<li><a href="/index.php?id=50" title="Audio">Audio</a></li>
<li><a href="/index.php?id=42" title="ABL Video">ABL Video</a></li>
<li><a href="/index.php?id=140" title="ABL Cast Video Feed Page">LIVE Video Feed</a></li>
<li><a href="/index.php?id=192" title="One Bromance To Give">OBTG</a></li>
<li><a href="/index.php?id=134" title="Rev. RockDog's Video">RockDog's Video</a></li>
<li class="last"><a href="/index.php?id=43" title="Miscellaneous">Miscellaneous</a></li>

</ul></li>
<li class="category "><a href="/index.php?id=68" title="FAQ">FAQ</a></li>
<li class="category last"><a href="http://www.annieburltalk.com/forums" title="Forums">Forums</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p align='center'><a href='index.php?id=1'>HOME</a> | <a href='index.php?id=39'>MEDIA</a> | <a href='/forums'>FORUMS</a> | <a href='index.php?id=32'>FAQ</a> | <a href='index.php?id=51'>LINKS</a> | <a href='index.php?id=6'>CONTACT US</a><br />
Annie &amp; Burl Live! &copy; 2009 Post No Bills Productions. All Rights Reserved.<br />
AnnieBurlTalk.com was designed by <a href="http://www.stealthwebdesign.com">Stealth Web Design</a> and utilizes <a href='http://www.modxcms.com'>MODx CMS</a> and <a href='http://www.simplemachines.org'>Simple Machines Forums</a>.
</p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>