function masthead(thepiccy) {

// Die Netscape4 and go to hell
net4 = navigator.appName.indexOf("Netscape") != -1 && parseInt(navigator.appVersion)<=4;

if(!net4){

	if (top.location==this.location){
		// skip
	} else if(top.masthead.masthead2.src != -1 && top.masthead.masthead2.src != null){
		top.masthead.masthead2.src="../../pics/headers/"+thepiccy+".gif";
	} else {
		setTimeout(masthead(thepiccy),10000);	
	}
	
}
}



