

function setupLightboxContent() {
	var dyBoxObjectsArray = new Array();

		if($("ballAd")){
			dyBoxLink = new DyBoxObject({
				compulsory: { linkType: "image", name: "ballAd", originalLinkID: "ballAd", mediaType: "video" },
				videoDetails: { videoLocation: mediaServerLocation + "/video/technology/balls2010.flv", videoType: "flv" },
				imageLink: { imageSRC: "/images/landing/balls/ballAdLink.jpg", imageALT: "<span class='dyBoxLink_Custom'>Watch the latest Dyson Ball™ vacuum cleaner TV ad</span>", linkText: "", rolloverAvailable: "false", textPos :""},
				containerDimensions: { height: 288, width: 512 }
			});
			dyBoxObjectsArray[0] = dyBoxLink;
			setUpDyBoxLinks(dyBoxObjectsArray);
		}
}
FastInit.addOnLoad(setupLightboxContent);
