<!-- Begin
var how_many_ads = 23;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Men's Health Living";
url="home-shop.html#MHL";
alt="Men's Health Living";
banner="http://www.info-desk.co.za/images/magazines/MHL.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="SA Home Owner";
url="home-shop.html#SAHO";
alt="SA Home Owner";
banner="http://www.info-desk.co.za/images/magazines/SAHO.jpg";
width="120";
height="160";
}
if (ad==3) {
txt="ELLE Decoration";
url="home-shop.html#ELLED";
alt="ELLE Decoration";
banner="http://www.info-desk.co.za/images/magazines/ELLED.jpg";
width="120";
height="160";
}
if (ad==4) {
txt="Visi (Afrikaans) ";
url="home-shop.html#VISI";
alt="Visi (Afrikaans) ";
banner="http://www.info-desk.co.za/images/magazines/VISI.jpg";
width="120";
height="160";
}
if (ad==5) {
txt="Visi (English)";
url="home-shop.html#VISE";
alt="Visi (English)";
banner="http://www.info-desk.co.za/images/magazines/VISE.jpg";
width="120";
height="160";
}
if (ad==6) {
txt="Real Simple";
url="home-shop.html#REAL";
alt="Real Simple";
banner="http://www.info-desk.co.za/images/magazines/REAL.jpg";
width="120";
height="160";
}
if (ad==7) {
txt="Tuis";
url="home-shop.html#TUIS";
alt="Tuis";
banner="http://www.info-desk.co.za/images/magazines/TUIS.jpg";
width="120";
height="160";
}
if (ad==8) {
txt="Home";
url="home-shop.html#HOME";
alt="Home";
banner="http://www.info-desk.co.za/images/magazines/HOME.jpg";
width="120";
height="160";
}
if (ad==9) {
txt="House and Leisure";
url="home-shop.html#HAL";
alt="House and Leisure";
banner="http://www.info-desk.co.za/images/magazines/HAL.jpg";
width="120";
height="160";
}
if (ad==10) {
txt="Idees";
url="home-shop.html#DIT";
alt="Idees";
banner="http://www.info-desk.co.za/images/magazines/DIT.jpg";
width="120";
height="160";
}
if (ad==11) {
txt="Ideas";
url="home-shop.html#WVAL";
alt="Ideas";
banner="http://www.info-desk.co.za/images/magazines/WVAL.jpg";
width="120";
height="160";
}
if (ad==12) {
txt="Top Huis";
url="home-shop.html#TH";
alt="Top Huis";
banner="http://www.info-desk.co.za/images/magazines/TH.jpg";
width="120";
height="160";
}
if (ad==13) {
txt="Woman &amp; Home";
url="home-shop.html#WAH";
alt="Woman &amp; Home";
banner="http://www.info-desk.co.za/images/magazines/WAH.jpg";
width="120";
height="160";
}
if (ad==14) {
txt="Food &amp; Home";
url="home-shop.html#FAHE";
alt="Food &amp; Home";
banner="http://www.info-desk.co.za/images/magazines/FAHE.jpg";
width="120";
height="160";
}
if (ad==15) {
txt="Garden &amp; Home";
url="home-shop.html#GAH";
alt="Garden &amp; Home";
banner="http://www.info-desk.co.za/images/magazines/GAH.jpg";
width="120";
height="160";
}
if (ad==16) {
txt="SA Gardening";
url="home-shop.html#SAG";
alt="SA Gardening";
banner="http://www.info-desk.co.za/images/magazines/SAG.jpg";
width="120";
height="160";
}
if (ad==17) {
txt="The Gardener";
url="home-shop.html#GARD";
alt="The Gardener";
banner="http://www.info-desk.co.za/images/magazines/GARD.jpg";
width="120";
height="160";
}
if (ad==18) {
txt="Tuin Paleis";
url="home-shop.html#TUIN";
alt="Tuin Paleis";
banner="http://www.info-desk.co.za/images/magazines/TUIN.jpg";
width="120";
height="160";
}
if (ad==19) {
txt="Property Professional";
url="home-shop.html#PROP";
alt="Property Professional";
banner="http://www.info-desk.co.za/images/magazines/PROP.jpg";
width="120";
height="160";
}
if (ad==20) {
txt="BUILT";
url="home-shop.html#BUILT";
alt="BUILT";
banner="http://www.info-desk.co.za/images/magazines/BUILT.jpg";
width="120";
height="160";
}
if (ad==21) {
txt="Hi-Tech Security";
url="home-shop.html#HTSS";
alt="Hi-Tech Security";
banner="http://www.info-desk.co.za/images/magazines/HTSS.jpg";
width="120";
height="160";
}
if (ad==22) {
txt="Popular Mechanics";
url="home-shop.html#POPM";
alt="Popular Mechanics";
banner="http://www.info-desk.co.za/images/magazines/POPM.jpg";
width="120";
height="160";
}
if (ad==23) {
txt="Wallpaper";
url="home-shop.html#WALL";
alt="Wallpaper";
banner="http://www.info-desk.co.za/images/magazines/WALL.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 -->













