var numberofpics = 2

var quote = new Array(numberofpics);
quote[0] = "images/parenting-02.gif";
quote[1] = "images/parenting-03.gif";

now=new Date()
num=(now.getSeconds())%numberofpics
document.write('<img src="'+quote[num]+'" alt="A Family Affair - Supervised Visitations, Safe Exchanges and Child/Parenting Services" width="105" height="210" border="0">') 
                