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

// Advertising variables
var ad_url							= 'http://ads.pga.com/html.ng/site=pga&pga_pagetype=live&pga_pos=728x90_sync&pga_rollup=majors&pga_section=ryder&pga_subsection=video&params.styles=fs';
var ad_refresh_length	= 120000;

// Registration cookies
var cookie_reg						= 'RYDERCUP_2008';
var exp_reg								= '10/1/2008';

// Flash details
//var swf_player						= 'http://www.rydercup.com/.element/swf/1.0/sect/video/PGALiveUI_PGA.swf';
//var swf_player						= 'http://i.cdn.turner.com/pgatour/.element/swf/3.0/PGALiveUI_PGA.swf';
var swf_player						= 'http://i.cdn.turner.com/pga/.element/swf/1.0/sect/liveat/PGALiveUI_PGA.swf';
// var swf_config 				= '/2008/usa/liveat/rydercup/test.xml'
var swf_config						= 'http://www.tnt.tv/exclude/promoxml/pga/tour08PGA';

// Omniture variables
var omni_account     = 'turnerpgacom';
var omni_movieid     = '2008 Ryder Cup Live';
var omni_vistornamespace = 'turnersports';
var omni_trackingserver  = 'metrics.pga.com';
var omni_trackclickmap  = 'true';
var omni_tracklocal    = 'true';
var omni_testsupport   = 'true';
