
function PopList()
{
    var ListContent = new String();
    
            ListContent += '<table border="0" style="font-family:Verdana, Sans-Serif; font-size:10px; font-weight:bold;">';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8288872">Suspect surrenders in standoff</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8285158">Storms spawn tornadoes, flooding</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8305387">Tornado flattens Picher, kills 22 nationwide</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8285969">Bride-to-be dies after 4 years in coma</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8278036">Worker fatally crushed beneath truck, identified</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8281503">\'Good Samaritan\' says officer was out of line</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8300690">Blevins: OU blue-shirt policy factor in QB transfer</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8271847">Thunderstorms ending Wednesday night</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8277014">OKC chase ends in arrest</a></td>';
            ListContent += '</tr>';
        
            ListContent += '<tr>';
            ListContent += '<td valign="top"><img src="http://kwtv.images.worldnow.com/images/static/gfx/blt_headline.gif" /></td>';
            ListContent += '<td width="100%"><a href="/global/story.asp?s=8277632">Sex offender arrested</a></td>';
            ListContent += '</tr>';
        
            ListContent += '</table>';
        
    return ListContent;
}
document.write(PopList());
