

/*
 * initialiseProductList()
 */
function initialiseProductList()
{
	instock = "n";
brand = 't2c';
if ( productList.length == 0 )

	{
productList[0] = new Array('BAMBINEOBIRTHTOPOTTYPACK     ','Bambineo Birth to Potty Pack','348.99','Bambineo Birth to Potty Pack','bambineobirthtopottypack.html');

	}		
}	



function getPrice()
{
	document.write(productList[0][2]);	
}	








