function my_random(n) {
if(navigator.appVersion.charAt(0) <=2 && navigator.appName.charAt(0) == "N") {
t = new Date();
t = t.getTime(); t += ""; t = t.substring(t.length-3,t.length); t = eval(t)/1000;
t = Math.floor(t*n);
return t;
}
else {
t = Math.floor(Math.random()*n);
return t;
}
}

var imgMax  = 3; //*****numberofimage
var imgRand = my_random(imgMax)+1;

          if(imgRand == 1)  document.write('<IMG src=imgtop/01.jpg width=420 height=100 border=0 alt=–kŠC“¹_‹{ title=–kŠC“¹_‹{>');
          else if(imgRand == 2)  document.write('<IMG src=imgtop/02.jpg width=420 height=100 border=0 alt=–kŠC“¹_‹{ title=–kŠC“¹_‹{>');
          else if(imgRand == 3)  document.write('<IMG src=imgtop/03.jpg width=420 height=100 border=0 alt=–kŠC“¹_‹{ title=–kŠC“¹_‹{>');
          else if(imgRand == 4)  document.write('<IMG src=imgtop/04.jpg width=420 height=100 border=0 alt=–kŠC“¹_‹{ title=–kŠC“¹_‹{>');