jQuery(document).ready(function(){
	jQuery('#promo-table tr:gt(1):even').css('background','#fff');
	//alert(jQuery("#promo-table").height());
});
