// Our cms jQuery("head").append(''); jQuery("head").append(''); jQuery("head").append(''); jQuery("head").append(''); function blogHome(){ console.log('%c This blog is brought to you by, Mimir', 'background: #222; color: #bada55'); } function initialize() { blogHome(); } window.onload = initialize;