// General configuration
var reg_req							= 0;  //0 = registration off 1 = registration on
var site_root   				= '/';
var app_location				= 'liveat/r473/tour/player';
var window_params				= 'status=no,toolbar=no,resizable=no,scrollbars=no,menubar=no,location=no,width=1000,height=700';
var player_location			= '/liveat/r473/tour/player.html';								// main player page
var launch_success_loc	= '/livegolf/';																// default liveat page????
var launch_failure_loc	= '/liveat/r473/tour/launcher.html';					// page if not opened in new window
var player_popup_name		= 'liveat_ca_champs_tour';

// Advertising variables
var ad_url							= 'http://ads.pgatour.com/html.ng/site=pgatour&pgatour_pos=728x90_bot&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=wgc_ca_champ&page.allowcompete=yes'
var ad_refresh_length	= 120000;

// Registration cookies
var cookie_reg						= 'PGATOUR_CA_CHAMPS';
var exp_reg								= '4/15/2009';

// Flash details
var swf_player						= 'http://i.cdn.turner.com/pgatour/.element/swf/3.0/PGALiveUI_PGA.swf';
var swf_config						= 'http://www.tnt.tv/exclude/promoxml/pga/tour08PGA';

// Omniture variables
var omni_account 					= 'turnerpgatourcom';
var omni_movieid 					= '2009 PGA TOUR CA LiveAt';
var omni_vistornamespace 	= 'turnersports';
var omni_trackingserver 	= 'metrics.pgatour.com';
var omni_trackclickmap 		= 'true';
var omni_tracklocal 			= 'true';
var omni_testsupport 			= 'true'; 
