// generate random product index
prod_indx = Math.floor(Math.random()*num_products);

url_array[prod_indx] = "http://www.cybertopcops.com/" + url_array[prod_indx];
img_array[prod_indx] = "http://www.cybertopcops.com/" + img_array[prod_indx];

document.write("<font size=2><b><a href='"+url_array[prod_indx]+"&loc=rotban'><img src='"+img_array[prod_indx]+"' title='"+descr_array[prod_indx]+"' alt='"+descr_array[prod_indx]+"' width='468' height='60' border='0'></a></b></font>");