// JavaScript Document


//THIS AREA NOW REQUIRES THE FILE EXTENSION OF THE FLASH FILE. PLEASE PUT EITHER .FLV OR .F4V, DEPENDING ON WHICH EXTENSION THE FILE WAS CREATED WITH

//THE LAST ITEM IN EACH ARRAY MUST NOT BE FOLLOWED BY A COMMA


var ourVideos =  new Array (
						"FootVid111209.flv",
						"FellowsAE111909.flv",
						"20091111VetsDay.f4v",
						"20091116FBRoundtable.f4v"
						   );

var ourTitles = new Array (
						 "Player of the week: Douglass' Emmanuel Paul",
						 "Slideshow: One generation teaches the next",
						 "Rockville offers somber ceremony of thanks",
						 "Montgomery football roundtable"
						   );


var ourLinks = new Array (
						 "/pgsports/",
						 "/stories/11192009/entepri134445_32521.shtml",
						 "/stories/11182009/rocknew212537_32527.shtml",
						 "/montsports/"
						 );




//*****************************************DO NOT EDIT ANYTHING BELOW THIS LINE*********************************************************************************

var ourDirs = new Array();

for (p=0; p<ourVideos.length; p++) {
	tempdir = ourVideos[p].split(".");
	ourDirs[p]=tempdir[0];
}

//