jQuery(document).ready(function($){

/*	var highestCol = Math.max($('#bottomleftcontent').height(),$('#bottomrightcontent').height());
	$('#bottomleftcontent').height(highestCol);
	$('#bottomrightcontent').height(highestCol);
*/	
	$(".single .content .panes ul li:even").addClass("even");
	$(".page .content ul li:even").addClass("even");

	$(".tblrates tr:even").addClass("even");

});
