stryLinks=new Array();stryHeads=new Array();
stryLinks[1]="http://www.tboblogs.com/index.php/news/story/afternoon-storms-should-be-slow-movers/";stryHeads[1]="Afternoon Storms Should Be Slow Movers";

stryLinks[2]="http://www.tboblogs.com/index.php/news/story/why-is-it-so-cold/";stryHeads[2]="Why Is It So Cold??!!!";

stryLinks[3]="http://www.tboblogs.com/index.php/news/story/tropical-storm-bertha/";stryHeads[3]="Tropical Storm Bertha";

stryLinks[4]="http://www.tboblogs.com/index.php/news/story/hearing-lakelands-fireworks-not-the-same-as-seeing-them-by-george/";stryHeads[4]="Hearing Lakeland&#8217;s Fireworks Not The Same As Seeing Them, By George";

stryLinks[5]="http://www.tboblogs.com/index.php/news/story/time-for-a-patriotic-song/";stryHeads[5]="Time for a patriotic song.";

stryLinks[6]="http://www.tboblogs.com/index.php/news/story/crist-engaged-to-rome/";stryHeads[6]="Crist Engaged To Rome";

stryLinks[7]="http://www.tboblogs.com/index.php/news/story/supremes-crist-erred-on-gambling-pact/";stryHeads[7]="Supremes: Crist Erred On Gambling Pact";

stryLinks[8]="http://www.tboblogs.com/index.php/news/story/polk-schools-dealing-with-high-diesel-costs/";stryHeads[8]="Polk Schools Dealing With High Diesel Costs";

stryLinks[9]="http://www.tboblogs.com/index.php/news/story/take-trolley-streetcar-to-fireworks/";stryHeads[9]="Take trolley, streetcar to fireworks";

stryLinks[10]="http://www.tboblogs.com/index.php/news/story/isnt-it-fun-to-fly/";stryHeads[10]="Isn&#8217;t it Fun to Fly?";


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>');