"barrington", "password" => "thebears", "usertype" => 2 ); $userinfo['edfRRsditor'] = array("username" => "edfRRsditor", "password" => "D04ssEcvD4", "usertype" => 3 ); // REFRESH UPLOAD LOGIN $upload_username = "super"; $upload_password = "StickY"; // RANDOM IMAGE ROTATION $container[0] = 'heights'; $container[1] = 'sunset'; $container[2] = 'balloon'; $container[3] = 'tree'; $container[4] = 'path'; $container[5] = 'chess'; $container[6] = 'highway'; $container[7] = 'field'; $container[8] = 'plant'; $container[9] = 'pink'; $container[10] = 'rig'; $container[11] = 'thermostat'; $container[12] = 'ducts'; $container[13] = 'roof_unit'; $container[14] = 'pipes'; $container[15] = 'pond'; $path = $_SERVER['REQUEST_URI']; // IF YOU ARE ON THE INDUSTRY FOCUS PAGE, SET THE INDUSTRY IMAGES if( $_GET['id'] == '3' ) $random_number = rand(9, 15); // OTHERWISE, USE THE REGULAR IMAGES else $random_number = rand(0, 7); // IF YOU ARE ON THE HOMEPAGE, SET THE PRIMARY METAPHORIC IMAGES if( strlen($path) < 2 ) $random_number = rand(0, 2); $container_class = $container[$random_number]; // MANUAL PHOTO SET if (isset($_GET['container_class'])){ $container_class = $_GET['container_class']; } // JOB BOARD LINK -- PAGE ONLY "jobs.php?id=9" $job_board_link = ""; // DATE FUNCTIONALITY $year_date = date("y"); $today_date = date ("F j, Y"); $month_date = date ("F"); $day_date = date("l"); // REFRESH ENTRY FUCNTIONALITY // $entry_title = $content->getEntryTitle($_GET['id']); $entry_body = $content->getEntryBody($_GET['id']); // FANCY BOX STR_REPLACE $entry_body = str_replace('target="_top"', 'class="fancy_regular"', $entry_body); $entry_body = str_replace('target="_parent"', 'class="fancy_swf"', $entry_body); $entry_body = str_replace('