$(document).ready( function() {
	
	//$('.centreColumn').html('<div class="centreColumnWrapper">'+$('.centreColumn').html()+'</div>');
	
	
	$('a.hasChildren').each( function() {
		
		$(this).parent().addClass('thisHasChildren');
		
		
	});
	
	
	$('.productListing').attr('cellpadding','0')
	
	
	$('table.productListing tr td.productListing-heading:nth-child(1)').each( function() {
		$(this).html('<img border="0" width="21" height="31" alt="" src="images/agnello/tl_prodlist.jpg">');
		$(this).attr('align','left')
	})
	
	$('table.productListing tr td.productListing-heading:nth-child(5)').each( function() {
		$(this).html('<img border="0" width="21" height="31" alt="" src="images/agnello/tr_prodlist.jpg">');
		$(this).attr('align','right')
	})	
	
	$('.activecat').parent().addClass('activeItemParent')
	
})

function setNip(radioVal) {
	
	if (radioVal=='yes') {
		$('#comNameInput').removeAttr("disabled");
		$('#nipInput').removeAttr("disabled");
	} else if (radioVal=='no') {
		$('#comNameInput').attr("disabled", true); 
		$('#nipInput').attr("disabled", true); 
	}
	
}



/*

$('#target').
}, 
function () 
{ 
    $('#target'). 

*/
