function randomHeader (section) {

	var cur = Math.round(2*Math.random())

	if (cur == 0) { cur = 1;}
	if (section == 'links') {
		document.write('<div id="header"><img src="./headers/'+section+'/'+cur+'.jpg" width="760" height="57" alt="Graphical title banner for the ' + section + ' section" /></div>')
		}
	else if (section == 'preview') {
		section = 'literature';
		document.write('<div id="header"><img src="../../headers/'+section+'/'+cur+'.jpg" border="0" width="760" height="57" alt="Graphical title banner for the ' + section + ' section" /></div>')
		}
	else if (section == 'chubbypreview') {
		section = 'chubbyfirePreview';
		document.write('<div id="header"><img src="../../headers/'+section+'/'+cur+'.jpg" border="0" width="760" height="57" alt="Graphical title banner for the ' + section + ' section" /></div>')
		}
	else if (section == 'chubbyfireGuide') {
		document.write('<div id="header"><img src="../headers/'+section+'/'+cur+'.jpg" border="0" width="760" height="57" alt="Graphical title banner for the ' + section + ' section" /></div>')
		}
	else if (section == 'chubbyfireFuture') {
		document.write('<div id="header"><img src="../headers/'+section+'/'+cur+'.jpg" border="0" width="760" height="57" alt="Graphical title banner for the ' + section + ' section" /></div>')
		}
	else {
		document.write('<div id="header"><img src="../headers/'+section+'/'+cur+'.jpg" width="760" height="57" alt="Graphical title banner for the ' + section + ' section" /></div>')
		}
	}