function header (strHeader)
{
		var r_text = new Array ();
		r_text[0] = "Risk Software Ltd";
		r_text[1] = "Risk Management Software";
		r_text[2] = "Risk Profiling made Easy";
		r_text[3] = "Designed for Local Authorities, with Local Authorities";
		r_text[4] = "Like quality, the successful management of risk is never an accident";
		r_text[5] = "A Risk Register for Local Authorities";
		r_text[6] = "Control, Monitor and Communicate your Risks Effectively";
		r_text[7] = "Simplicity and Functionality at their Best";
		var i = Math.round(7*Math.random());

		return r_text[i];
}