Shipping
'. $name .'');
} else {
$shipping = array();
$shipping['first-name'] = 'Steve';
$shipping['last-name'] = 'Schoon';
$shipping['address'] = '52 Rodeo Drive';
$shipping['city'] = 'Beverly Hills';
$shipping['state'] = 'CA';
$shipping['zip'] = '90210';
$shipping['message'] = 'Enjoy these great books! You\'ll love the cliff-hangers!';
?>