// This JavaScript will randomly generate a number and inject into the page the necessary code for displaying the corresponding image
nRandom=Math.ceil(Math.random()*3);document.write('<img alt="No Task Is Out Of Reach" src="images/home/'+nRandom+'.jpg" />');