stryLinks=new Array();stryHeads=new Array();
stryLinks[1]="http://www.tboblogs.com/index.php/life/comments/hydoponic-farm/";stryHeads[1]="Hydoponic Farm";

stryLinks[2]="http://www.tboblogs.com/index.php/life/comments/skin-tips-from-skin-savvy/";stryHeads[2]="Skin Tips from Skin Savvy";

stryLinks[3]="http://www.tboblogs.com/index.php/life/comments/gladiators-ready-for-this-contender/";stryHeads[3]="Gladiators, Ready For This Contender?";

stryLinks[4]="http://www.tboblogs.com/index.php/life/comments/run-insert-name-here-run/";stryHeads[4]="Run, (Insert Name Here), Run!";

stryLinks[5]="http://www.tboblogs.com/index.php/life/comments/close-call/";stryHeads[5]="Close Call";

stryLinks[6]="http://www.tboblogs.com/index.php/life/comments/is-mommy-style-an-oxymoron/";stryHeads[6]="Is &#8220;Mommy Style&#8221; An Oxymoron?";

stryLinks[7]="http://www.tboblogs.com/index.php/life/comments/mario-friends-live-la-dolce-vita-theyre-better-than-you-and-they-know-it/";stryHeads[7]="Mario & Friends Live La Dolce Vita [They&#8217;re Better Than You, And They Know It]";

stryLinks[8]="http://www.tboblogs.com/index.php/life/comments/ageless-medicine1/";stryHeads[8]="Ageless Medicine";

stryLinks[9]="http://www.tboblogs.com/index.php/life/comments/share-food-discounts/";stryHeads[9]="&#8220;Share&#8221; Food Discounts";

stryLinks[10]="http://www.tboblogs.com/index.php/life/comments/since-i-gave-up-meat-i-feel-a-lot-better/";stryHeads[10]="Since I Gave Up Meat, I Feel A Lot Better";


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