

		$j(document).ready( function() {
		var path = "e-mini-sandp500_quotes_settlements_futures.html";
                var path1 = "e-mini-sandp-smallcap-600_quotes_settlements_futures.html";
 		var path2 = "euro-emini-sp500_quotes_settlements_futures.html";


var currentPath = location.href;

var array1 = currentPath.split("/");
var array1end = array1.pop();

if (path == array1end){


$j("div.ProductInfoMenu").replaceWith('<div class="ProductInfoMenu"><a class="linkOn"><span>Quotes</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp500_contract_specifications.html" class="dynaLink_Href"><span>Contract Specifications</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp500_performance_bonds.html" class="dynaLink_Href"><span>Performance Bonds / Margins</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp500_product_calendar_futures.html" class="dynaLink_Href"><span>Product Calendar</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp500_learn_more_education.html" class="dynaLink_Href"><span>Learn More</span></a><div class="EqAssetClass"><div class="EqAlert" style="background:url(http://www.cmegroup.com/images/Alert_bg5x115.gif);height:115px;"><div class="EqAlertTitleText">IMPORTANT NOTICE ON SETTLEMENT PRICES</div><div class="EqAlertBody">Settlement prices for the E-mini S&amp;P 500 and the E-mini S&amp;P MidCap 400 may differ slightly from the "true" settlement price displayed on CME\'s Daily Bulletin. These slight variances in settlements are the result of rounding due to differences in the minimum tick sizes between the E-mini contracts and the full-sized contracts. Additionally, the settlement price displayed on the Daily Bulletin matches that of the full-sized contracts for purposes of marking-to-market, as the contracts are offsettable, on a 5:1 basis. Example: E-mini S&P 500 futures contracts are traded in .25 increments and the full-sized S&P 500 contracts in .10 increments.</div></div></div></div>');


}

if (path1 == array1end){


$j("div.ProductInfoMenu").replaceWith('<div class="ProductInfoMenu"><a class="linkOn"><span>Quotes</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp-smallcap-600_contract_specifications.html" class="dynaLink_Href"><span>Contract Specifications</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp-smallcap-600_performance_bonds.html" class="dynaLink_Href"><span>Performance Bonds / Margins</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp-smallcap-600_product_calendar_futures.html" class="dynaLink_Href"><span>Product Calendar</span></a><span> | </span><a href="/trading/equity-index/us-index/e-mini-sandp-smallcap-600_learn_more_education.html" class="dynaLink_Href"><span>Learn More</span></a><div class="EqAssetClass"><div class="EqAlert" style="background:url(http://www.cmegroup.com/images/Alert_bg5x115.gif);height:115px;"><div class="EqAlertTitleText">IMPORTANT NOTICE ON SETTLEMENT PRICES</div><div class="EqAlertBody">Settlement prices for the E-mini S&P SmallCap 600 may differ slightly from the "true" settlement price displayed on CME\'s Daily Bulletin. These slight variances in settlements are the result of rounding due to differences in the minimum tick sizes between the E-mini contracts and the full-sized contracts. Additionally, the settlement price displayed on the Daily Bulletin matches that of the full-sized contracts for purposes of marking-to-market, as the contracts are offsettable. Example: E-mini S&P SmallCap 600 futures contracts are traded in .10 increments and the full-sized S&P SmallCap 600 Futures in .05 increments.</div></div></div></div>');


}

if (path2 == array1end){


$j("div.ProductInfoMenu").replaceWith('<div class="ProductInfoMenu"><a class="linkOn"><span>Quotes</span></a><span> | </span><a href="/trading/equity-index/us-index/euro-emini-sp500_contract_specifications.html" class="dynaLink_Href"><span>Contract Specifications</span></a><span> | </span><a href="/trading/equity-index/us-index/euro-emini-sp500_performance_bonds.html" class="dynaLink_Href"><span>Performance Bonds / Margins</span></a><span> | </span><a href="/trading/equity-index/us-index/euro-emini-sp500_product_calendar_futures.html" class="dynaLink_Href"><span>Product Calendar</span></a><span> | </span><a href="/trading/equity-index/us-index/euro-emini-sp500_learn_more_education.html" class="dynaLink_Href"><span>Learn More</span></a><div class="EqAssetClass"><div class="EqAlert" style="background:url(http://www.cmegroup.com/images/Alert_bg5x115.gif);height:115px;"><div class="EqAlertTitleText">IMPORTANT NOTICE ON SETTLEMENT PRICES</div><div class="EqAlertBody">Settlement prices for the E-mini S&P 500 (Euro) may differ slightly from the "true" settlement price displayed on CME\'s Daily Bulletin. These slight variances in settlements are the result of rounding due to differences in the minimum tick sizes between the E-mini contracts and the full-sized contracts. Additionally, the settlement price displayed on the Daily Bulletin matches that of the full-sized contracts for purposes of marking-to-market, as the contracts are offsettable, on a 5:1 basis. Example: E-mini S&P 500 futures contracts are traded in .25 increments and the full-sized S&P 500 (Euro) contracts in .10 increments.</div></div></div></div>');


}








		});

