stryLinks=new Array();stryHeads=new Array();
stryLinks[1]="http://www.tboblogs.com/index.php/news/story/business-people-march-30-2008/";stryHeads[1]="Business People, March 30, 2008";

stryLinks[2]="http://www.tboblogs.com/index.php/news/story/business-profile-march-30-2008/";stryHeads[2]="Business Profile, March 30, 2008";

stryLinks[3]="http://www.tboblogs.com/index.php/news/story/business-profile-march-23-2008/";stryHeads[3]="Business Profile, March 23, 2008";

stryLinks[4]="http://www.tboblogs.com/index.php/news/story/business-people-march-23-2008/";stryHeads[4]="Business People, March 23, 2008";


if(typeof maxrows=='undefined'){maxrows=10;}
if(typeof bullet=='undefined'){bullet='&bull;&nbsp;';}
if(typeof style=='undefined'){style='small';}
document.write('<table cellpadding="0" cellspacing="0" border="0">');
for(i=1;i<stryHeads.length;i++){
	if(i<maxrows+1){document.write('<tr valign="top"><td>'+bullet+'</td><td><a href="'+stryLinks[i]+'" class="'+style+'">'+stryHeads[i]+'</a></td></tr>');}}
document.write('</table>');