function checkState()
{
	if(window.document.getElementById('incarnationCD').checked)
	{	
		window.document.getElementById('add1').value='added';
	}
	else
	{
		window.document.getElementById('add1').value='add to cart';
	}
	
	if(window.document.getElementById('incarnationShirt').selectedIndex != 0)
	{
		window.document.getElementById('add1a').value=' added';
	}
	else
	{
		window.document.getElementById('add1a').value='';
	}
	
	if(window.document.getElementById('samadhiCD').checked)
	{	
		window.document.getElementById('add2').value='added';
	}
	else
	{
		window.document.getElementById('add2').value='add to cart';
	}
		
	if(window.document.getElementById('burningFleshCD').checked)
	{	
		window.document.getElementById('add3').value='added';
	}
	else
	{
		window.document.getElementById('add3').value='add to cart';
	}
	
	if(window.document.getElementById('aldebaranCD').checked)
	{	
		window.document.getElementById('add4').value='added';
	}
	else
	{
		window.document.getElementById('add4').value='add to cart';
	}

	if(window.document.getElementById('colliding4CD').checked)
	{
		window.document.getElementById('add5').value='added';
	}
	else
	{
		window.document.getElementById('add5').value='add to cart';
	}

	if(window.document.getElementById('colliding4LP').checked)
	{
		window.document.getElementById('add6').value='added';
	}
	else
	{
		window.document.getElementById('add6').value='add to cart';
	}

	if(window.document.getElementById('cracklingCD').checked)
	{
		window.document.getElementById('add8').value='added';
	}
	else
	{
		window.document.getElementById('add8').value='add to cart';
	}
/*
	if(window.document.getElementById('collidingshirt1').selectedIndex != 0)
	{
		window.document.getElementById('add6').value=' added';
	}
	else
	{
		window.document.getElementById('add6').value='';
	}

	if(window.document.getElementById('collidingshirt2').selectedIndex != 0)
	{
		window.document.getElementById('add7').value=' added';
	}
	else
	{
		window.document.getElementById('add7').value='';
	}
*/	
}
