<!-- Begin
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="The Akara Villas";
txt1="Petitenget - 5 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/akara/akara.html";
alt="The Akara Villas - Petitenget";
banner="http://www.villa8bali.com/images/akara.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==2) {
txt="Villa Aqua";
txt1="Oberoi - 4 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/aqua/aqua.html";
alt="Villa Aqua - Oberoi";
banner="http://www.villa8bali.com/images/aqua.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==3) {
txt="Villa Asta"; 
txt1="Seminyak - 5 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/asta/asta.html";
alt="Villa Asta - Batubelig, Seminyak";
banner="http://www.villa8bali.com/images/asta.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==4) {
txt="Villa Bali Asri"; 
txt1="Seminyak - 1,2,3 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/baliasri/baliasri.html";
alt="Villa Bali Asri - Seminyak";
banner="http://www.villa8bali.com/images/baliasri.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==5) {
txt="Villa Casa Mateo"; 
txt1="Seminyak - 5 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/casamateo/casamateo.html";
alt="Villa Casa Mateo - Seminyak";
banner="http://www.villa8bali.com/images/casamateo.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==6) {
txt="Four @ Drupadi"; 
txt1="Seminyak - 2,3 Bedrooms";
txt2="5 Bedrooms";
url="http://www.villa8bali.com/villas/fourdrupadi/fourdrupadi.html";
alt="Four @ Drupadi - Seminyak";
banner="http://www.villa8bali.com/images/fourdrupadi.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==7) {
txt="Villa Coco Groove"; 
txt1="Seminyak - 3 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/cocogroove/cocogroove.html";
alt="Villa Coco Groove - Seminyak";
banner="http://www.villa8bali.com/images/cocogroove.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==8) {
txt="The Seiryu"; 
txt1="Seminyak - 1 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/seiryu/seiryu.html";
alt="The Seiryu - Seminyak";
banner="http://www.villa8bali.com/images/seiryu.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==9) {
txt="Sitara Padi Villas"; 
txt1="Umalas - 1,2,3 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/sitarapadi/sitarapadi.html";
alt="Sitara Padi Villas - Seminyak";
banner="http://www.villa8bali.com/images/sitarapadi.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}
if (ad==10) {
txt="Villa 8"; 
txt1="Seminyak - 2,4 Bedrooms";
txt2="";
url="http://www.villa8bali.com/villas/villa8/villa8.html";
alt="Villa 8 - Seminyak";
banner="http://www.villa8bali.com/images/villa8.jpg";
class1="bannertext";
class2="bannertext1";
width="180";
height="130";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<font class=\"bannertext\">' + txt + '</font><br>');
document.write('<font class=\"bannertext1\">' + txt1 + '</font></a>');
document.write('</center>');
// End -->

