<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card id="MainCard" title="&#x7ACB;&#x5730;&#x57CE;"> 
<p align="center"><img src="lidi_logo_ss.gif" alt="&#x7ACB;&#x5730;&#x57CE;"/><br/>

<p align="center"><br/><anchor><big>&#x6000;&#x65E7;&#x91D1;&#x66F2;</big><go href="hj/hj.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x4E16;&#x754C;&#x5404;&#x56FD;&#x56FD;&#x6B4C;</big>-&#x5F90;&#x60E0;&#x6C11;&#x8BD1;<go href="gg.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x4E16;&#x754C;&#x5404;&#x56FD;&#x9886;&#x8896;</big><go href="lx.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x8BA4;&#x5404;&#x56FD;&#x5404;&#x5730;&#x9996;&#x90FD;&#x9996;&#x5E9C;</big><go href="sd.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x731C;&#x8C1C;&#x8BED;</big><go href="my.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x95EE;&#x7B54;&#x6E38;&#x620F;</big><go href="tm.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x8111;&#x7B4B;&#x6025;&#x8F6C;&#x5F2F;</big><go href="jzw01.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x7AE5;&#x8A00;&#x65E0;&#x5FCC;&#x7B11;&#x54C8;&#x54C8;</big><go href="ty1.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x5510;&#x8BD7;&#x4E09;&#x767E;&#x9996;</big><go href="ts0.wml"/></anchor><br/>
</p>
<p align="center"><anchor><big>&#x4E09;&#x5B57;&#x7ECF;</big><go href="3zj.wml"/></anchor><br/>
</p>
<p align="center"><br/><anchor>&#x7ACB;&#x5730;&#x6587;&#x5316;&#x4F01;&#x4E1A;<go href="lidi.wml"/></anchor><br/>
</p>

<?php

$GLOBALS['google']['ad_type']='text_image';
$GLOBALS['google']['channel']='0989632258';
$GLOBALS['google']['client']='pub-3289949414374464';
$GLOBALS['google']['format']='mobile_single';
$GLOBALS['google']['https']=$_SERVER['HTTPS'];
$GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
$GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
$GLOBALS['google']['markup']='wml';
$GLOBALS['google']['oe']='utf8';
$GLOBALS['google']['output']='wml';
$GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
$GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
$google_dt = time();
google_set_screen_res();
google_set_dcmguid();

function google_append_url(&$url, $param, $value) {
  $url .= '&' . $param . '=' . urlencode($value);
}

function google_append_globals(&$url, $param) {
  google_append_url($url, $param, $GLOBALS['google'][$param]);
}

function google_append_color(&$url, $param) {
  global $google_dt;
  $color_array = split(',', $GLOBALS['google'][$param]);
  google_append_url($url, $param,
                    $color_array[$google_dt % sizeof($color_array)]);
}

function google_set_screen_res() {
  $screen_res = $_SERVER['HTTP_UA_PIXELS'];
  $delimiter = 'x';
  if ($screen_res == '') {
    $screen_res = $_SERVER['HTTP_X_UP_DEVCAP_SCREENPIXELS'];
    $delimiter = ',';
  }
  $res_array = explode($delimiter, $screen_res);
  if (sizeof($res_array) == 2) {
    $GLOBALS['google']['u_w'] = $res_array[0];
    $GLOBALS['google']['u_h'] = $res_array[1];
  }
}

function google_set_dcmguid() {
  $dcmguid = $_SERVER['HTTP_X_DCMGUID'];
  if ($dcmguid != '') {
    $GLOBALS['google']['dcmguid'] = $dcmguid;
  }
}

function google_get_ad_url() {
  $google_ad_url = 'http://pagead2.googlesyndication.com/pagead/ads?';
  $google_scheme = ($GLOBALS['google']['https'] == 'on')
      ? 'https://' : 'http://';
  foreach ($GLOBALS['google'] as $param => $value) {
    if ($param == 'client') {
      google_append_url($google_ad_url, $param,
                        'ca-mb-' . $GLOBALS['google'][$param]);
    } else if (strpos($param, 'color_') === 0) {
      google_append_color($google_ad_url, $param);
    } else if ((strpos($param, 'host') === 0)
               || (strpos($param, 'url') === 0)) {
      google_append_url($google_ad_url, $param,
                        $google_scheme . $GLOBALS['google'][$param]);
    } else {
      google_append_globals($google_ad_url, $param);
    }
  }
  google_append_url($google_ad_url, 'dt',
   		    round(1000 * array_sum(explode(' ', microtime()))));
  return $google_ad_url;
}

$google_ad_handle = @fopen(google_get_ad_url(), 'r');
if ($google_ad_handle) {
  while (!feof($google_ad_handle)) {
    echo fread($google_ad_handle, 8192);
  }
  fclose($google_ad_handle);
}

?>
</card>
</wml>