function global()
{
//8
var ranNum= Math.round(Math.random() * 8);
if (ranNum == 0){document.write('<a target="_blank" href="http://www.loadsoflove.ca/"><img border="0" src="snaps/Loads-of-Love.jpg" width="125" height="300"></a></p>'); } // LoadsofLove
if (ranNum == 1){document.write('<a target="_blank" href="http://www.childrenofhope.name/"><img border="0" src="snaps/children-of-hope.jpg" width="125" height="277"></a></p>'); } // ChildrenofHope
if (ranNum == 2){document.write('<a href="http://www.evangel.on.ca/todlers.php"><img border="0" src="snaps/Nursery-Care.jpg" width="125" height="300"></a></p>'); } // NurseryCare
if (ranNum == 3){document.write('<a target="_blank" href="http://www.evangel.on.ca/sermon-audio.html"><img border="0" src="snaps/sermon-audio-message.jpg" width="125" height="328"></a></p>'); } // sermonaudio
if (ranNum == 4){document.write('<center><img alt="" src="snaps/villa.jpg" width="125" height="243" ></centre>'); } // villa
if (ranNum == 5){document.write('<center><img alt="" src="snaps/villa.jpg" width="125" height="243" ></centre>'); } // villa2
if (ranNum == 6){document.write('<center><img alt="" src="snaps/villa.jpg" width="125" height="243" ></centre>'); } // villa3
if (ranNum == 7){document.write('<center><img alt="" src="snaps/villa.jpg" width="125" height="243" ></centre>'); } // villa4
if (ranNum == 8){document.write('<center><img alt="" src="snaps/villa.jpg" width="125" height="243" ></centre>'); } // villa5
}