// 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 (
						"DNDs031710.flv",
						"20100317Fiddlers.f4v",
						"20100317_RockvilleBirthday.html",
                				"20100318FrederickMeeting.f4v"
								   );

var ourTitles = new Array (
						 "Dungeons & Dragons a creative outlet for Takoma Park youth",
						 "Peat&Barley share love of Celtic music with audiences",
						 "Rockville celebrates 150 years of incorporation",
                				 "Frederick mayor talks about city's issues"
								   );


var ourLinks = new Array (
						 "/stories/03172010/takonew183031_32555.php",
						 "/stories/03172010/germnew165434_32548.php",
						 "/stories/03172010/rocknew221723_32589.php",
						 "/stories/03182010/frednew144441_32550.php"
						 );




//*****************************************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];
}

//