name!"; } //Change this value to change the class used to create this customer object $promotionCurrentlyRunning = true; if ($promotionCurrentlyRunning) { $objCust = new SweepstakesCustomer(12345); } else { $objCust = new Customer(12345); } greetCustomer($objCust); ?>