var mess = new Array(
'<img border="0" src="_borders/P1010075rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/cp0308283fp2.jpg" width="680" height="64">',
'<img border="0" src="_borders/P1010071rrps.jpg" width="679" height="64">',
'<img border="0" src="_borders/ek010404rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/bh0111031a1rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/P1010033rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/P1010220crps.jpg" width="679" height="64">',
'<img border="0" src="_borders/sh0306282rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/lc0104295rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/P1010045rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/mdo0304111rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/treesrfpps.jpg" width="679" height="64">',
'<img border="0" src="_borders/shooterap.jpg" width="679" height="64">',
'<img border="0" src="_borders/P1010019rps.jpg" width="679" height="64">',
'<img border="0" src="_borders/P1010127aps.jpg" width="679" height="64">',
'<img border="0" src="_borders/P1010026arps.jpg" width="679" height="64">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);