$(document).ready(function(){
 		//for table row
  		$("tr:odd").css("background-color", "#FFEBB1");
  		$("tr:even").css("background-color", "#FFEEE1");
		$("#tabelp").tablesorter();
		$("#atable").tablesorter();
	}
);