var cText = ''

cText = '<table style="text-align: center; margin-left: auto; margin-right: auto"; cellpadding="2" cellspacing="2">'

document.write(cText)

cText = '<tbody> <tr>'

document.write(cText)

cText = '<td style="text-align: center; vertical-align: top; width: 33%;"><img style="width: 316px; height: 130px;" alt="Hill Billy Goats Gruff" src="Images/footer_images/HBG_3.gif"></td>'

document.write(cText)

cText = '<td style="width: 33%; text-align: center; vertical-align: top;"><img style="width: 316px; height: 130px;" alt="Hansel and Gretel" src="Images/footer_images/HG_2.gif"></td>'

document.write(cText)

cText = '<td style="width: 34%; text-align: center; vertical-align: top;"><img style="width: 316px; height: 130px;" alt="Whiff" src="Images/footer_images/Whiff_1.gif"></td>'

document.write(cText)
		
cText = '</tr> </tbody>'

document.write(cText)

cText = '</table>'

document.write(cText)


