// JScript source code
var mess = new Array('<img src="/Images/Scottsdale-Skin-Care-Phoenix002.jpg" />','<img src="/Images/Scottsdale-Skin-Care-Phoenix003.jpg" />','<img src="/Images/Scottsdale-Skin-Care-Phoenix004.jpg" />','<img src="/Images/Scottsdale-Skin-Care-Phoenix005.jpg" />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
