textlink = new Array(0);
textlink[0] = "Info from <a target='_blank' href='http://www.startupapps.com'>Greatis Application Database</a> - <a target='_blank' href='http://www.regrun.com'>RegRun Security Suite</a>";
index = Math.floor(Math.random() * textlink.length);
document.write(textlink[index]);