function image() {
};

image = new image();
number = 0;

image[number++] = "<a href = 'antipolo_tourist_desti.php'><img src='antipoloimg/home_random/bosoboso.jpg' alt='BosoBoso' /></a>";

image[number++] = "<a href = 'antipolo_tourist_desti.php'><img src='antipoloimg/home_random/taktak.jpg' alt='Hinulugang Taktak' /></a>";

image[number++] = "<a href = 'antipolo_festivals.php'><img src='antipoloimg/home_random/sumakah.jpg' alt='Sumakah Festival' /></a>";

image[number++] = "<a href = 'antipolo_our_lady_peace.php'><img src='antipoloimg/home_random/voyage.jpg' alt='Our Lady of Peace and Good Voyage' /></a>";

increment = Math.floor(Math.random() * number);

document.write(image[increment]);
