<?phprequire_once (''.$vers.'');function myStripSlashes($st) {if (get_magic_quotes_gpc()!=1) {return $st;} else {return StripSlashes($st);}}?>