
function init() {
	
	var hero_info = {
					"image_assets": [
									 	{
											"asset_type": "img",
											"url":	"/pics/products/nuke/nuke_775_354_hairymonster.jpg",
											"attribution":	"© 2009 Fox. All Rights Reserved"
										},
										{
											"asset_type": "img",
											"url":	"/pics/products/nuke/nuke_775_354_spaceships.jpg",
											"attribution":	"© 2009 Fox. All Rights Reserved"
										} 
									]
	};

	
	ProductHero_init(hero_info);
}



$(document).ready(init);
					   
