
glow1on = new Image; 
glow2on = new Image; 
glow3on = new Image; 
glow4on = new Image; 
glow5on = new Image; 
glow6on = new Image; 
glow7on = new Image; 
glow8on = new Image; 

glow1off = new Image;
glow2off = new Image;
glow3off = new Image;
glow4off = new Image;
glow5off = new Image;
glow6off = new Image;
glow7off = new Image;
glow8off = new Image;

glow1on.src = "maina.jpg";
glow2on.src = "indexa.jpg";
glow3on.src = "picturesa.jpg";
glow4on.src = "writingsa.jpg";
glow5on.src = "hoaxesa.jpg";
glow6on.src = "designa.jpg";
glow7on.src = "cthulhua.jpg";
glow8on.src = "dpda.jpg";

glow1off.src = "main.jpg";
glow2off.src = "index.jpg";
glow3off.src = "pictures.jpg";
glow4off.src = "writings.jpg";
glow5off.src = "hoaxes.jpg";
glow6off.src = "design.jpg";
glow7off.src = "cthulhu.jpg";
glow8off.src = "dpd.jpg";

function swapem(iname, gname) {
	iname.src = gname.src;
}


