function events()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<img src="http://www.therunawayproduction.com/images/trp_events_photo.jpg" alt="" height="260" width="255" border="0">'); } // basketball
if (ranNum == 1){document.write('<img src="http://www.therunawayproduction.com/images/trp_events_photo2.jpg" alt="" height="260" width="255" border="0">'); } // girls
if (ranNum == 2){document.write('<img src="http://www.therunawayproduction.com/images/trp_events_photo3.jpg" alt="" height="260" width="255" border="0">'); } // 3
if (ranNum == 3){document.write('<img src="http://www.therunawayproduction.com/images/trp_events_photo4.jpg" alt="" height="260" width="255" border="0">'); } // 4
if (ranNum == 4){document.write('<img src="http://www.therunawayproduction.com/images/trp_events_photo5.jpg" alt="" height="260" width="255" border="0">'); } // 5
}