function Article_init() {

	// Note, data for the hero engine passed into document by embedded script in the html
	HeroEngine_init();
	
	//console.log(document.HeroEngine_data);
	
}



$(document).ready(Article_init);
					   

