<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>BuzzworthyRadio.net | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://www.buzzworthyradio.net/"></base>
  <link rel="stylesheet" href="assets/templates/buzzworthy/layout.css" type="text/css" media="screen" />
<!--[if IE]>
  <link rel="stylesheet" href="assets/templates/buzzworthy/layout-ie.css" type="text/css" media="screen" />
<![endif]-->
  <link rel="stylesheet" href="assets/templates/buzzworthy/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/buzzworthy/form.css" type="text/css" media="screen" />

<!--[if IE]>
  <link rel="stylesheet" href="assets/templates/buzzworthy/form-ie.css" type="text/css" media="screen" />
<![endif]-->

  <link rel="stylesheet" href="assets/templates/buzzworthy/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/snippets/star_rating/star.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/buzzworthy/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.buzzworthyradio.net/index.php?id=11" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/buzzworthy/drop_down_menu.js" type="text/javascript"></script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/ico" href="favicon.ico">
	<script type="text/javascript" src="manager/media/script/mootools/mootools-12.js"></script>
	<link rel="stylesheet" type="text/css" href="assets/plugins/madboxr/slimbox_ex/styles/slimbox_ex.css" />
	<script type="text/javascript" src="assets/plugins/madboxr/slimbox_ex/scripts/slimbox_ex.js"></script>
	<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="container">
  
    <div id="inner">
	
	<div id="left">	
        <div id="left-inner">
		   <div id="sidebar">
		   	<h2>Login</h2>
            <div id="sidebarlogin">    <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="username"><b class="login">User:</b> <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password"><b class="login">Password:</b> <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"><b class="login">Remember me</b></label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a><br /><a href="index.php?id=5">Sign Up</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"><b class="login">Enter the email address of your account to reset your password:</b> <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label><b class="login">To return to the login form, press the cancel button.</b></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 />
	    <div id="newsletter">
               <h2>Newsletter</h2>

  <table style="text-align:center;">
  <tr>
  <td><b>Enter your email below to join/leave our monthly newsletter:</b></td>
  </tr><tr>
  <td><form action="" method="post">
  <input type="text" name="email" size="20" maxlength="50"><br />
  <input type="hidden" name="op" value="set">
  <input type="radio" name="option" value="subscribe" CHECKED>Join
  <input type="radio" name="option" value="unsubscribe">Leave<br /><br />
  <input type="submit" value="Submit" >
  </form>
  </td>
  </tr>
  </table>
<hr />
            </div>
            <div id="recent_eps">
              <h2>Recent Episodes</h2>
              <p><strong><a href="index.php?id=522" title="Episode 291">Episode 291</a></strong><br />
