<!--
/*	===========================================================================
 *		DL settings
 *	
 *		@author	Eric Petersen
 *		@version	3.16.05
 *	===========================================================================
 *
 *	Object with properties for dynamically adjusting the size of a DL without opening the FLA
 *	
 *	PUBLIC PROPERTIES:
 *	
 *		w:			The width of the swf which loads in
 *		h: 			The height of the swf which loads in
 *		xmlLoc:		The location of the xml file
 */
swfSettings = new Object();
swfSettings.w = 320;
swfSettings.h = 240;
swfSettings.xmlLoc = "http://movies.aol.com/publisherfetcher.adp?id=cg_vegas_attractions_dl.xml";
//-->