
	// URL for the SWF
	overlayPlayer.swfURL = "OverlayPlayer.swf";
	
	// URL for the module's config file
	overlayPlayer.configURL = "config.xml";

	// SYNC_ADS_ENABLED - specifes whether the sync ads will be called
	overlayPlayer.SYNC_ADS_ENABLED = true;
	
	// SYNC_ADS_REFRESH_RATE - refresh rate for sync ads specified in seconds (120 is 2 minutes)
	overlayPlayer.SYNC_ADS_REFRESH_RATE = 120;
	
	// SYNC_ADS_CALL_DELAY - delay at which the sync ads should be called specified in milliseconds (forces the preroll to be called first)
	overlayPlayer.SYNC_ADS_CALL_DELAY = 1000;	
	
	// Sync ad tags for the header specified by mode
	overlayPlayer.sync_header = 
	{
	    mini:"http://ads.pgatour.com/js.ng/site=pgatour&pgatour_pos=88x31_spon&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=bmw_championship&params.styles=fs",
	    normal:"http://ads.pgatour.com/js.ng/site=pgatour&pgatour_pos=300x45_sync&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=bmw_championship&params.styles=fs",
		fullscreen:"http://ads.pgatour.com/js.ng/site=pgatour&pgatour_pos=300x45_sync&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=bmw_championship&params.styles=fs"
	};
	
	// Sync ad tags for the footer specified by mode
	overlayPlayer.sync_footer = 
	{
	    mini:"http://ads.pgatour.com/js.ng/site=pgatour&pgatour_pos=300x60_spon&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=bmw_championship&params.styles=fs",
	    normal:"http://ads.pgatour.com/js.ng/site=pgatour&pgatour_pos=728x90_sync&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=bmw_championship&params.styles=fs",
		fullscreen:"http://ads.pgatour.com/js.ng/site=pgatour&pgatour_pos=728x90_sync&pgatour_rollup=video&pgatour_section=liveat&pgatour_subsection=bmw_championship&params.styles=fs"
	};