// JavaScript Document

var ourVideos =  new Array(
						   "maniacsSP032609",
						   "20080902_Dantley",
						   "20080815OurHouse",
						   "20080804_Hoop"
						   );

var ourTitles = new Array (
						   "Indoor football league player juggles practice, day job",
						   "Former NBA star inducted to DeMatha Hall of Fame",
						   "Our House program gives youths job-training",
						   "Workouts involving hula hoops offer a low-impact exercise"
						   );


var ourLinks = new Array (
						  "/stories/03262009/uppespo162411_32477.shtml",
						  "/stories/09032008/prinspo161749_32493.shtml",
						  "/montgomery",
						  "/stories/08072008/hyatnew181341_32461.shtml"
						  );
