$(document).ready(function(){	    	    // Tile manage for - /Investor/OurInvestmentRange/InvestmentsByRegion/ pages	    	    if (location.href.indexOf('InvestmentsByRegion')){	    	$('#MarketViews_Adviser').remove();	    }	    });