//Top Story content cycling
// globalize variables
var contentCycleInterval;

// Content Cycling Variables
var cycleDelay = 4000;			// timeInMilliseconds
var currentContentPiece = 1;	// defaults to first one
var maxNumContentPieces;	// max number of content/stories

// Preload Images
// auto-cycle controls

var moduleName = "topStories";
var contentCycleInterval;
var pauseValue = 0;
var initialPauseValue = 0;

// Navigation Settings
// nav delay variables
var navDelayOn = 0;
var navDelayOff = 500;
var secondaryNavWidth = 220; // must match the css

// station nav list - navigation items that are right-justified
var stationList = new Array(12, 13, 14);

var dropDownModules = new Array();
dropDownModules[0] = 'newSearchMod';
