var mess = new Array(
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_01.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_02.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_03.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_04.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_07.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_08.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_09.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_12.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />',
'<img id="background" src="http://diffloth.com/wp-content/uploads/global/bg_13.jpg" alt="Natalie Diffloth: Communication Strategy, Multimedia and Design" />'

);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);