	<!--
function formatCats() {

	      now = new Date();
        s = now.getSeconds();


                if (s>= 0 & s<= 15)  
                return '<table width="137" border="0" cellspacing="0" cellpadding="0" background="http://www.wed.co.za/2001_images/wedcouple.jpg" height="248">';
        else if (s>= 16 & s<= 30) 
                return '<table width="137" border="0" cellspacing="0" cellpadding="0" background="http://www.wed.co.za/2001_images/wedcoupleB.jpg" height="248">';
        else if (s>= 31 & s<= 45) 
                return '<table width="137" border="0" cellspacing="0" cellpadding="0" background="http://www.wed.co.za/2001_images/wedcoupleC.jpg" height="248">';
       else  
                return '<table width="137" border="0" cellspacing="0" cellpadding="0" background="http://www.wed.co.za/2001_images/wedcoupleD.jpg" height="248">';

}
//-->