<?php define('SINA_SAE', '0');
$ayurl
=
"http://2012.titan24.com/medal.html"
;
$content
=fcontents(
$ayurl
);
preg_match_all('|<p
class
=\"box bdr1\">(.*)</table>|isU',
$content
,
$table
);
echo
' <html xml:lang=
"zh-CN"
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head> <meta http-equiv=
"Content-Type"
content=
"text/html; charset=gb2312"
/>
<title>奥运奖牌榜_2012伦敦奥运会_爱美丽网</title>
<meta name=
"description"
content=
"爱美丽网提供最新,最准确,最专业,最权威的2012伦敦奥运会奖牌榜。"
/>
<meta name=
"keywords"
content=
"伦敦奥运奖牌榜,金牌榜,中美争霸,爱美丽网"
/>
<style> .time {height: 24px;padding: 10px;}
.fR {float: right;}
.fL {float: left;}
table.ctab {font-family: Arial,Helvetica,sans-serif;width: 100%;}
table {border-collapse: collapse;border-spacing: 0;}
table.ctab th {background: none repeat scroll 0 0 #F1F3F4;
color: #0C48A0;font-size: 14px;font-weight: bold;height: 28px;text-align: center;}
table.ctab td {color: #000000;font-size: 14px;height: 28px;line-height: 28px;text-align: center;}
table.ctab td.na, table.ctab th.na {padding-left: 16px;text-align: left;}
table.ctab td.red {color: #DD0000;} table.ctab td.blue {color: #00509C;}
</style>'.
$table
[1][0].'</table>
<p><a href=
"http://www.ibtf.net"
>爱美丽网</a>
<script type=
"text/javascript"
>
var
_bdhmProtocol = ((
"https:"
== document.location.protocol) ?
" https://"
:
" http://"
);
document.write(unescape(
"%3Cscript src=\'"
+ _bdhmProtocol +
"hm.baidu.com/h.js%3F14be499358383bc5a422ceab62afe0f6\' type=\'text/javascript\'%3E%3C/script%3E"
));
</script>
</p> ';
function
fcontents(
$a
){
$content
=
$f
->fetch(
$a
);
if
(
$f
->errno() == 0)
$r
=
$content
;
else
$r
=
$f
->errmsg();
}
else
{
$r
=@
file_get_contents
(
$a
);}
return
$r
; }?>