// General Pipeline configurationsvar reg_req				= 0;  //0 = registration off 1 = registration on var reg_location		= '2007 PGA Championship LIVE';var site_root   		= '/pgachampionship/2007/';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			= 'pga.pipeline@turner.com';  //feedback email address   var launch_success_loc	= '/pgachampionship/2007/';var launch_failure_loc	= '/pgachampionship/2007/pipeline/launcher.html';var player_popup_name	= 'liveat_pipeline';var links_popup_name	= 'liveat_links';var track_abandoment	= 1;  // 0 = no, 1 = yesvar demo			= '';var preview			= '';var vid				= '';var showall			= '';var pgat_cid		= '';// 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/2007';var exp_preview_complete	= '08/01/2008';var exp_reg					= '09/01/2007';