var numberlinks = 4;
var randomnumber = Math.random() ;
var rand1 = Math.round( (numberlinks-1) * randomnumber) + 1 ;

lnks = new Array
txt= new Array

//txt[1]= "";
//lnks[1]= "";

txt[1]= "Software for Podcastaloud by Cottage Micro Services";
lnks[1]= "http://www.cottagemicro.com";

txt[2]= "Learn Something - Find-a-Course On-Line Here";
lnks[2]= "http://www.cottagemicro.com/moodle/course/";

txt[3]= "What Does the Bible Say - LISTEN HERE";
lnks[3]= "http://www.cottagemicro.com/bible/book/index.htm";

txt[4]= "Give the gift of knowledge - TEACH Online Now";
lnks[4]= "http://www.cottagemicro.com/moodle/mod/resource/view.php?id=20";



var lnks = lnks[rand1]
var txt = txt[rand1]

//document.write('<table width="90%" border="0" align="center" bgcolor="Red"><tr><td align="center">');
document.write('<a href="'+lnks+'" style="text-decoration:none" target="_blank" title="Click for FREE helpful information."><font style="background-color: White; font:8pt,arial;color:white font: bold;">&nbsp;'+txt+'</a>&nbsp;</font>');
//document.write('</td></tr></table>');
