
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=8696997">Three Killed In Overnight Crash</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=8703925">Meth Lab Explosion In Broken Arrow</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=8707630">Residents Displaced By Apartment Fire</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=8698948">New Info In Weleetka Murders</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=8707217">Victimologist Joins Probe, 911 Tape Released</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=8713542">Remains Found In Missing Woman\'s Truck</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=8713671">Construction Worker Killed By Dump Truck</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=8727335">Police: Man Killed Brother With Samurai Sword</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=8720283">Mushrooms Lead To Arrests</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=8715042">SemGroup Files For Bankruptcy</a></td>';
            ListContent += '</tr>';
        
            ListContent += '</table>';
        
    return ListContent;
}
document.write(PopList());
