//Modified by Roland F. Arms

<!-- 

var title = new Array();
var notes = new Array();
var sites = new Array();

count = 0;

title[count]="CustomFit Computers";
notes[count]="We help you select, purchase and setup the system you need!";
sites[count]="http://www.customfitcomputers.biz";

count++;

title[count]="Dr. Steven J. Wineland";
notes[count]="Professional Family Eye Care With The Personal Touch since 1977!";
sites[count]="http://www.sjwineland.com";

count++;

title[count]="Farm Fresh Atlas of Eastern Wisconsin";
notes[count]="Charting a new course in consumer-direct, healthful local food and sustainable agriculture!";
sites[count]="http://www.farmfresheastwi.org";

count++;

title[count]="Labels For Less";
notes[count]="Flexographic Labels &amp; Offset Printing At Reasonable Prices!";
sites[count]="http://www.labels-4-less.com";

count++;

title[count]="Mayer &amp; Associates Event Planning Services";
notes[count]="We are the Image Makers of Wisconsin!";
sites[count]="http://www.mayerandassociates.com";

count++;

title[count]="River Bend Cabinetry";
notes[count]="Call Us Today For All Your Cabinetry Needs!";
sites[count]="http://www.riverbendcabinetry.com";

count++;

title[count]="Roland F. Arms Web Design &amp; Hosting";
notes[count]="Custom Designed Web Sites For Individuals And Organizations. Reasonable Rates!";
sites[count]="http://www.rolandarms.com";

count++;

title[count]="Sheboygan County Writers&#39; Club";
notes[count]="Welcomes Beginning &amp; Advanced Writers. Please Join Us!";
sites[count]="http://www.sheboyganwriters.org";

count++;

title[count]="Sylvia Bright-Green";
notes[count]="Spiritual Consulting Services for Business and Private Parties!";
sites[count]="http://www.uncannygranny.com";

count++;

title[count]="Sylvia Bright-Green";
notes[count]="Free Lance Writer & Photographer";
sites[count]="http://www.sylviabright-green.com";

count++;

title[count]="TaoWoods Village";
notes[count]="Online Taoist Social Networking Web Site!";
sites[count]="http://www.taowoods.org";


var items = Math.floor(Math.random()*title.length);

document.write('<table width="728" height="90 "cellpadding="0" cellspacing="0" border="1">');
document.write('<tr>');
document.write('<td width="100%" background="http://www.rolandarms.com/home/image/links.png" width="728" height="90" border="0" align="center">');
document.write('<p align="center"><font size="2" face="Sans Serif">');
document.write('<b>' + title[items] + '</b><br> ' + notes[items] + ' <br><a href=" ' + sites[items] + ' ">' + sites[items] + '</a>');
document.write('</font></p></td>');
document.write('</tr>');
document.write('</table>');

//-->
