function randomtesti() {
};

randomtesti = new randomtesti();
number = 0;

randomtesti[number++] = "<a href=http://profiles.friendster.com/11769438>Lady Angela</a> -- <i>The price is just right!</i>"
randomtesti[number++] = "<a href=http://profiles.friendster.com/6394031>Gilia</a> -- <i>I'm very satisfied with their system. World class!</i>"

increment = Math.floor(Math.random() * number);

document.write(randomtesti[increment]);
