function randimage(){
date = new Date();
for(i=0; i<(date.getMilliseconds()/4); i++) Math.random();
x=Math.ceil(Math.random() * 74);
imgframe.src= 'img/image' + String(x) + '.gif' ;
}
