document.write('<font face="arial" size="2" color="#993399"><b>')
function text() {
};
text = new text();
number = 0;
// textArray
text[number++] = '<a href="http://www.mojostars.com/movie_trailers/a/ace_ventura_when_nature_calls.php"><img border="0" src="http://www.mojostars.com/movie_trailers/a/ace_ventura_when_nature_calls.gif" width="101" height="140"><br>Ace Ventura Trailer</a>'
text[number++] = '<a href="http://www.mojostars.com/movie_trailers/a/avatar.php"><img border="0" src="http://www.mojostars.com/movie_trailers/a/avatar.gif" width="90" height="140"><br>Avatar Trailer</a>'
text[number++] = '<a href="http://www.mojostars.com/movie_trailers/c/the_clash_of_the_titans.php"><img border="0" src="http://www.mojostars.com/movie_trailers/c/the_clash_of_the_titans_2010.gif" width="90" height="140"><br>The Clash Of The Titans Trailer</a>'
text[number++] = '<a href="http://www.mojostars.com/movie_trailers/i/iron_man_2.php"><img border="0" src="http://www.mojostars.com/movie_trailers/i/iron_man_2_2010.gif" width="90" height="140"><br>Iron Man 2 Trailer</a>'
text[number++] = '<a href="http://www.mojostars.com/movie_trailers/a/the_avengers.php"><img border="0" src="http://www.mojostars.com/movie_trailers/a/the_avengers.gif" width="90" height="140"><br>The Avengers (2012) Teaser Trailer</a>'
// keep adding items here...
increment = Math.floor(Math.random() * number);
document.write(text[increment]);
document.write('</b></font>')
