function ContractNumberOfCategoryRows(categoryId)
{
	debugger;
	var str;
	var date;
	try	
	{
		str = unescape(document.cookie);
		// Expire the cookie
		document.cookie = categoryId+"=1"+"; expires=Thu, 01-Jan-1970 00:00:01 GMT";
	}
	catch (error)
	{
	}
	finally
	{
		//history.go(0);
		document.location.reload();
	}
}
