function ministries()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a href="http://www.evangel.on.ca/superchurch6-G6.php"><img border="0" src="snaps/WackyWally.jpg" width="125" height="300"></a></p>'); } // WallyWacky
if (ranNum == 1){document.write('<a href="http://www.evangel.on.ca/music.php"><img border="1" src="snaps/instrumentalists.jpg" width="125" height="272"></a></p>'); } // Instrumentalists
if (ranNum == 2){document.write('<a href="http://www.evangel.on.ca/music.php"><img border="0" src="snaps/singers.jpg" width="125" height="300"></a></p>'); } // singers
if (ranNum == 3){document.write('<a href="http://www.evangel.on.ca/superchurch6-G6.php"><img border="0" src="snaps/kids-connection.jpg" width="125" height="279"></a></p>'); } // KidsConnection
}