<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Æí¾ÈÇÑ ÁýÀ» Áþ°í ½Í½À´Ï´Ù."; 
banner="images/houseani.gif";
width="175";
height="190";
}
if (ad==2) {
txt="¾Æ´ÁÇÑ ÁýÀ» Áþ°í ½Í½À´Ï´Ù."; 
banner="images/houseani1.gif";
width="175";
height="190";
}
if (ad==3) {
txt="µû¶æÇÑ ÁýÀ» Áþ°í ½Í½À´Ï´Ù."; 
banner="images/houseani2.gif";
width="175";
height="190";
}
if (ad==4) {
txt="¸¹Àº »ç¶÷µéÀÌ Ã£¾ÆÁÖ´Â ÁýÀ» Áþ°í ½Í½À´Ï´Ù."; 
banner="images/houseani3.gif";
width="175";
height="190";
}
if (ad==5) {
txt="»îÀÌ ¼û½¬´Â ±×·¯ÇÑ ÁýÀ» Áþ°í ½Í½À´Ï´Ù."; 
banner="images/houseani4.gif";
width="175";
height="190";
}
document.write('<center>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0><br>');
document.write('<font size=2 color=#99FFFB>' + txt + '</font>');
document.write('</center>');
// End -->
