function Settings(){
	this.FORCE_POPUP = true;
	this.FORCE_RESIZE = true;
	this.HTML_FILENAME = "live.html";
	this.FLASH_VERSION = "9.0.124.0";
	this.OSX_FLASH_VERSION = "10.0.12.36";
	this.POWERPC_FLASH_VERSION = "9.0.28.0";
	this.FLASH_BACKGROUND_COLOR = "#000000";
	this.MAXIMUM_STREAM_INDEX = 4;
	this.DEFAULT_STREAM_INDEX = 1;
	this.DEFAULT_EDITION = "www"; //default edition
	this.EDITIONS = "www|us|edition"; //used in regex to determine editions
	this.GEO_COOKIE_RESTRICTIONS = "jpn,aus,kor,prk,nzl";
	this.HTML_VERSION_URL = escape("http://www.cnn.com/video/live/live.html?stream=stream1");
	this.ADOBE_INSTALL_PING_URL = escape("http://octo-dnld.cdn.turner.com.edgesuite.net/cnn/.element/img/2.0/video/flashLive/adobeinstall.gif");
	this.ADOBE_CANCEL_PING_URL = escape("http://octo-dnld.cdn.turner.com.edgesuite.net/cnn/.element/img/2.0/video/flashLive/adobecancel.gif");
	this.SWF_URL = "http://i.cdn.turner.com/cnn/.element/apps/CNNLive/2.1.5.7/assets/swfs/";
	this.PLAYER_FILENAME = "LivePlayer.swf";
	this.EXPRESS_INSTALL_FILENAME = "expressinstall.swf";
	this.IMAGE_DECODER_FILENAME = "ImageDecoder.swf";
	this.CONFIG_URL = "data/player.xml";
	this.PLAYER_DIV = "flash";
	this.PLAYER_PARENT_DIV = "content";
	this.PLAYER_NO_FLASH = "noflash";
	
	this.PLAYER_SIZE = {width: 821, height: 628};
	
	this.WINDOW_SIZES = {	NORMAL: {width: 821, height: 628},
							VIDEO_ONLY: {width: 656, height: 516},
							MINI: {width: 266, height: 266}
						};
}

var settings = new Settings();

