
function init() {
	
	var hero_info = {
						"slideshow_interval_ms"	: 5000,
						"fade_ms" 				: 2000, 				
						"image_assets": [
									 	{
											"asset_type": "img",
											"url":	"/pics/products/furnace/furnace_775_354_keira_after.jpg",
											"attribution":	"© 2009 Fox. All Rights Reserved"
										},
										{
											"asset_type": "img",
											"url":	"/pics/products/furnace/furnace_775_354_keira_before.jpg",
											"attribution":	"© 2009 Fox. All Rights Reserved"
										} 
									]
	};

	
	ProductHero_init(hero_info);
}



$(document).ready(init);
					   
