var randomnumber=Math.floor(Math.random()*2
)
document.write('<img id="imageHeader" src="images/imageHeader');
document.write(randomnumber);
document.write('.jpg" alt="Christopher Johnson" usemap="#mapSocialNetworking"></img>');
