// Custom js 

$(function(){
	//$('td[height=1]').attr('bgcolor','');	
	$('td[height=1]').parent('tr').css('display','none');	
});


