if (document.images) {


	journaloff = new Image();
	journaloff.src = "http://www.geoffreylong.com/images/navigation/journal_off.gif";
	

	journalon = new Image();
	journalon.src = "http://www.geoffreylong.com/images/navigation/journal_on.gif";


	aboutoff = new Image();
	aboutoff.src = "http://www.geoffreylong.com/images/navigation/about_off.gif";
	

	abouton = new Image();
	abouton.src = "http://www.geoffreylong.com/images/navigation/about_on.gif";


	portfoliooff = new Image();
	portfoliooff.src = "http://www.geoffreylong.com/images/navigation/portfolio_off.gif";
	

	portfolioon = new Image();
	portfolioon.src = "http://www.geoffreylong.com/images/navigation/portfolio_on.gif";


	writingoff = new Image();
	writingoff.src = "http://www.geoffreylong.com/images/navigation/writing_off.gif";

	
	writingon = new Image();
	writingon.src = "http://www.geoffreylong.com/images/navigation/writing_on.gif";


	miscellanyoff = new Image();
	miscellanyoff.src = "http://www.geoffreylong.com/images/navigation/miscellany_off.gif";
	

	miscellanyon = new Image();
	miscellanyon.src = "http://www.geoffreylong.com/images/navigation/miscellany_on.gif";
	

	consultingoff = new Image();
	consultingoff.src = "http://www.geoffreylong.com/images/navigation/consulting_off.gif";
	

	consultingon = new Image();
	consultingon.src = "http://www.geoffreylong.com/images/navigation/consulting_on.gif";
	

	contactoff = new Image();
	contactoff.src = "http://www.geoffreylong.com/images/navigation/contact_off.gif";
	

	contacton = new Image();
	contacton.src = "http://www.geoffreylong.com/images/navigation/contact_on.gif";
	
	
	

	totqoff = new Image();
	totqoff.src = "http://www.geoffreylong.com/images/navigation/totq_off.gif";
	
	totqon = new Image();
	totqon.src = "http://www.geoffreylong.com/images/navigation/totq_on.gif";


	archivesoff = new Image();
	archivesoff.src = "http://www.geoffreylong.com/images/navigation/archives_off.gif";
	
	archiveson = new Image();
	archiveson.src = "http://www.geoffreylong.com/images/navigation/archives_on.gif";


	podcastoff = new Image();
	podcastoff.src = "http://www.geoffreylong.com/images/navigation/podcast_off.gif";
	
	podcaston = new Image();
	podcaston.src = "http://www.geoffreylong.com/images/navigation/podcast_on.gif";


	archivesdateoff = new Image();
	archivesdateoff.src = "http://www.geoffreylong.com/images/navigation/archivesdate_off.gif";
	
	archivesdateon = new Image();
	archivesdateon.src = "http://www.geoffreylong.com/images/navigation/archivesdate_on.gif";


	archivescategoryoff = new Image();
	archivescategoryoff.src = "http://www.geoffreylong.com/images/navigation/archivescategory_off.gif";
	
	archivescategoryon = new Image();
	archivescategoryon.src = "http://www.geoffreylong.com/images/navigation/archivescategory_on.gif";


	rssfeedoff = new Image();
	rssfeedoff.src = "http://www.geoffreylong.com/images/navigation/rssfeed_off.gif";
	
	rssfeedon = new Image();
	rssfeedon.src = "http://www.geoffreylong.com/images/navigation/rssfeed_on.gif";


	elsewhereoff = new Image();
	elsewhereoff.src = "http://www.geoffreylong.com/images/navigation/elsewhere_off.gif";
	
	elsewhereon = new Image();
	elsewhereon.src = "http://www.geoffreylong.com/images/navigation/elsewhere_on.gif";

	othering_alloff = new Image();
	othering_alloff.src = "http://www.geoffreylong.com/images/journal/othering_alloff.jpg";

	othering_mit = new Image();
	othering_mit.src = "http://www.geoffreylong.com/images/journal/othering_mit.jpg";

	othering_cms = new Image();
	othering_cms.src = "http://www.geoffreylong.com/images/journal/othering_cms.jpg";

	othering_c3 = new Image();
	othering_c3.src = "http://www.geoffreylong.com/images/journal/othering_c3.jpg";

	othering_gambit = new Image();
	othering_gambit.src = "http://www.geoffreylong.com/images/journal/othering_gambit.jpg";

	othering_iaf = new Image();
	othering_iaf.src = "http://www.geoffreylong.com/images/journal/othering_iaf.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");
    }
  }
}
