
<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
url="http://www.xiaohei.net/";
alt="xiaohei.net";
banner="http://www.xiaohei.net/images/banners/xh468x60-7.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.xiaohei.net/";
alt="xiaohei.net";
banner="http://www.xiaohei.net/images/banners/xh468x60-7.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.guitaryou.com";
alt="結他友網站";
banner="http://www.xiaohei.net/images/banners/guitaryou1.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.xiaohei.net";
alt="xiaohei.net";
banner="http://www.xiaohei.net/images/banners/xh468x60-7.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.geocities.com/josephine_lee_hk/";
alt="小山竹網頁";
banner="http://www.xiaohei.net/images/banners/shanchuk468x60-1.gif";
width="468";
height="60";
}
if (ad==6) {
url="http://www.xiaohei.net";
alt="靚靚日記";
banner="http://www.xiaohei.net/images/banners/lanlandiary468x60-1.gif";
width="468";
height="60";
}
if (ad==7) {
url="http://www.snooker.com.hk";
alt="全港最正桌球網頁";
banner="http://www.xiaohei.net/images/banners/jp468x60-6.gif";
width="468";
height="60";
}


document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('<\/a>');


// End -->

