small_photos = new Array
small_photos[0] = "arquimedes1.jpg"
small_photos[1] = "arts1.jpg"
small_photos[2] = "arvin1.jpg"
small_photos[3] = "bandag1.jpg"
small_photos[4] = "cargafacil1.jpg"
small_photos[5] = "daimerchrysler1.jpg"
small_photos[6] = "expotransporte1.jpg"
small_photos[7] = "indicador.jpg"
small_photos[8] = "kwmexicana1.jpg"
small_photos[9] = "lozano1.jpg"
small_photos[10] = "mundologistico1.jpg"
small_photos[11] = "cama.gif"
small_photos[12] = "ritchiebros1.jpg"
small_photos[13] = "tipsa1.jpg"
small_photos[14] = "tmc1.jpg"
small_photos[15] = "troquero.gif"
small_photos[16] = "transporteinformativo-1.jpg"
small_photos[17] = "utility1.jpg"
small_photos[18] = "vilchis1.jpg"
small_photos[19] = "vwcamiones1.jpg"
small_photos[20] = "bc.jpg"
small_photos[21] = "truckvision.jpg"
small_photos[22] = "tyt.gif"
small_photos[23] = "international.gif"
small_photos[24] = "rematecamiones1.jpg"
small_photos[25] = "porta.gif"
small_photos[26] = "volvo.gif"

links = new Array
links[0] = "http://www.arquimedes.com.mx/"
links[1] = "http://www.artstrucks.com/"
links[2] = "http://arvinmeritor.com"
links[3] = "http://www.bandag.com.mx/"
links[4] = "http://www.cargafacil.com/"
links[5] = "http://dcvc.com.mx/dcvc"
links[6] = "http://www.expotransporte.com.mx/"
links[7] = "http://www.indicadorautomotriz.com.mx/"
links[8] = "http://www.kenworth.com.mx"
links[9] = "http://www.remolqueslozano.com.mx/"
links[10] = "http://www.mundologistico.net/"
links[11] = "http://tianguiscamionero.com/nuevo2/html.ligas/camabaja.htm"
links[12] = "http://www.rbauction.com.mx/"
links[13] = "http://www.tanquestipsa.com/"
links[14] = "http://www.tmc.com.mx/"
links[15] = "http://www.eltroqueromex.com/"
links[16] = "http://www.transporteinformativo.com/"
links[17] = "http://www.utility.com.mx/"
links[18] = "http://www.vilchis.com/"
links[19] = "http://www.camionesvw.com.mx/"
links[20] = "http://www.buscocamiones.com/"
links[21] = "http://www.truckvision.com"
links[22] = "http://www.tyt.com.mx/"
links[23] = "http://www.internationalcamiones.com/default2.asp"
links[24] = "http://www.tianguiscamionero.com"
links[25] = "http://www.tianguiscamionero.com"
links[26] = "http://www.volvotrucks.com/trucks/na/es-mx/pages/mex_home.aspx"

var largo_real = small_photos.length;
var b = 0;
small_banner = new Array
for(b=0;b<=largo_real;b++){
small_banner[b] = new Image();
small_banner[b].src = "anuncios/" + small_photos[b];
}
