function banner()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<img height="450" alt="One Colour" src="http://www.onecolour.com.au/images/1.jpg" width="780">'); } // Photo1
if (ranNum == 1){document.write('<img height="450" alt="One Colour" src="http://www.onecolour.com.au/images/2.jpg" width="780">'); } // Photo2
if (ranNum == 2){document.write('<img height="450" alt="One Colour" src="http://www.onecolour.com.au/images/3.jpg" width="780">'); } // Photo3
if (ranNum == 3){document.write('<img height="450" alt="One Colour" src="http://www.onecolour.com.au/images/4.jpg" width="780">'); } // Photo4
if (ranNum == 4){document.write('<img height="450" alt="One Colour" src="http://www.onecolour.com.au/images/5.jpg" width="780">'); } // Photo5
if (ranNum == 5){document.write('<img height="450" alt="One Colour" src="http://www.onecolour.com.au/images/6.jpg" width="780">'); } // Photo6
}