﻿
document.write('<style type="text/css">');
document.write('.style1 { PADDING-LEFT: 10px; FONT-SIZE: 11px; COLOR: #7c7c7e; FONT-STYLE: italic; FONT-FAMILY: Aria; }');
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('</style>');

			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>');
      

 // displayMsg.php', 
 new Ajax.Request('/partners/fanball/topMsg.html', 
      { method:'get', parameters: {requestHeaders:'text/html'},
             onSuccess: function(transport) {
                      var response = transport.responseText;
                      document.getElementById('nbcfeeds').innerHTML = response;
                        
                                                                                                                                                  
                     },
             onFailure: function() {
                           
                     }   
       }
     ); //end new request


