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


stryLinks[1]="http://www.tboblogs.com/index.php/motherhood/comments/got-milk-scholarships-available-for-hs-student-athletes/";stryHeads[1]="Got Milk? Scholarships available for HS student-athletes";

stryLinks[2]="http://www.tboblogs.com/index.php/motherhood/comments/1-movies-in-south-tampa/";stryHeads[2]="$1 movies in South Tampa";

stryLinks[3]="http://www.tboblogs.com/index.php/motherhood/comments/thanksgiving-could-leave-hundreds-hungry/";stryHeads[3]="Thanksgiving could leave hundreds hungry";

stryLinks[4]="http://www.tboblogs.com/index.php/motherhood/comments/holiday-deals-and-free-gift-ideas/";stryHeads[4]="Holiday deals and free gift ideas";

stryLinks[5]="http://www.tboblogs.com/index.php/motherhood/comments/florida-gets-an-f-on-premature-birth-report-card/";stryHeads[5]="Florida gets an &#8220;F&#8221; on premature birth report card";

stryLinks[6]="http://www.tboblogs.com/index.php/motherhood/comments/spend-25-get-10-off-next-shopping-trip/";stryHeads[6]="Spend $25, get $10 off next shopping trip";

stryLinks[7]="http://www.tboblogs.com/index.php/motherhood/comments/couch-potato-mom-gets-going/";stryHeads[7]="Couch potato mom gets going";

stryLinks[8]="http://www.tboblogs.com/index.php/motherhood/comments/free-stocking-stuffer-idea/";stryHeads[8]="Free stocking stuffer idea";

stryLinks[9]="http://www.tboblogs.com/index.php/motherhood/comments/moms-take-up-29-gifts-challenge/";stryHeads[9]="Moms take up &#8220;29 Gifts&#8221; challenge";

stryLinks[10]="http://www.tboblogs.com/index.php/motherhood/comments/practically-free-circus-tickets/";stryHeads[10]="Practically free circus tickets";


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