$(document).ready(function() {

/*
	$("ul#charangaBrands li a").hover( 
		function () {
			$(this).addClass("hijax").animate( { opacity:0}, 350 );
		},
	
		function () {
			$(this).removeClass("hijax").animate( { opacity:1}, 350 );
		}
	);
*/



	$("table tr:even").addClass("alt1");

});
