var tips = new Array("/atf/cf/{00812ECA-A71B-4C2C-8FF3-8F16A5742EEA}/parentingTips_01.jpg","/atf/cf/{00812ECA-A71B-4C2C-8FF3-8F16A5742EEA}/parentingTips_02.jpg",
				 "/atf/cf/{00812ECA-A71B-4C2C-8FF3-8F16A5742EEA}/parentingTips_03.jpg","/atf/cf/{00812ECA-A71B-4C2C-8FF3-8F16A5742EEA}/parentingTips_04.jpg",
				 "/atf/cf/{00812ECA-A71B-4C2C-8FF3-8F16A5742EEA}/parentingTips_05.jpg","/atf/cf/{00812ECA-A71B-4C2C-8FF3-8F16A5742EEA}/parentingTips_06.jpg")

var index = Math.round(Math.random()*(tips.length-1));
document.write('<img src="'+tips[index]+'" width=201>');