document.write("<table width=170 border=0 cellpadding=0 cellspacing=0 bgcolor=#FFFFFF>");
document.write("<tr><td width=10 height=10><img src=images/white_top_left_corner.jpg width=10 height=10 /></td>");
document.write("<td></td><td width=10 height=10><img src=images/white_top_right_corner.jpg width=10 height=10 /></td>");
document.write("</tr><tr><td></td><td width=160 align=center style='font-family: Verdana; font-size: 8pt'>");
document.write("<b>OUR POPULAR BRANDS </b><BR><hr color='#CCCCCC' size='1' noshade>");
var currentdate3 = 0
var core3 = 0

function StringArray3 (n) {
  this.length = n;
  for (var i3 =1; i3 <= n; i3++) {
    this[i3] = ' '

  }
}

image3 = new StringArray3(19)
image3[0] = 'adv/1.JPG'
image3[1] = 'adv/2.JPG'
image3[2] = 'adv/3.JPG'
image3[3] = 'adv/4.JPG'
image3[4] = 'adv/5.JPG'
image3[5] = 'adv/6.JPG'
image3[6] = 'adv/7.JPG'
image3[7] = 'adv/8.JPG'
image3[8] = 'adv/9.JPG'
image3[9] = 'adv/10.JPG'
image3[10] = 'adv/11.JPG'
image3[11] = 'adv/12.JPG'
image3[12] = 'adv/13.JPG'
image3[13] = 'adv/14.JPG'
image3[14] = 'adv/15.JPG'
image3[15] = 'adv/16.JPG'
image3[16] = 'adv/17.JPG'
image3[17] = 'adv/18.JPG'
image3[18] = 'adv/19.JPG'

var ran3 = 60/image3.length

function ranimage3() {
  currentdate3 = new Date()
  core3 = currentdate3.getSeconds()
  core3 = Math.floor(core3/ran3)
    return(image3[core3])
}

document.write("<img src='" +ranimage3()+ "'>")
document.write("</td><td></td></tr><tr><td width=10 height=10><img src=images/white_bott_left_corner.jpg width=10 height=10 /></td>");
document.write("<td></td><td width=10 height=10><img src=images/white_bott_right_corner.jpg width=10 height=10 /></td>");
document.write("</tr></table>");
