function updateBasket(theresponse) 
{
                document.location.href = '/checkout/checkout.aspx';
}

function getLookupValue(thelookup) 
{
return document.getElementById(thelookup).value;
}