var vendor_count = 0;
var vendor_title = new Array();
var _vendor_view_ff;
_vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='AGV'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Akuma'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Arai'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Axo'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Battery Tender'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Cortech'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='D.I.D'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Diadora'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='EK'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Fieldsheer'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Gaerne'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Genuine Innovations'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='GoPro'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='HJC'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Honda'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Joe Rocket'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Kawasaki'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='MotoCam'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='OnGuard'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Pokerun'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Renthal'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='RK'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='RockHard'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Scala Rider'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Shark'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Shoei'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Slime'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Speed & Strength'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Speed Strength'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='SportVue'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Suomy'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Suzuki'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='TCX'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Timex'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Tourmaster'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Triumph Motorcycles'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Vendramini'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='VholdR'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Yamaha'; _vendor_view_ff=''; vendor_count++; vendor_title[vendor_count]='Zox'; _vendor_view_ff='';
var vendor_count5 = Math.round(vendor_count/5);
document.write('<div style="width:100%;background-color:#EAF2FB;">');
document.write('<table cellspacing=0 cellpadding=9 border=0 width=100%><tr valign=top>');
document.write('<td width=20%>');
for(var i=1;i<=vendor_count;i++) {
document.write('<div style=font-size:70%;color:#336699;>&#149; <a href='+path+'(catalogbyvendor)?OpenView&RestrictToCategory='+encodeURI(vendor_title[i])+'&Start=1&Count=100&>'+vendor_title[i]+'</a></div>');
if((i==vendor_count5)||(i==vendor_count5*2)||(i==vendor_count5*3)||(i==vendor_count5*4)) {document.write('</td><td width=20%>')}
}
document.write('</td></tr></table></div>');
