
	// 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.pga.com/js.ng/site=pga&pga_pos=88x31_spon&pga_rollup=majors&pga_section=pga&pga_subsection=live&params.styles=fs",
	    normal:"http://ads.pga.com/js.ng/site=pga&pga_pos=300x45_sync&pga_rollup=majors&pga_section=pga&pga_subsection=live&page.allowcompete=yes",
		fullscreen:"http://ads.pga.com/js.ng/site=pga&pga_pos=300x45_sync&pga_rollup=majors&pga_section=pga&pga_subsection=live&page.allowcompete=yes"
	};
	
	// Sync ad tags for the footer specified by mode
	overlayPlayer.sync_footer = 
	{
	    mini:"http://ads.pga.com/js.ng/site=pga&pga_pos=300x60_spon&pga_rollup=majors&pga_section=pga&pga_subsection=live&params.styles=fs",
	    normal:"http://ads.pga.com/js.ng/site=pga&pga_pos=728x90_sync&pga_rollup=majors&pga_section=pga&pga_subsection=live&page.allowcompete=yes",
		fullscreen:"http://ads.pga.com/js.ng/site=pga&pga_pos=728x90_sync&pga_rollup=majors&pga_section=pga&pga_subsection=live&page.allowcompete=yes"
	};
