$(document).ready(function(){
	var arr=location.href.split("/");
	//alert(arr[arr.length -2]);
	$("body").addClass(arr[arr.length -2]);	
});