Lane Davies, who had captivated many fans for his portrayal of Mason Capwell on the former NBC soap, Santa Barbara, stopped by BuzzWorthy Radio. We spoke to him about his role on the hit webseries, THE BAY, as well as his time on Santa Barbara, his decision to leave the show, as well as his stint on General Hospital.<br /><br /><strong><a href="index.php?id=521" title="Episode 290">Episode 290</a></strong><br />
After 2 years, BuzzWorthy Radio was pleased to welcome Laura Wright to the podcast. For five years, she has played the role of Carly Corinthos Jacks on ABC Daytime's General Hospital. We spoke to her about the character, if she will have any interaction with Brenda Barrett, as well as her previous roles in daytime.<br /><br /><strong><a href="index.php?id=519" title="Episode 289">Episode 289</a></strong><br />
Martha Byrne, who many fans loved and adored in the role of Lily Walsh Snyder on CBS Daytime's "As The World Turns," stopped by BuzzWorthy Radio. We spoke about her favorite memories on the show, the final days of ATWT as it vastly approaches, and her webseries, GOTHAM.<br /><br /></p>
<p align="right"><a href="index.php?id=52">...More Episodes</a></p>
<hr />
<h2>BuzzPlayer</h2>
<object width="180" height="400" id="buzzplayer" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="buzzplayer.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.buzzworthyradio.net/flash/buzzplayer.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="180" height="400" name="buzzplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<hr />
<p align="center"><a href="http://www.soapcruise.com"><img src="http://img11.imageshack.us/img11/738/soapcruisepic.jpg" width="175px"></a></p>
            </div>
		   </div> <!-- end sidebar -->
		</div> <!-- end left-inner -->
    </div> <!-- end left -->
	  
	<div id="content">
        <div class="post">
           <h2>BuzzworthyRadio.net 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://www.buzzworthyradio.net/index.php?id=11</link>
			<description></description>
			<language>en</language>
			<copyright>BuzzworthyRadio.net 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>Y&amp;R BEHIND THE SCENES w/ ET for RETRO WEDDING!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=523</link>
				<description><![CDATA[ Entertainment Tonight, better known as ET, was on the set of "The Young and the Restless," as lovers Billy Abbott (Billy Miller) and Victoria Newman (Amelia Heinle) officially tie the knot. Take a look at the ET segment as the show prepares to have the characters say their "I DOs" in front of the lawn used in the 1950s sitcom, "Leave it to Beaver." ]]></description>
				<pubDate>Mon, 06 Sep 2010 18:51:25 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=523</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>OLTL: BEHIND THE SCENES w/ THE FORD BROTHERS!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=520</link>
				<description><![CDATA[ One Life to Live has posted a new behind-the-scenes video with the Ford brothers. Lenny Platt (Nate), David Gregory (Ford), and Nic Robuck (James) spoke about what makes the Ford bros tick. Are they all misunderstood? Find out when you click on the link! ]]></description>
				<pubDate>Wed, 01 Sep 2010 10:48:09 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=520</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=518</link>
				<description><![CDATA[ In the latest installment of the "WHAT IF.." series, we see what happens between OLTL's John McBain and GH's Sam McCall. Pay attention in the elevator, as you see a Caleb and Livvie poster. Michael Easton and Kelly Monaco used to work together on former ABC soap, "Port Charles," and gets a slight nod when both say they "look familiar" to each other. Enjoy this episode, "Love in an Elevator." ]]></description>
				<pubDate>Mon, 30 Aug 2010 07:01:44 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=518</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=517</link>
				<description><![CDATA[ In the latest installment of the WHAT IF... webseries, we see what would happen if OLTL's Blair Cramer meets AMC's Tad Martin. This one features a song on an airplane. Hope you enjoy it, entitled, "I Suck at Love." ]]></description>
				<pubDate>Mon, 30 Aug 2010 06:56:38 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=517</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>Y&amp;R's SEAN KANAN TO HOST ACME SATURDAY NIGHT! 9/11 at 10 PM EST!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=516</link>
				<description><![CDATA[ Sean Kanan, who just recently returned to The Young and the Restless as Deacon Sharpe, will be the next soap celebrity to host ACME Saturday Night on September 11, 2010! ]]></description>
				<pubDate>Sun, 29 Aug 2010 14:39:26 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=516</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=510</link>
				<description><![CDATA[ In the latest webisode installment of WHAT IF..., we find out what happens when Maxie Jones of Port Charles met up with Rex Balsom of Llanview. Make sure to watch after clicking the link...who knows? I smell potential if Rex and Maxie were to actually get it on. What do you think? ]]></description>
				<pubDate>Mon, 16 Aug 2010 08:16:18 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=510</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>Y&amp;R's CHRISTIAN LEBLANC TO HOST ACME SATURDAY NIGHT!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=508</link>
				<description><![CDATA[ Christian LeBlanc, Michael Baldwin of CBS Daytime's The Young and the Restless, is set to host ACME Saturday Night on August 28, 2010! ]]></description>
				<pubDate>Sun, 15 Aug 2010 14:36:19 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=508</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=507</link>
				<description><![CDATA[ The latest installment of the WHAT IF episodes continues as we see what happens when Victoria Lord Banks of Llanview meets Luke Spencer of Port Charles.  ]]></description>
				<pubDate>Sun, 15 Aug 2010 14:27:00 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=507</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>CHRISTOPHER GORHAM of USA'S COVERT AFFAIRS on BWR! 8/17 at 10:30 AM EST!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=506</link>
				<description><![CDATA[ Christopher Gorham, who plays Auggie Anderson on USA's "Covert Affairs," makes his first appearance on BuzzWorthy Radio. ]]></description>
				<pubDate>Thu, 12 Aug 2010 08:13:48 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=506</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>EX-SANTA BARBARA STAR HEADS TO DAYS IN RECAST ROLE!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=505</link>
				<description><![CDATA[ Due to scheduling conflicts, a DAYS OF OUR LIVES rep commented that the role of Warden Smith, set to be played by Stacy Haiduk, has been recast. ]]></description>
				<pubDate>Tue, 10 Aug 2010 19:34:36 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=505</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>STACY HAIDUK FIRED AT DAYS!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=504</link>
				<description><![CDATA[ In another stunning move, Stacy Haiduk has been let go from the NBC Daytime show, Days of our Lives, before she has even made it to air. ]]></description>
				<pubDate>Mon, 09 Aug 2010 20:39:13 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=504</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>THE BAY OFFICIAL TEASER!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=501</link>
				<description><![CDATA[ On July 31, 2010, the upcoming webseries, THE BAY, released its official teaser at the fundraiser event held at Henry's Hat in California. Take a look at this 1 minute teaser, with the show set to premiere on September 15, 2010. ]]></description>
				<pubDate>Sun, 08 Aug 2010 14:36:00 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=501</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>ATWT'S MAURA WEST TO JOIN Y&amp;R AS DIANE JENKINS!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=500</link>
				<description><![CDATA[ Maura West, who many fans loved and adored as As The World Turns' Carly Tenney, will be joining CBS Daytime's The Young and the Restless as recast Diane Jenkins. ]]></description>
				<pubDate>Thu, 05 Aug 2010 08:45:47 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=500</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>VANESSA MARCIL GIOVINAZZO LAUNCHES OFFICIAL WEBSITE!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=499</link>
				<description><![CDATA[ Daytime Emmy-Award winning actress Vanessa Marcil Giovinazzo, who has returned to General Hospital after a 7 year hiatus, launched her official website today called THE VANESSA CONNECTION. ]]></description>
				<pubDate>Wed, 04 Aug 2010 07:47:39 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=499</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=498</link>
				<description><![CDATA[ In the latest installment of the ABC's WHAT IF...webisode series, we see what happens when a one-night stand revisit each other? What if Tess Buchanan from OLTL met Dante Falconeri from GH...again? ]]></description>
				<pubDate>Mon, 02 Aug 2010 07:41:58 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=498</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>ON THE EDGE CLEARED FOR THANKSGIVING on ABC O&amp;O's!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=497</link>
				<description><![CDATA[ Top Daytime Stars Susan Lucci, Anthony Geary and Kelly Monaco Travel To Kenya For Life-Changing Journey. ]]></description>
				<pubDate>Fri, 30 Jul 2010 08:31:18 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=497</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>THE BAY FUNDRAISER/FAN EVENT 7/31 at HENRY'S HAT in LA!</title>
				<link>http://www.buzzworthyradio.net/index.php?id=491</link>
				<description><![CDATA[ For those who are in the Los Angeles area this weekend, visit Henry's Hat, Martha Madison's restaurant, for a special fan event/fundraiser for the new webseries, "THE BAY." Mix and mingle with the cast and crew from the show as well as other respectable names in daytime television! ]]></description>
				<pubDate>Wed, 28 Jul 2010 17:00:09 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=491</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=490</link>
				<description><![CDATA[ The WHAT IF... campaign continues with a brand new webisode this week. Today, it features the scenario, "WHAT IF....Starr Manning meets Angie and Jesse Hubbard?" Remember, Angie and Jesse were once teen parents themselves. I wonder what advice they can give to Starr since she IS a teen mom now. Click the link to check it out! ]]></description>
				<pubDate>Mon, 26 Jul 2010 09:35:37 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=490</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>WHAT IF...</title>
				<link>http://www.buzzworthyradio.net/index.php?id=489</link>
				<description><![CDATA[ The WHAT IF campaign continues here on BuzzWorthyRadio.net with the latest installment...what if Greenlee Smythe met Jason Morgan? A coffee importer meets up with a...a...what exactly is Greenlee again? You figure it out! Click the link to see for yourself! ]]></description>
				<pubDate>Mon, 26 Jul 2010 09:28:51 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=489</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
		
			<item>
				<title>RUMOR REPORT: IS KRISTOFF ST. JOHN LEAVING Y&amp;R?</title>
				<link>http://www.buzzworthyradio.net/index.php?id=485</link>
				<description><![CDATA[ Rumor has it that Kristoff St. John, Neil Winters from CBS Daytime's "The Young and the Restless," may be departing the show to take part in a comedy pilot produced by the Wayans Brothers. ]]></description>
				<pubDate>Wed, 14 Jul 2010 13:45:19 -0700</pubDate>
				<guid isPermaLink="false">http://www.buzzworthyradio.net/index.php?id=485</guid>
				<dc:creator>NaVell</dc:creator>
				
			</item>
			</channel>
</rss>
		</div> <!-- close .post (main column content) -->
    </div> <!-- close #content -->
		  
    </div> <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <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://www.buzzworthyradio.net/" title="Home">Home</a></li>
<li class="category "><a href="/index.php?id=2" title="News">News</a></li>
<li class="category "><a href="/index.php?id=48" title="Bios">Bios</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=49" title="Host NaVell J. Lee">NaVell J. Lee</a></li>

</ul></li>
<li class="category "><a href="/index.php?id=51" title="Media">Media</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=52" title="Podcasts">Podcasts</a></li>
<li><a href="/index.php?id=53" title="Images">Images</a></li>
<li><a href="/index.php?id=54" title="Video">Video</a></li>
<li><a href="/index.php?id=55" title="Banners">Banners</a></li>
<li><a href="/index.php?id=336" title="36th Annual Daytime Emmy Red Carpet Coverage">Daytime Emmy Coverage</a></li>
<li class="last"><a href="/index.php?id=483" title="37th Annual Daytime Emmy Red Carpet Coverage">37th Annual Daytime Emmy Red Carpet Coverage</a></li>

</ul></li>
<li class="category "><a href="http://daytimeroyaltyonline.com/index/" title="Forums">Forums</a></li>
<li class="category last"><a href="/index.php?id=6" title="Contact Us">Contact us</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <div class="footer">
<br /><br />
<a href="http://www.buzzworthyradio.net">HOME</a>  |  <a href="http://forums.daytime-royalty.com">FORUMS</a>  |  <a href="http://www.buzzworthyradio.net/index.php?id=6">CONTACT US</a>  |  <a href="index.php?id=61">LINKS</a><br/>
<strong></strong><br/>
Buzzworthy Radio's website designed by <a href="http://www.stealthwebdesign.com">Stealth Web Design</a>. Powered by <a href="http://modxcms.com">ModX CMS</a>.
</div>
    </div> <!-- end footer -->
      <div id="header_ads">
        <a href="http://www.jeffradio.com/affiliate.htm?ID=navlee&L=2"><img src="http://www.jeffradio.com/jeffbanner.jpg"></a>
      <div>
    
  </div> <!-- end container div -->
</div> <!-- end wrapper -->

</body>
</html>