stryLinks=new Array();stryHeads=new Array();


stryLinks[1]="http://http://www.tboblogs.com/index.php/news/story/6-months-of-storms-packed-into-4-months/";stryHeads[1]="6 months of storms packed into 4 months?";

stryLinks[2]="http://http://www.tboblogs.com/index.php/news/story/sea-breeze-bringing-strong-thunderstorms-ashore/";stryHeads[2]="Sea breeze bringing strong thunderstorms ashore";

stryLinks[3]="http://http://www.tboblogs.com/index.php/news/story/strong-thunderstorms-off-indian-rocks-beach/";stryHeads[3]="Strong thunderstorms off Indian Rocks Beach";

stryLinks[4]="http://http://www.tboblogs.com/index.php/news/story/tropical-waves-show-little-sign-of-development/";stryHeads[4]="Tropical waves show little sign of development";

stryLinks[5]="http://http://www.tboblogs.com/index.php/news/story/we-like-our-weather-forecasts-survey-says/";stryHeads[5]="We like our weather forecasts, survey says";

stryLinks[6]="http://http://www.tboblogs.com/index.php/news/story/hurricane-center-watching-low-in-gulf1/";stryHeads[6]="Hurricane Center watching low in Gulf";

stryLinks[7]="http://http://www.tboblogs.com/index.php/news/story/tuesday-could-be-race-between-heat-clouds/";stryHeads[7]="Tuesday could be race between heat, clouds";

stryLinks[8]="http://http://www.tboblogs.com/index.php/news/story/we-may-see-repeat-of-these-heat-index-temperatures/";stryHeads[8]="How hot was it?";

stryLinks[9]="http://http://www.tboblogs.com/index.php/news/story/expect-hot-afternoons-this-week/";stryHeads[9]="Expect hot afternoons this week in Tampa Bay area";

stryLinks[10]="http://http://www.tboblogs.com/index.php/news/story/low-in-gulf-no-longer-concern/";stryHeads[10]="Low in Gulf no longer concern";


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