/****************************************************************************************
*  File name		:	/scripts/stats/track.js
*  Author			:	Kalaiselvan G
*  Creation Date	:	04/23/2010 (mm/dd/yyyy)
*
*  Description 		:	This file was created for the dummy implementation of sa_onlick method
*						to avoid java script error. The reason core metric java script which was the implementation
*						for this method has been removed from the site
*	
*  Reviewed by		:	xxx
*  Reviewed on		:	xx/xx/xxxx (mm/dd/yyyy)				
*  Input Parameters  :	
*	
*  Output			:	
*  Revision History  :	
*
*	 	  Modified By		Modified Date		Reason for modification
*   			   xxx		  xx/xx/xxxx			xxxxxxxxxx		  
******************************************************************************************/

function sa_onclick()
{
      // Left blank intentionally
}

// Implemented in market module to capture click on falsh
function sa_flash()
{
      // Left blank intentionally
}

//google analytics code for wwwqa.nyse.com

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
	var pageTracker = _gat._getTracker("UA-12657966-4");
	pageTracker._trackPageview();
} catch(err) {}

