var img_name = new Array("splash_pinecone.jpg","splash_77777.jpg","splash_spiral.jpg","splash_heb11.jpg");
var l = img_name.length;
var rnd_no = Math.round((l-1)*Math.random());
var imageSrc = "images/" + img_name[rnd_no];
document.write("<img src=\"" + imageSrc + "\" width=\"798\" height=\"394\" border=\"0\" alt=\"archetyper.com : In Search of Patterns of Truth. \">");