1 ) { $section1 = $crv3Parts[1]; //script to handle page "about-us" } if( strlen($crv3Parts[2]) > 1 ) { $section2 = $crv3Parts[2]; //first sub-section "media-room" } if( strlen($crv3Parts[3]) > 1 ) { $section3 = $crv3Parts[3]; //second sub-section : media room -> media kit or media room -> something } if( strlen($crv3Parts[4]) > 0 ) { $section4 = $crv3Parts[4]; //third sub-section : media room -> press releases -> view release } //start redirects! if($section2 == "casey-in-the-news") { header("Location: ".$crv3WebPath."news/casey-in-the-news/"); exit; } elseif($section2 == "faq") { header("Location: ".$crv3WebPath."faq/"); exit; } elseif($section2 == "media-room") { if($section3 == "media-kit") { header("Location: ".$crv3WebPath."media-room/media-kit/"); exit; } elseif($section3 == "press-releases") { header("Location: ".$crv3WebPath."press/"); exit; } header("Location: ".$crv3WebPath."media-room/"); exit; } elseif($section2 == "become-an-affiliate") { header("Location: ".$crv3WebPath."affiliate/"); exit; } elseif($section2 == "advertise-with-us") { header("Location: ".$crv3WebPath."advertise/"); exit; } elseif($section2 == "contact-us") { header("Location: ".$crv3WebPath."contact-us/"); exit; } visitorTop("About Casey Research"); echo '
'; if( $section2 == "inc5000" ) { include("inc5000.php"); } else { doRightHandNav('about-us'); doAboutUsOverview(); } echo '
'; visitorBottom(); //end file ?>