$(document).ready(function() {


       var pageUrl = window.location.href;
	if(pageUrl.indexOf("/A/") > 0 ) {
	
		$('.fg1').eq(0).remove();
		$('#description').remove();
	}	




}); 
