var stands=new Array()

stands[1]="naccc07sf_05_108.jpg"
stands[2]="naccc07sf_05_110.jpg"
stands[3]="naccc07sf_05_111.jpg"
stands[4]="naccc07sf_05_112.jpg"
stands[5]="naccc07sf_05_113.jpg"
stands[6]="naccc07sf_06_098.jpg"
stands[7]="naccc07sf_06_099.jpg"
stands[8]="naccc07sf_06_100.jpg"
stands[9]="naccc07sf_06_101.jpg"
stands[10]="naccc07sf_06_102.jpg"
stands[11]="naccc07sf_06_103.jpg"
stands[12]="naccc07sf_06_104.jpg"
stands[13]="naccc07sf_06_107.jpg"
stands[14]="naccc07sf_06_108.jpg"
stands[15]="naccc07sf_06_111.jpg"
stands[16]="naccc07sf_06_112.jpg"
stands[17]="naccc07sf_06_113.jpg"
stands[18]="naccc07sf_06_114.jpg"
stands[19]="naccc07sf_06_115.jpg"
stands[20]="naccc07sf_06_116.jpg"
stands[21]="naccc07sf_06_117.jpg"
stands[22]="naccc07sf_06_118.jpg"
stands[23]="naccc07sf_06_120.jpg"
stands[24]="naccc07sf_09_059.jpg"
stands[25]="naccc07sf_09_060.jpg"
stands[26]="naccc07sf_09_062.jpg"
stands[27]="naccc07sf_09_064.jpg"
stands[28]="naccc07sf_09_065.jpg"
stands[29]="naccc07sf_09_066.jpg"

var ry

function stands1(){
document.write('<div id="thumbsCol1">')
for(ry=1; ry<=8; ry++){
	document.write('<div class="thumbs"><a href="http://ainteasyproductions.com/images/naccc/736x492/stands/' + stands[ry] + '" target="_blank;"><img src="../images/naccc/155x104/stands/' + stands[ry] + '" /></a><br><div class="pictitle">' + stands[ry] + '</div></div> ')
}
document.write('</div><div id="thumbsCol2">')
for(ry; ry<=15; ry++){
	document.write(' <div class="thumbs"><a href="http://ainteasyproductions.com/images/naccc/736x492/stands/' + stands[ry] + '" target="_blank;"><img src="../images/naccc/155x104/stands/' + stands[ry] + '" /></a><div class="pictitle">' + stands[ry] + '</div></div> ')
}
document.write('</div><div id="thumbsCol3">')
for(ry; ry<=22; ry++){
	document.write(' <div class="thumbs"><a href="http://ainteasyproductions.com/images/naccc/736x492/stands/' + stands[ry] + '" target="_blank;"><img src="../images/naccc/155x104/stands/' + stands[ry] + '" /></a><div class="pictitle">' + stands[ry] + '</div></div> ')
}
document.write('</div><div id="thumbsCol4">')
for(ry; ry<=29; ry++){
	document.write(' <div class="thumbs"><a href="http://ainteasyproductions.com/images/naccc/736x492/stands/' + stands[ry] + '" target="_blank;"><img src="../images/naccc/155x104/stands/' + stands[ry] + '" /></a><div class="pictitle">' + stands[ry] + '</div></div> ')
}
document.write('</div>')
}
