<!---
   var i    = 0;
   var hqvn = new Array("hq1.jpg","hq226.jpg","hq02.jpg","hq17.jpg","hq4.jpg","hq225.jpg","hq226.jpg",
                        "hq800.jpg","hq5.jpg","hq228.jpg","hq615.jpg","hqq1.jpg","hq229.jpg","hq3826.jpg","hq230.jpg","quocky1.jpg","dienHanh4.jpg");

   // TimerId=setTimeout("rotateImage()", 9500);

document.write("<embed src='http://www.freeviet.org/multimedia/ra/rpm/nhavn.rpm' type='audio/x-pn-realaudio-plugin' autostart='true' loop='true'>");

function rotateImage() {
   document.arrayA.src = "Images/"+hqvn[i] ;
   // if (hqvn[i] == "") { 8 = 6
   if (i > 15) {
      i = 0;
   } else {
      i++;
   }  
   TimerId = setTimeout("rotateImage()", 10000);
   return true;
}
   
// -->