function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}

if (document.images) {
n1h=newImage("http://www.ihateclowns.com/images/n1h.gif");
n2h=newImage("http://www.ihateclowns.com/images/n2h.gif");
n3h=newImage("http://www.ihateclowns.com/images/n3h.gif");
n4h=newImage("http://www.ihateclowns.com/images/n4h.gif");
n5h=newImage("http://www.ihateclowns.com/images/n5h.gif");
n6h=newImage("http://www.ihateclowns.com/images/n6h.gif");
n7h=newImage("http://www.ihateclowns.com/images/n7h.gif");

nth=newImage("http://www.ihateclowns.com/images/nth.gif");
nt1h=newImage("http://www.ihateclowns.com/images/nt1h.gif");
nt2h=newImage("http://www.ihateclowns.com/images/nt1h.gif");

nhrh=newImage("http://www.ihateclowns.com/images/nhrh.gif");
nhr1h=newImage("http://www.ihateclowns.com/images/nhr1h.gif");
nhr2h=newImage("http://www.ihateclowns.com/images/nhr2h.gif");

nttendh=newImage("http://www.ihateclowns.com/images/nttendh.gif");

ntth=newImage("http://www.ihateclowns.com/images/ntth.gif");
}

function currentpage(where) {
if (document.images) {
current=where;

if (current=='7') {
	document.images["n7"].src="http://www.ihateclowns.com/images/n"+where+"h.gif";
	document.images["hr6"].src="http://www.ihateclowns.com/images/nhr2h.gif";
	document.images["nt6"].src="http://www.ihateclowns.com/images/nt2h.gif";
	document.images["nttend"].src="http://www.ihateclowns.com/images/nttendh.gif";
}
else { if (current=='1') {
	document.images["n1"].src="http://www.ihateclowns.com/images/n1h.gif";
	document.images["hr1"].src="http://www.ihateclowns.com/images/nhr1h.gif";
	document.images["nt1"].src="http://www.ihateclowns.com/images/nt1h.gif";
	} else {
	document.images["n"+current].src="http://www.ihateclowns.com/images/n"+current+"h.gif";
	document.images["hr"+(parseInt(current)-1)].src="http://www.ihateclowns.com/images/nhr2h.gif";
	document.images["hr"+current].src="http://www.ihateclowns.com/images/nhr1h.gif";
	document.images["nt"+(parseInt(current)-1)].src="http://www.ihateclowns.com/images/nt2h.gif";
	document.images["nt"+current].src="http://www.ihateclowns.com/images/nt1h.gif";
	document.images["ntt"+current].src="http://www.ihateclowns.com/images/ntth.gif";
	}
}
}
}

function shnav(where) {
if (document.images) {
stored=where;
if (where!=current) {
if (where=='7') {
	document.images["n7"].src="http://www.ihateclowns.com/images/n"+where+"h.gif";
	document.images["hr6"].src="http://www.ihateclowns.com/images/nhr2h.gif";
	document.images["nt6"].src="http://www.ihateclowns.com/images/nt2h.gif";
	document.images["nttend"].src="http://www.ihateclowns.com/images/nttendh.gif";
}
else { if (where=='1') {
	document.images["n1"].src="http://www.ihateclowns.com/images/n1h.gif";
	document.images["hr1"].src="http://www.ihateclowns.com/images/nhr1h.gif";
	document.images["nt1"].src="http://www.ihateclowns.com/images/nt1h.gif";
	} else {
	document.images["n"+where].src="http://www.ihateclowns.com/images/n"+where+"h.gif";
	document.images["ntt"+where].src="http://www.ihateclowns.com/images/ntth.gif";

	if (parseInt(where)-current==1) {t="";} else {t="2";}
	document.images["hr"+(parseInt(where)-1)].src="http://www.ihateclowns.com/images/nhr"+t+"h.gif";
	document.images["nt"+(parseInt(where)-1)].src="http://www.ihateclowns.com/images/nt"+t+"h.gif";

	if (current-parseInt(where)==1) {t="";} else {t="1";}	
	document.images["hr"+where].src="http://www.ihateclowns.com/images/nhr"+t+"h.gif";
	document.images["nt"+where].src="http://www.ihateclowns.com/images/nt"+t+"h.gif";
	}
}
}
}
}

function hdnav() {
if (document.images) {
if (stored!=current) {
if (stored=='7') {
	document.images["n7"].src="http://www.ihateclowns.com/images/n7.gif";
	document.images["hr6"].src="http://www.ihateclowns.com/images/nhr.gif";
	document.images["nt6"].src="http://www.ihateclowns.com/images/nt.gif";
	document.images["nttend"].src="http://www.ihateclowns.com/images/nttend.gif";
}
else { if (stored=='1') {
	document.images["n1"].src="http://www.ihateclowns.com/images/n1.gif";
	document.images["hr1"].src="http://www.ihateclowns.com/images/nhr.gif";
	document.images["nt1"].src="http://www.ihateclowns.com/images/nt.gif";
	} else {

	document.images["n"+stored].src="http://www.ihateclowns.com/images/n"+stored+".gif";
	document.images["ntt"+stored].src="http://www.ihateclowns.com/images/ntt.gif";

	if (parseInt(stored)-current==1) {t="1h";} else {t="";}
	document.images["hr"+(parseInt(stored)-1)].src="http://www.ihateclowns.com/images/nhr"+t+".gif";
	document.images["nt"+(parseInt(stored)-1)].src="http://www.ihateclowns.com/images/nt"+t+".gif";

	if (current-parseInt(stored)==1) {t="2h";} else {t="";}	
	document.images["hr"+stored].src="http://www.ihateclowns.com/images/nhr"+t+".gif";
	document.images["nt"+stored].src="http://www.ihateclowns.com/images/nt"+t+".gif";

}
}
}
}
}
