
function init() {
	
	document.HeroEngine_data = {
					interval_ms			: 7000,
					fade_ms 			: 2000, 				
					slides: [
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_cadburhornfish.jpg",
									"copyright":	"Cadbury 'Spots & Stripes'.  Image courtesy of MPC &amp; Fallon."
								},
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_super8.jpg",
									"copyright":	"Super 8<br />©2011 Paramount.<br />All rights reserved."
								},
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_dobby.jpg",
									"copyright":	"Harry Potter and the Deathly Hallows © 2010 Warner Bros. All rights reserved. Image courtesy of Framestore."
								},
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_cravendale.jpg",
									"copyright":	"Image courtesly of MPC and WIEDEN + KENNEDY London"
								},
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_rango.jpg",
									"copyright":	"© 2011 Paramount Pictures. Image courtesy of Industrial Light and Magic."
								},
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_boardwalk.jpg",
									"copyright":	"Boardwalk Empire © 2010 Home Box Office / Bootleg Productions. Images courtesy of Brainstorm Digital, Inc."
								},
								{
									"slide_img_url":	"/pics/products/nukex/nukex_775_354_127hours.jpg",
									"copyright":	"© 2010 Fox.  All rights reserved.  Image courtesy of Union VFX."
								}
							]
	};

	
	HeroEngine_init();
}



$(document).ready(init);

