YUI().use('node-base', function(Y) {
	function init() {
			var hdYellow = Y.one('h3.hdYellow');
			var template = Y.Node.create("<div id='redirectHeader'><h3>Freeplay Foundation is now Lifeline Energy</h3><p align=center>Here's why we've changed our name, <a href='/faq.html'>read more..</a></p></div>");
			hdYellow.insert(template,'after');
	}
	Y.on("domready", init);
});