function main()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('<img style="width: 615px; height: 266px;" alt="Learn More" src="../images/godrestoration.jpg" />'); } // Godrestorationjpg
if (ranNum == 1){document.write('<img style="width: 615px; height: 266px;" alt="Learn More" src="../images/godrestoration2.jpg" />'); } // Godrestorationjpg2
}
