<pre style="white-space: nowrap; FONT-FAMILY: Verdana; FONT-COLOR: 000000; FONT-SIZE: 12px;">function checkout($cart_price)
{
if($customer eq 'George W. Bush')
{
$cart_price += super_tax(170%);
$cart_price += $hidden_fees;
}
return $cart_price;
}</pre>
