﻿
document.write('<style type="text/css">');
document.write('.g_navMainLinks1 a { PADDING-RIGHT: 30px; DISPLAY: block; PADDING-LEFT: 30px; PADDING-BOTTOM: 30px; PADDING-TOP: 30px; TEXT-DECORATION: none;}');
document.write('.background { BACKGROUND-IMAGE: url(http://www.rotoworld.com/images/gray_repeat.jpg); WIDTH: 100%; BACKGROUND-REPEAT: repeat-x; HEIGHT: 47px; }');
document.write('.background img { border:none;}');
document.write('.left { BACKGROUND-IMAGE: url(http://www.rotoworld.com/images/storyarea_left.jpg); WIDTH: 4px; BACKGROUND-REPEAT: no-repeat; }');
document.write('.middle { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND-IMAGE: url(http://www.rotoworld.com/images/storyarea_repeat.jpg); WIDTH: 358px; BACKGROUND-REPEAT: repeat-x; overflow:hidden; }');
document.write('.right { BACKGROUND-IMAGE: url(http://www.rotoworld.com/images/storyarea_right.jpg); WIDTH: 9px; BACKGROUND-REPEAT: no-repeat; }');
document.write('.style1 { PADDING-LEFT: 10px; FONT-SIZE: 11px; COLOR: #7c7c7e; FONT-STYLE: italic; FONT-FAMILY: Aria;l }');
document.write('.style2 { FONT-SIZE: 11px; COLOR: #000; FONT-FAMILY: Arial; }');
document.write('.style2 A { FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial; TEXT-DECORATION: none; }');
document.write('.style2 A:hover { FONT-SIZE: 11px; COLOR: #000; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }');
document.write('.style3 { FONT-SIZE: 11px; COLOR: #576289; FONT-FAMILY: Arial; }');
document.write('.style3 A { FONT-SIZE: 11px; COLOR: #576289; FONT-FAMILY: Arial; TEXT-DECORATION: none; }');
document.write('.style3 A:hover { FONT-SIZE: 11px; COLOR: #576289; FONT-FAMILY: Arial; TEXT-DECORATION: underline;}');
document.write('.style4 { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 11px; COLOR: #a3accc; FONT-FAMILY: Arial;}');
document.write('</style>');

document.write('<table border="0" cellpadding="0" cellspacing="0" class="background">');
document.write('<tr>');
		document.write('<td style="width:68px;"><a href="http://www.nbcsports.com/"><img alt="" border="0" height="46px" src="http://www.rotoworld.com/images/logo_left_nbc2007.gif" /></a></td>');
		document.write('<td class="style1" style="width:115px"><a href="http://www.msnbc.msn.com/"><img src="http://www.rotoworld.com/images/rotoworld_logo_msnbc.gif" alt=""/></a></td>');
		document.write('<td class="left" style="width:4">&nbsp;</td>');
		document.write('<td class="middle">');
			document.write('<table border="0" cellpadding="0" cellspacing="0">');
				document.write('<tr>');
				document.write('<td class="style2">')
				    //feeds
					document.write('<div id="nbcfeeds"><b>Top Story:</b><span id="story"><a target="_blank" href="http://nbcsports.msnbc.com"> What\'s new in sports?</a></span><br /><b>Top Video:</b><span id="story"><a target="_blank" href="http://nbcsports.msnbc.com/id/22825103/vp/21426493#21426493"> Latest sports videos</a></div>');
				   					
				document.write('</tr></table></td>');
      
		document.write('<td class="right">&nbsp;</td>');
		document.write('<td align="center">');
			document.write('<table border="0" cellpadding="0" cellspacing="0">');
				document.write('<tr>')
					document.write('<td class="style3"><a target="_blank" href="http://nbcsports.msnbc.com/id/22825103/vp/21426493#21426493">Videos</a></td>');
				    document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://nbcsports.msnbc.com/id/3032875">NFL</a></td>');
					document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://nbcsports.msnbc.com/id/3032773">CFB</a></td>');
					document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://nbcsports.msnbc.com/id/3032778">GOLF</a></td>');
				    document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://nbcsports.msnbc.com/id/23035818">UFC</a></td>');
					document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://nbcsports.msnbc.com/id/23011821">Poker</a></td>');
					document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://www.nbcolympics.com">Olympics</a></td>');
					document.write('<td class="style4">|</td>');
					document.write('<td class="style3"><a target="_blank" href="http://www.nbcsports.com/mobile">Mobile</a></td>');
					document.write('<td valign="top" align="right" style="padding-left:10px;"><a target="_blank" href="http://www.msn.com/"><img src="http://www.rotoworld.com/images/rotoworld_logo_msn.gif" alt="Visit MSN.com" /></a></td>');
		document.write('</tr></table></td></tr></table>');

 new Ajax.Request('/tools/util.helper/feedhelper.aspx', 
      { method:'get', parameters: {requestHeaders:'text/html'},
             onSuccess: function(transport) {
                      var response = transport.responseText;
                      document.getElementById('nbcfeeds').innerHTML = response;
                        
                                                                                                                                                  
                     },
             onFailure: function() {
                           
                     }   
       }
     ); //end new request



