/* FILE INFORMATION
-----------------------------------------------------------------------------
Author:				Halee Kim (Flying Point Media)
Created:			8/2/2011 By Sharon Dudley
Purpose:			SearchForce tracking on click of Download link
Update History:		

-----------------------------------------------------------------------------
*/
<!-- Begin SearchForce tracking code for conversion page (4.1) -->
SFCookie.include();

function recordIt(convType, convValue, orderId){
	window.jconversion_type = convType;
	window.jOrderID = orderId;
	window.jValue = convValue;
	ImageJSConversionProcess();
}
<!-- End SearchForce tracking code -->

