<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="20; url=http://wwW.3Gfan.Com">
<title>前线数码站·3Gfan.Com</title>
<style>A {
FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
COLOR: #ffcc00
}
A.blue {
COLOR: darkblue
}
body, p, td {
FONT-SIZE: 12px
}</style>
</head>
<body style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 0pt; OVERFLOW: hidden; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid" bgColor="#009ace" leftMargin="0" topMargin="10">
<div align="center">
<center>
<p> </p>
<p> </p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-style: dotted; border-width: 1" bordercolor="#000000" width="529" height="497" id="AutoNumber1">
<tr>
<td width="520" height="20" bgcolor="#000000"><font color="#FFFFFF"> ·前线数码
& 下载说明</font></td>
</tr>
<tr>
<td width="529" height="83" bgcolor="#FFAD00" valign="top">
<p align="center"><br>
您下载的该文件来自前线数码||||http://www.3Gfan.Com<br>
<br>
<br>
<a href="mailto:web@3gfan.com"><span lang="en-us">
</span></a> <font size="2"><i>w</i></font><i><font size="2">ww.3Gfan.com</font><b><a href="http://www.3gfan.com"><font size="2"><font color="#FF0000">!</font><font color="#FFFF00">!</font><font color="#009ACE">!</font></font></a></b></i></td>
</tr>
<tr>
<td width="529" height="379" bgcolor="#FFAD00" valign="top">
<p align="center">感谢您光临前线数码3Gfan.Com,这里为您提供了最及时最精华的数码资讯,同时也为您准备了包罗万千的手机软件,每天坚持不断更新,您的访问是对我们工作最大的认可,如果您认为我们的网站不错,请一定介绍给您熟悉的朋友,让他们和您分享一样的乐趣!<br>
<br>
提示:请大家尊重知识产权、尊重作者劳动,在允许的条件下尽可能支持软件作者,共同繁荣掌上软件发展!!
本站提供的程序均为网上搜集,如果该程序涉及或侵害到您的版权请立即写信通知我们。<br>
<br>
『前线数码』:<br>
www.3Gfan.com<br>
<br>
<br>
QQ:9186616<br>
MSN:linyifan@msn.com<br>
eMail:web@3gfan.com<br>
<br>
技术问题,更多支持请发贴到『前线数码论坛』:<br>
bbs.3Gfan.com<br>
<br>
网站合作:<br>
E-maiL:web@3gfan.com<br>
<br>
关于前线数码<br>
<br>
前线数码 www.3Gfan.com 成立于2006年3月,并于同年5月份建立网站及交流论坛,立志做中国最精最新的手机软件下载站。 <br>
<br>
<br>
前线数码同仁<br>
2006-5-1</td>
</tr>
<tr>
<td width="529" height="18" bgcolor="#009BCE" bordercolor="#008000">
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="50" scrolldelay="100" behavior="slide" loop="1">
<a href="http://wWW.3GFAN.cOM">3 G F A N . C O M Powered by 3Gfan.STUDIO</a></marquee> </td>
</tr>
</table>
</center>
</div>
<p align="center">
</p>
<script language="JavaScript">
<!-- Begin
var rate = 20;
var obj;
var act = 0;
var elmH = 0;
var elmS = 128;
var elmV = 255;
var clrOrg;
var TimerID;
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}
// End -->
</script>
</body>
</html>