// JavaScript Document
var imagenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "<img src='/v3_header/chp_00.jpg' alt='Anoka County Child Protection'>"
images[2] = "<img src='/v3_header/chp_01.jpg' alt='Anoka County Child Protection'>"
images[3] = "<img src='/v3_header/chp_02.jpg' alt='Anoka County Child Protection'>"
images[4] = "<img src='/v3_header/chp_03.jpg' alt='Anoka County Child Protection'>"
var image = images[rand1]
