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


stryLinks[1]="http://www.tboblogs.com/index.php/tools/comments/thinking-about-last-minute-thanksgiving-travel/";stryHeads[1]="Thinking about last minute Thanksgiving travel?";

stryLinks[2]="http://www.tboblogs.com/index.php/tools/comments/medical-marijuana/";stryHeads[2]="Medical Marijuana";

stryLinks[3]="http://www.tboblogs.com/index.php/tools/comments/bloomingdale-update/";stryHeads[3]="Bloomingdale Update";

stryLinks[4]="http://www.tboblogs.com/index.php/tools/comments/bloomingdale-avenue-closed/";stryHeads[4]="Bloomingdale Avenue Closed";

stryLinks[5]="http://www.tboblogs.com/index.php/tools/comments/fog-starts-the-work-week/";stryHeads[5]="Fog Starts the Work Week";

stryLinks[6]="http://www.tboblogs.com/index.php/tools/comments/ironman...-more-details-on-road-closures/";stryHeads[6]="Ironman&#8230; More Details on Road Closures";

stryLinks[7]="http://www.tboblogs.com/index.php/tools/comments/ironman...-heres-what-you-need-to-know/";stryHeads[7]="Ironman&#8230; Here&#8217;s What You Need to Know";

stryLinks[8]="http://www.tboblogs.com/index.php/tools/comments/lucky-950/";stryHeads[8]="Lucky #950";

stryLinks[9]="http://www.tboblogs.com/index.php/tools/comments/my-key/";stryHeads[9]="My Key";

stryLinks[10]="http://www.tboblogs.com/index.php/tools/comments/new-courtney-campbell-ramp-opens-monday-morning/";stryHeads[10]="New Courtney Campbell Ramp Opens Monday Morning";


if(typeof maxrows=='undefined'){maxrows=10;}
if(typeof ul_class=='undefined'){ul_class='trafficlist_ul';}


document.write('<ul class="'+ul_class+'">');
for(i=1;i<stryHeads.length;i++){
	if(i<maxrows+1){document.write('<li><a href="'+stryLinks[i]+'" target="'+target+'">'+stryHeads[i]+'</a></li>');}}
document.write('</ul>');