/* Image1 */
var imagenumber = 16 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "head_lg_1.jpg"
images[2] = "head_lg_2.jpg"
images[3] = "head_lg_3.jpg"
images[4] = "head_lg_4.jpg"
images[5] = "head_lg_5.jpg"
images[6] = "head_lg_6.jpg"
images[7] = "head_lg_7.jpg"
images[8] = "head_lg_8.jpg"
images[9] = "head_lg_9.jpg"
images[10] = "head_lg_10.jpg"
images[11] = "head_lg_11.jpg"
images[12] = "head_lg_12.jpg"
images[13] = "head_lg_13.jpg"
images[14] = "head_lg_14.jpg"
images[15] = "head_lg_15.jpg"
images[16] = "head_lg_16.jpg"
var image_1 = images[rand1]

/* Image2 */
var imagenumber = 16 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "head_sm_1.jpg"
images[2] = "head_sm_2.jpg"
images[3] = "head_sm_3.jpg"
images[4] = "head_sm_4.jpg"
images[5] = "head_sm_5.jpg"
images[6] = "head_sm_6.jpg"
images[7] = "head_sm_7.jpg"
images[8] = "head_sm_8.jpg"
images[9] = "head_sm_9.jpg"
images[10] = "head_sm_10.jpg"
images[11] = "head_sm_11.jpg"
images[12] = "head_sm_12.jpg"
images[13] = "head_sm_13.jpg"
images[14] = "head_sm_14.jpg"
images[15] = "head_sm_15.jpg"
images[16] = "head_sm_16.jpg"
var image_2 = images[rand1]

