
  <?
  /*
$ua = strtolower($_SERVER['HTTP_USER_AGENT']);
if((stripos($ua,'android ') !== false) ){
header ('Location: ../a.php?f=20140507/');
exit();
}
else */
include ("../../lib/onex.php");

?>