//User SIFR Lite to replace headings with GE's font.

window.onload = function () {
	var gefont = new Font('geinspira.swf', {tags:'h1'});
	gefont.replace('h1')
}
