// JavaScript Document
var Imgs = new Array(17)
Imgs[0] = new Image(995,1948);
Imgs[0].src = "Images/TheIllumFilesImgs/SatanBG3.jpg";
Imgs[1] = new Image(532,414);
Imgs[1].src ="Images/TheIllumFilesImgs/WorldTradeCenter.jpg";
Imgs[2] = new Image(150,96);
Imgs[2].src ="Images/TheIllumFilesImgs/CFR_Logo.gif";
Imgs[3] = new Image(120,122);
Imgs[3].src = "Images/TheIllumFilesImgs/trilateral_commission_logo.gif";
Imgs[4] = new Image(150,143);
Imgs[4].src = "Images/TheIllumFilesImgs/FEMA1.gif";
Imgs[5] = new Image(258,96);
Imgs[5].src = "Images/TheIllumFilesImgs/fema.jpg";
Imgs[6] = new Image(460,389);
Imgs[6].src = "Images/TheIllumFilesImgs/BohemianGrove.jpg";
Imgs[7] = new Image(120,115);
Imgs[7].src = "Images/TheIllumFilesImgs/AllSeeingEye.gif";
Imgs[8] = new Image(124,127);
Imgs[8].src = "Images/TheIllumFilesImgs/NewWorldOrder.gif";
Imgs[9] = new Image(240,242);
Imgs[9].src = "Images/TheIllumFilesImgs/PentagonHexagram.jpg";
Imgs[10] = new Image(150,101);
Imgs[10].src = "Images/TheIllumFilesImgs/EuroFlag.gif";
Imgs[11] = new Image(640,278);
Imgs[11].src = "Images/TheIllumFilesImgs/ft-leonardwood-mo.jpg";
Imgs[12] = new Image(180,103);
Imgs[12].src = "Images/TheIllumFilesImgs/AmericanUnion.png";
Imgs[13] = new Image(107,168);
Imgs[13].src = "Images/TheIllumFilesImgs/ScottishRiteLogo.png";
Imgs[14] = new Image(102,103);
Imgs[14].src = "Images/TheIllumFilesImgs/MasonicLogo2.jpg";
Imgs[15] = new Image(122,123);
Imgs[15].src = "Images/TheIllumFilesImgs/RoundTable.jpg";
Imgs[16] = new Image(136,137);
Imgs[16].src ="Images/TheIllumFilesImgs/Homeland_Security.gif";

var i;
for(i = 0; i < Imgs.length; i++)
	{
		var preload = new Image();
		preload.src = Imgs[i];
	}


