<? function tr_loads($in) { return preg_replace('#[^A-z0-9_-.()]+#ui', '_', $in); } if(substr_count($_SERVER['REQUEST_URI'],"'"))exit; ?>