
function PopList()
{
    var ListContent = new String();
    
            ListContent += '<table border="0" style="font-family:Verdana, Sans-Serif; font-size:10px; font-weight:bold;">';
        
            ListContent += '</table>';
        
    return ListContent;
}
document.write(PopList());
