var text=new Array()
//insert here your images src
text[0]='Employers Request Contact';
text[1]='Employers Request Contact';
text[2]='Employers Request Contact';
text[3]='Employers Request Contact';
text[4]='Employers Request Contact';

var links=new Array()
//insert here your links
links[0]='http://www.orioninternational.com/employers_contact-1.aspx';
links[1]='http://www.orioninternational.com/employers_contact-1a.aspx';
links[2]='http://www.orioninternational.com/employers_contact-1b.aspx';
links[3]='http://www.orioninternational.com/employers_contact-1c.aspx';
links[4]='http://www.orioninternational.com/employers_contact.aspx';

var xy=Math.floor(Math.random()*text.length);
document.write('<a href="'+links[xy]+'" class="sty13graylink" onfocus="this.blur();">'+text[xy]+'</a>');
