var mess = new Array('<img src=\"../images/sidebar/employers/employers_01.jpg\" width=\"245\" height=\"207\">','<img src=\"../images/sidebar/employers/employers_02.jpg\" width=\"245\" height=\"207\">','<img src=\"../images/sidebar/employers/employers_03.jpg\" width=\"245\" height=\"207\">','<img src=\"../images/sidebar/employers/employers_04.jpg\" width=\"245\" height=\"207\">','<img src=\"../images/sidebar/employers/employers_05.jpg\" width=\"245\" height=\"207\">','<img src=\"../images/sidebar/employers/employers_06.jpg\" width=\"245\" height=\"207\">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);