<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Villa Danoya";
txt1="S e m i n y a k";
txt2="2,3 Bedrooms";
url="http://www.bali-thevillas.com/seminyak-bali-villas/villa-danoya/index.html";
alt="Villa Danoya - Seminyak";
banner="http://www.bali-thevillas.com/images/danoya.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==2) {
txt="Villa Lima Puri";
txt1="S e m i n y a k";
txt2="3 Bedrooms";
url="http://www.bali-thevillas.com/seminyak-bali-villas/villa-lima-puri/index.html";
alt="Villa Lima Puri - Seminyak";
banner="http://www.bali-thevillas.com/images/limapuri.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==3) {
txt="Villa Ranadi"; 
txt1="S e m i n y a k";
txt2="1,2,3,6 Bedrooms";
url="http://www.bali-thevillas.com/seminyak-bali-villas/villa-ranadi/index.html";
alt="Villa Ranadi - Seminyak";
banner="http://www.bali-thevillas.com/images/ranadi.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==4) {
txt="Villa Ba Jabula"; 
txt1="C a n g g u";
txt2="4 Bedrooms";
url="http://www.bali-thevillas.com/canggu-bali-villas/villa-ba-jabula/index.html";
alt="Villa Ba Jabula - Canggu";
banner="http://www.bali-thevillas.com/images/bajabula.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==5) {
txt="Villa Mahatma"; 
txt1="C a n g g u";
txt2="5 Bedrooms";
url="http://www.bali-thevillas.com/canggu-bali-villas/villa-mahatma/index.html";
alt="Villa Mahatma - Canggu";
banner="http://www.bali-thevillas.com/images/mahatma.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==6) {
txt="Villa Sarasvati"; 
txt1="C a n g g u";
txt2="1,4,5,8,9 Bedrooms";
url="http://www.bali-thevillas.com/canggu-bali-villas/villa-sarasvati/index.html";
alt="Villa Sarasvati - Canggu";
banner="http://www.bali-thevillas.com/images/sarasvati.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==7) {
txt="Villa Buddha Hill"; 
txt1="U l u w a t u";
txt2="3 Bedrooms";
url="http://www.bali-thevillas.com/uluwatu-bali-villas/villa-buddha-hill/index.html";
alt="Villa Buddha Hill - Uluwatu";
banner="http://www.bali-thevillas.com/images/buddhahill.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==8) {
txt="The Beach House"; 
txt1="O b e r o i";
txt2="4 Bedrooms";
url="http://www.bali-thevillas.com/oberoi-bali-villas/villa-beach-house/index.html";
alt="The Beach House - Oberoi";
banner="http://www.bali-thevillas.com/images/beachhouse.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
if (ad==9) {
txt="Villa Saba"; 
txt1="O b e r o i";
txt2="1,2,9 Bedrooms";
url="http://www.bali-thevillas.com/oberoi-bali-villas/villa-saba/index.html";
alt="Villa Saba - Oberoi";
banner="http://www.bali-thevillas.com/images/saba.jpg";
class1="bannertext";
class2="bannertext1";
width="200";
height="140";
}
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><br>');
document.write('<font class=\"bannertext1\">' + txt2 + '</font>');
document.write('</center>');
// End -->

