images = new Array(5);

images[0] = "<a href = 'http://www.mantality.co.za/billy-jealousy.html'><img src='/images/homepage_images/Brand-BillyJealousy.jpg' class='header-image' alt='BILLY JEALOUSY SKINCARE AND GROOMING' title='BILLY JEALOUSY SKINCARE AND GROOMING' border='0' ></a>";

images[1] = "<a href = 'http://www.mantality.co.za/american-crew.html'><img src='/images/promotional_images/AmericanCrew-Products.jpg' class='header-image' alt='American Crew products' title='American Crew products' border='0' ></a>";

images[2] = "<a href = 'http://www.mantality.co.za/men-u.html'><img src='/images/homepage_images/men-u-malegrooming.jpg' class='header-image' alt='Men-u male grooming' title='Men-u male grooming' border='0' ></a>";

images[3] = "<a href = 'http://www.mantality.co.za/edwin-jagger.html'><img src='/images/homepage_images/Brand-edwin-jagger.jpg' class='header-image' alt='Edwin Jagger Shaving Range' title='Edwin Jagger Shaving Range' border='0' ></a>";

images[4] = "<a href = 'http://www.mantality.co.za/baxter-of-california.html'><img src='/images/homepage_images/Brand-Baxter.jpg' class='header-image' alt='BAXTER OF CALIFORNIA SKINCARE AND GROOMING' title='BAXTER OF CALIFORNIA SKINCARE AND GROOMING' border='0' ></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);