<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Sarie Bruid";
url="wedding-books.html#27715527";
alt="Sarie Bruid";
banner="http://www.info-desk.co.za/images/magazines/SBRD.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="True Love Bride";
url="wedding-books.html#TLBR";
alt="True Love Bride";
banner="http://www.info-desk.co.za/images/magazines/TLBR.jpg";
width="120";
height="160";
}
if (ad==3) {
txt="Fairlady Bride";
url="wedding-books.html#FBRD";
alt="Fairlady Bride";
banner="http://www.info-desk.co.za/images/magazines/FBRD.jpg";
width="120";
height="160";
}
if (ad==4) {
txt="Wedding Collection";
url="wedding-books.html#WEDCOL";
alt="Wedding Collection";
banner="http://www.info-desk.co.za/images/magazines/WEDCOL.jpg";
width="120";
height="160";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td>');
document.write('</td><td>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small><b>' + txt + '</b></small></a>');
document.write('</td></tr></table>');
// End -->














