<!--  //
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*3);
img = rnumb;
document.write("<img src='../assets/images/horizon_" + img + ".jpg' alt='Image' width='994' height='209' />");
// -->

