// General Pipeline configurations
var reg_req				= 0;  //0 = registration off 1 = registration on 
var reg_location		= '2007 Live At - The Players Championships (r011)';
var site_root   		= '/liveat/2007/r011/';
var pipeline_dir		= 'pipeline';
var preview_length		= 5;  //minutes
var pipeline_win		= 'status=no,toolbar=no,resizable=no,scrollbars=no,menubar=no,location=no,width=804,height=725';
var fb_email			= 'live@mail.pgatour.com';  //feedback email address   
var launch_success_loc	= 'http://www.pgatour.com/tournaments/r011/index.html';
var launch_failure_loc	= 'http://www.pgatour.com/tournaments/r011/liveat/launcher.html';
var player_popup_name	= 'liveat_pipeline';
var links_popup_name	= 'liveat_links';

var demo			= '';
var preview			= '';
var vid				= '';
var showall			= '';

// Cookie names
var cookie_preview			= '';	// 'PIPELINE_PREVIEW';
var cookie_preview_complete	= '';	// 'PIPELINE_PREVIEW_COMPLETE';
var cookie_reg				= '';	// 'PIPELINE_REG';

// Cookie expiration dates
var exp_preview				= '';	// '09/01/2006';
var exp_preview_complete	= '';	// '08/01/2007';
var exp_reg					= '';	// '08/01/2007';
