textlink = new Array(0);
textlink[0] = "Info from <a target='_blank' href='http://www.pacs-portal.co.uk/startup_content.php'>Pacman Portal</a>";
index = Math.floor(Math.random() * textlink.length);
document.write(textlink[index]);