hline1 = new Image();
hline1.src = "image/head_hline1.jpg";
hline2 = new Image();
hline2.src = "image/head_hline2.jpg";

function switchit() {
if (document.hline.src == hline1.src)
	document.hline.src = hline2.src;
else 
	document.hline.src = hline1.src;
	}

var textarr = new Array (
	"TEXTLINE 1",
	"TEXTLINE 2",
	"TEXTLINE 3",
	"TEXTLINE 4",
	"TEXTLINE 5");

function nothere() {
alert('JULY 8, 2004\nThe page you are attempting to reach\nis currently under construction.\n\nPlease try another link,\nand try this one again on Monday.\n');
}
