// Randam image change.
jmp = new Array();
img = new Array();
// Jump to This URL with unbers.
jmp[0] = "products/rb-p/";
jmp[1] = "products/b-p/";
jmp[2] = "products/aipathpro/";




// Image for display same number with above URL.
img[0] = "img/top_renbanpac_baner.gif";
img[1] = "img/top_barcodepac_baner.gif";
img[2] = "img/baner_900-250.gif";




n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"'height='250' width='900' border='0' alt='Adobe Illustrator plug-in' galleryimg='no'>");
document.write("</a>");
