/**   10th degree onsubmit analytics   **/jQuery(function() {	switch(true) {		case (window.location.toString().indexOf('comparerates/enterLoanData.html') > -1): //RATES PAGE			/*				Expected URL: http://www.gmacmortgage.com/comparerates/enterLoanData.html				Activity ID: 827423				Activity Name: Rates				Activity Group Name: Website				Creation Date: 04/15/2011			*/			$('#ftr').after('<!--Start of DoubleClick Floodlight Tag: Please do not remove. Activity name of this tag: Rates--><iframe src="https://fls.doubleclick.net/activityi;src=2327178;type=landi719;cat=rates227;ord='+Math.round(Math.floor(Math.random()*10000000))+'?" width="1" height="1" frameborder="0" style="display:none"></iframe><!-- End of DoubleClick Floodlight Tag: Please do not remove -->');							break;		case (window.location.toString().indexOf('mortgage-calculators.htm?method=init') > -1): //CALCULATOR PAGE			/*				Expected URL: https://www.gmacmortgage.com/mortgage-calculators.htm?method=init				Activity ID: 827430				Activity Name: Calculators				Activity Group Name: Website				Creation Date: 04/15/2011			*/			$('#ftr').after('<!--Start of DoubleClick Floodlight Tag: Please do not remove. Activity name of this tag: Calculators--><iframe src="https://fls.doubleclick.net/activityi;src=2327178;type=landi719;cat=calcu779;ord='+Math.round(Math.floor(Math.random()*10000000))+'?" width="1" height="1" frameborder="0" style="display:none"></iframe><!-- End of DoubleClick Floodlight Tag: Please do not remove -->');			break;		default:			break;	}});
