$path = 'pages/'; switch ($_REQUEST['p']) { case 'bio': $inc = 'bio.html'; $bodyclass = 'bio'; $title = 'Biography'; break; case 'press': $inc = 'press.html'; $bodyclass = 'press'; $title = 'Press'; break; case 'events': $inc = 'events.html'; $bodyclass = 'events'; $title = 'Events'; break; case 'education': $inc = 'education.html'; $bodyclass = 'education'; $title = 'Education'; break; case 'salon': $inc = 'salon.html'; $bodyclass = 'salon'; $title = 'Salon'; break; case 'contact': $inc = 'contact.html'; $bodyclass = 'contact'; $title = 'Contact'; break; case 'contact_info': $inc = 'contact_info.html'; $bodyclass = 'contact_info'; $title = 'Contact Information'; break; default: $inc = 'home.html'; $bodyclass = 'home'; $title = 'Alexandramatiz.com'; break; } ?>