var mess = new Array('<img src="_assets/images/gfx_Hp_Feature_Gold.png" width="427" height="255" alt="Your projects with a golden touch" Style="padding-top:90px;" />','<img src="_assets/images/gfx_Hp_Feature_RedMatches.png" width="459" height="235" alt="Strike up a winning campaign with Goldenfire Productions" Style="padding-top:72px;"/>','<img src="_assets/images/gfx_Hp_Feature_Matches.png" width="454" height="136" alt="Large and Small Projects Accepted" Style="padding-top:200px;"/>' );
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
