// Randam image change.
jmp = new Array();
img = new Array();
// Jump to This URL with unbers.
jmp[0] = "products/bpt-pro/";
jmp[1] = "products/cad-compo/";
jmp[2] = "products/dbp/";
jmp[3] = "products/ddcsv/";
jmp[4] = "products/ard/";
jmp[5] = "products/ars/";

// Image for display same number with above URL.
img[0] = "img/top-img_1.gif";
img[1] = "img/top-img_3.jpg";
img[2] = "img/top-img_dbp.gif";
img[3] = "img/top-img-ddcsv.gif";
img[4] = "products/ard/img/top_img.jpg";
img[5] = "products/ars/img/ars_top.jpg";

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>");