setSection('doctitle',"
Request More Information");//page title for browser
$page->setSection('PageHeader',"Request Information");//page title for browser
import_request_variables('gP', 'url_');
$checked = '';
if($url_OPTIN == 'Y'){
$checked = 'checked';
}
$content .= ("
To request more information about $clientName, please call $client800 or email us at $clientEmail
");
$page->setSection('MainContent01','
');
$page->setSection('MainContent02',$content);
$page->printPage();
exit();