var randomlinks=new Array();
randomlinks[0] = new Array("http://syaoranlord.mbox.sh", "Kho game mobile đồ sộ");
randomlinks[1] = new Array("http://bem.phang.mobi/srp/bem.jar", "BeMe - Game kết hôn, tán gái, đánh bài tiến lên miền nam, tả lả...");
randomlinks[2] = new Array("http://gen.nhanh.mobi/funsms/SRP/1334588050/tin_nhan_c000.jar", "Tin nhắn chúc thi tốt hay nhất");

function randomlink() {
    var pos = Math.floor(Math.random() * randomlinks.length);
    link = randomlinks[pos][0];
    title = randomlinks[pos][1];
    document.write('<a href="' + link + '">' + title + '</a>');
}