/**
 * All code relying on s_code.js is commented out. Please uncomment when
 * the site is in the production and QA environments.
 */

function trackDownload(downloadURL) {
	/*
	var s=s_gi('RSID');					//*** UPDATE THIS REPORT SUITE ID PER REGION
	s.linkTrackVars='eVar11,events';
	s.linkTrackEvents='event4';
	s.events='event4';
	s.eVar11=downloadURL;
	s.tl(this,'d',downloadURL);
	*/
	alert("Download of " + downloadURL + " started!"); //*** COMMENT OUT OR REMOVE
}
	