<!--
function link() {
};
link = new link();
number = 0;

// linkArray
link[number++] = "<a style='text-decoration: none' href='contents/FlashGames/file_info/play.php?file=Air_Typer_-_Typing_Games.swf'><img border='0' alt='Play' src='contents/FlashGames/Air_Typer_-_Typing_Games.jpg'><br>Have You Played Air Typer On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FlashGames/file_info/play.php?file=Baloons_-_Shooting_N_Whacking_Games.swf'><img border='0' alt='Play' src='contents/FlashGames/Baloons_-_Shooting_N_Whacking_Games.jpg'><br>Have You Played Baloons On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FlashGames/file_info/play.php?file=Bowling_-_Sports_Games.swf'><img border='0' alt='Play' src='contents/FlashGames/Bowling_-_Sports_Games.jpg'><br>Have You Played Bowling On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FlashGames/file_info/play.php?file=Bubble_Trouble_-_Arcade_Games.swf'><img border='0' alt='Play' src='contents/FlashGames/Bubble_Trouble_-_Arcade_Games.jpg'><br>Have You Played Bubble Trouble On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FlashGames/file_info/play.php?file=Extreme_Racing_-_Speed_Games.swf'><img border='0' alt='Play' src='contents/FlashGames/Extreme_Racing_-_Speed_Games.jpg'><br>Have You Played Extreme Racing On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/HumorFlashes/file_info/play.php?file=Bonzai.swf'><img border='0' alt='Play' src='contents/HumorFlashes/Bonzai.jpg'><br>Have You Watched Bonzai On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/HumorFlashes/file_info/play.php?file=Dirty_Baby.swf'><img border='0' alt='Play' src='contents/HumorFlashes/Dirty_Baby.jpg'><br>Have You Watched Dirty Baby On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/HumorFlashes/file_info/play.php?file=Mission_Impossible.swf'><img border='0' alt='Play' src='contents/HumorFlashes/Mission_Impossible.jpg'><br>Have You Watched Mission Impossible On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/HumorFlashes/file_info/play.php?file=Mr_Boomba_Funky_Tough_Guy_Episode_9_-_Elevator.swf'><img border='0' alt='Play' src='contents/HumorFlashes/Mr_Boomba_Funky_Tough_Guy_Episode_9_-_Elevator.jpg'><br>Have You Watched Mr. Boomba In Elevator On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/HumorFlashes/file_info/play.php?file=Software_Conversation.swf'><img border='0' alt='Play' src='contents/HumorFlashes/Software_Conversation.jpg'><br>Have You Watched Software Conversation On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FunnyVideos/file_info/play.php?file=Exam_-_Lotto_Instant_Kiwi.flv'><img border='0' alt='Play' src='contents/FunnyVideos/Exam_-_Lotto_Instant_Kiwi.jpg'><br>Have You Watched Exam On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FunnyVideos/file_info/play.php?file=Eye_Testing_For_Pensioners_-_St_John_Eye_Care_Centre_Eye_Eest_Advertisement.flv'><img border='0' alt='Play' src='contents/FunnyVideos/Eye_Testing_For_Pensioners_-_St_John_Eye_Care_Centre_Eye_Eest_Advertisement.jpg'><br>Have You Watched Eye Testing For Pensioners On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FunnyVideos/file_info/play.php?file=F1_Baby.flv'><img border='0' alt='Play' src='contents/FunnyVideos/F1_Baby.jpg'><br>Have You Watched F1 Baby On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FunnyVideos/file_info/play.php?file=Glass_Door_Handle.flv'><img border='0' alt='Play' src='contents/FunnyVideos/Glass_Door_Handle.jpg'><br>Have You Watched Glass Door Handle On MadTalk?</a>"
link[number++] = "<a style='text-decoration: none' href='contents/FunnyVideos/file_info/play.php?file=Matrix_Cow_-_Cut_From_Kung_Pao.flv'><img border='0' alt='Play' src='contents/FunnyVideos/Matrix_Cow_-_Cut_From_Kung_Pao.jpg'><br>Have You Watched Matrix Cow On MadTalk?</a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(link[increment]);

//-->