// A stub that is used to handle forms submission for eloqua tracking.
// Needs to be higher in the order than the eloqua javascript, which
// needs to be at the bottom of the page.

var elqPPS = '70';

function postEloqua()
{
	if (this.GetElqCustomerGUID) {
		document.forms["mysql_forms"].elements["in[elqCustomerGUID]"].value  = GetElqCustomerGUID();
	}

	return true;
}
