function leftcolumn()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="http://www.buddies4you.com/images/makefriendsonline.jpg" alt="Make friends online" width="120" height="90">'); } // two
if (ranNum == 1){document.write('<img src="http://www.buddies4you.com/images/socialfriends4.jpg" alt="Meet people" width="120" height="90">'); } // four
if (ranNum == 2){document.write('<img src="http://www.buddies4you.com/images/friendsuk.jpg" alt="Meet new people" width="120" height="90">'); } // activities2
if (ranNum == 3){document.write('<img src="http://www.buddies4you.com/images/newfriends.jpg" alt="dating friends" width="80" height="90">'); } // newfriends
if (ranNum == 4){document.write('<img src="http://www.buddies4you.com/images/meetpeople.jpg" alt="meet new friends" width="90" height="90">'); } // meetpeople
}
