if (document.images) {	frontjournalon = new Image();	frontjournalon.src = "images/front/front_journal_on.jpg";	frontjournaloff = new Image();	frontjournaloff.src = "images/front/front_journal.jpg";	frontabouton = new Image();	frontabouton.src = "images/front/front_about_on.jpg";	frontaboutoff = new Image();	frontaboutoff.src = "images/front/front_about.jpg";	frontwritingon = new Image();	frontwritingon.src = "images/front/front_writing_on.jpg";	frontwritingoff = new Image();	frontwritingoff.src = "images/front/front_writing.jpg";	frontportfolioon = new Image();	frontportfolioon.src = "images/front/front_portfolio_on.jpg";	frontportfoliooff = new Image();	frontportfoliooff.src = "images/front/front_portfolio.jpg";	frontcontacton = new Image();	frontcontacton.src = "images/front/front_contact_on.jpg";	frontcontactoff = new Image();	frontcontactoff.src = "images/front/front_contact.jpg";	frontconsultingon = new Image();	frontconsultingon.src = "images/front/front_consulting_on.jpg";	frontconsultingoff = new Image();	frontconsultingoff.src = "images/front/front_consulting.jpg";	}function changeImages() {  if (document.images) {	for (var i=0; i<changeImages.arguments.length; i+=2) {	  document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");	}  }}
