var img = new Array();
var caption = new Array();
img[0] = "images/1_1.jpg";
caption[0] = "Happy customer are repeat customers, and repeat customers lead to more profit. Find out if your team knows how to give your customers a great experience by calling 0845 456 4798.";
img[1] = "images/2_2.jpg";
caption[1] = "It is 7 times cheaper to retain your customers than it is to acquire new ones. Don't let your customers flock to your competitors!";
img[2] = "images/3_3.jpg";
caption[2] = "&quot;You were on hold how long?&quot; Improve your customer interactions and your bottom-line, by calling 0845 456 4798.";
img[3] = "images/4_4.jpg";
caption[3] = "&quot;We would definitely recommend Mamut to other businesses, it has all the accounting, business and CRM functions you need in one system.&quot;";
var randomNum = Math.round(3*Math.random());
var elementStyle = document.getElementById('sideImage').style;
elementStyle.display = 'none';
document.write('<div id="sideImageJs"><div id="innerSideImageJs"><img src="'+img[randomNum]+'" alt=""/>');
document.write('<small>'+caption[randomNum]+'<\/small><\/div><\/div>');