

/*
 * initialiseProductList()
 */
function initialiseProductList()
{
	instock = "n";
brand = 't2c';
if ( productList.length == 0 )

	{
		/* productList[0] = new Array ('CB1','Pink strap changing bags','9.45','Pink strap changing bag ','changingbags.html'); */
productList[0] = new Array('MEOSWHITE','Motherease One Size Nappy','7.50','Motherease One Size Nappy','mothereaseonesizenappy.html');

	}		
}	

