var totallinks=7 var urls=new Array(totallinks) var tags=new Array(totallinks) urls[0]="index.html" tags[0]="Home" urls[1]="events.htm" tags[1]="Events this year" urls[2]="whystories.htm" tags[2]="Why stories?" urls[3]="need.htm" tags[3]="Stories are what you need for..." urls[4]="peoplesaid.htm" tags[4]="What people say" urls[5]="pictures.htm" tags[5]="Pictures" urls[6]="contact.htm" tags[6]="Contact Jim" var navbarstr ="" var pos = 0 while (pos < totallinks){ navbarstr = navbarstr + "" pos = pos + 1; } document.write(navbarstr);