/* Copyright 2008 
 * title	 : config.js
 * built for : row27 studios
 * reference : configuration variables for vanderbilt js
 * author	 : Calvin Lai
 */

var introVideo = 'flash/itsgoodintro.swf';
var videoDir = 'http://itsgood.s3.amazonaws.com/';	//URL to directory of videos (.flv only), with ending slash /
var maxVids = 15;														//maximum number of videos to be instantiated at once (per section)

var player = '';