
<!-- Hide this script from old browsers --
var randomgetal = Math.random() ;
var picnum = Math.round(randomgetal*26)+1;
// -- End Hiding Here -->

<!-- Hide this script from old browsers --
document.write('<img src=../../images/random/'+picnum+'.jpg>');
// -- End Hiding Here -->

