var bannerImg = new Array();
  // Enter the names of the images below
  bannerImg[0]="../Ads/Position/LongNguyenAAA.gif";
  bannerImg[1]="../Ads/Position/YipAutoRepair.gif";
  bannerImg[2]="../Ads/Position/DNK.gif";
  bannerImg[3]="../Ads/Position/Lords-Insurance.gif";
  bannerImg[4]="../Ads/Position/TravelRose.gif";
  bannerImg[5]="../Ads/Position/TrinhTracDDS.gif";
  bannerImg[6]="../Ads/Position/ThienTruc.gif";
  bannerImg[7]="../Ads/Position/BanhCuonThanhTri.gif";
  bannerImg[8]="../Ads/Position/ExpressBlind.gif";
  bannerImg[9]="../Ads/Position/AAElectrical.gif";

var newBanner=0;var totalBan=bannerImg.length;function cycleBan() {if (newBanner==totalBan){newBanner=0;}document.banner.src=bannerImg[newBanner];
// set the time below for length of image display // i.e., "4*1000" is 4 seconds
setTimeout("cycleBan()", 4*1000);newBanner++;}IE4=(document.all) ? true : false;
 NC4=(document.layers) ? true : false;
function IE(){return false;}
function NC(){return false;} if (!IE4){document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);document.onmousedown=NC;document.onmouseup=NC;document.oncontextmenu=IE;} else{document.onmouseup=IE;document.oncontextmenu=IE;}

 document.onselectstart=new Function('return false');window.onload=cycleBan;
