jQuery(document).ready(function() {

	$('div.maintab a:eq(0)').css('background','url("/img/featured.gif") top left no-repeat');
	$('div.maintab a:eq(1)').css('background','url("/img/winefood.gif") top left no-repeat');
	$('div.maintab a:eq(2)').css('background','url("/img/winecountry.gif") top left no-repeat');
	$('div.maintab a:eq(3)').css('background','url("/img/wineries.gif") top left no-repeat');
	$('div.maintab a:eq(4)').css('background','url("/img/homegarden.gif") top left no-repeat');

//	$('div.maintab a:eq(5970254)').css('background','url("/img/featured.gif") top left no-repeat');
//	$('div.maintab a:eq(7538343)').css('background','url("/img/winefood.gif") top left no-repeat');
//	$('div.maintab a:eq(6113055)').css('background','url("/img/winecountry.gif") top left no-repeat');
//	$('div.maintab a:eq(7274242)').css('background','url("/img/wineries.gif") top left no-repeat');
//	$('div.maintab a:eq(5190563)').css('background','url("/img/homegarden.gif") top left no-repeat');

//<%For i = 0 TO UBound(AryCategories,2)%>
//	$('div.maintab a:eq(<%=AryCategories(0,i)%>)').css('background','url("/img/<%=AryCategories(4,i)%>") top left no-repeat');
//<%Next%>
});