<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>猫游记</title>
<script src="http://lv.pet.mop.com/petonline.js" language="javascript"></script>
<script src="http://pet.mop.com/load/servers.js" language="javascript"></script>
<script src="js/index.js" language="javascript"></script>
<style>
body { 
    padding:0px; 
	margin: 0px; 
	font-size:12px; 
	font-family:"宋体"; 
	line-height:18px;
	background:url(/images/back_blue.jpg); 
}
a{ color:#000; text-decoration:none; font-size:12px; border:0px;}
a:hover{ color:#FF4E00; text-decoration:underline; font-size:12px;}
img{ border:0px;}
.but1,.but2{width:64px;height:28px;font-size:14px;font-weight:bold;border:0;cursor:pointer; background:url(images/but1.png);line-height:28px;color:#fff}
.but2{
	width:84px; 
	background:url(images/but2.png);
}
.mt5 {margin-top:5px;}
.t_00303C {color:#00303C}
.t_8B1933 {
	color:#8B1933;
}
.t_EBFDA8 {
	background: url(images/xy_img04a.jpg) no-repeat; 
	cursor: pointer;
	color:#EBFDA8; 
	font-size:16px; 
	font-weight:bold;
}
.t_FF003A {
	color:#FF003A; 
	font-size:14px; 
	font-weight:bold;
}
.t_fff {
	background: url('images/xy_img04.jpg') no-repeat; 
	cursor: pointer;
	color:#fff; 
	font-size:16px; 
	font-weight:bold;
}
.box_8B1933 {border:2px solid #8B1933; }
.box_CF6C00 {border:1px solid #CF6C00; background:#fff;}
.mt15 {margin-top:15px;}
.t1_B73400 {color:#B73400;text-decoration:underline;}
.t_B73400 {color:#B73400}


</style>
</head>

<body onLoad="showsub_b(0);">
<script language="javascript" src="http://t.mop.com/js/topCommon.js"></script>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td> </td>
    <td><img src="images/pet_sw_02.gif" width="639" height="154" /><img src="images/pet_sw_03.gif" width="363" height="154" /></td>
  </tr>
</table>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><img src="images/pet_sw_04.gif" width="335" height="190" /></td>
      </tr>
      <tr>
        <td height="338" valign="top" background="images/pet_sw_06.gif">
        
        
        <table width="97%" border="0" align="right" cellpadding="0" cellspacing="0">
          <tr>
            <td height="87" align="center" id="loginTd" valign="middle" style="padding-top:10px">
			<!-- 登陆区域开始 -->
			
			<!-- 登陆区域结束 -->
			</td>
            </tr>
          <tr>
            <td height="203" align="center"><table width="85%" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td colspan="2" align="center" height="57" id="register"> </td>
		</tr>
              <tr>
                <td align="center"><a href="http://www.pet.mop.com/index.html" target="_blank"><img src="images/usrbut1.gif" width="136" height="57" border="0" /></a></td>
                <td align="center"><a href="http://gc.imop.com/account/pet/pay.php" target="_blank"><img src="images/usrbut4.gif" width="136" height="57" border="0" /></a></td>
              </tr>
              <tr>
                <td align="center"><a href="http://www.pet.mop.com/guide/guide_list.html"  target="_blank"><img src="images/usrbut3.gif" width="136" height="57" border="0" /></a></td>
                <td align="center"><a href="http://tt.mop.com/main.jsp?url=http://tt.mop.com/club/list.jsp?at=192" target="_blank"><img src="images/usrbut6.gif" width="136" height="57" border="0" /></a></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
    <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td>
       
        <table width="667" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="130" rowspan="3"><img src="images/080527_01.jpg" width="130" height="199" /></td>
            <td width="467"><img src="images/080527_02.jpg" width="467" height="13" /></td>
            <td width="70" rowspan="3"><img src="images/080527_03.jpg" width="70" height="199" /></td>
          </tr>
          <tr>
            <td><script>
/**************************************************
名称: 图片轮播类
创建时间: 2007-11-12
示例:
	页面中已经存在名为imgPlayer(或者别的ID也行)的节点.
	PImgPlayer.addItem( "test", "http://www.pomoho.com", "http://static.pomoho.com/static/samesong/images/logo5.jpg");
	PImgPlayer.addItem( "test2", "http://www.pomoho.com.cn", "http://static.pomoho.com/static/samesong/images/logo4.jpg");
	PImgPlayer.addItem( "test3", "http://www.pomoho.com.cn", "http://static.pomoho.com/static/samesong/images/logo3.jpg");
	PImgPlayer.init( "imgPlayer", 200, 230 );
备注:
	适用于一个页面只有一个图片轮播的地方.
***************************************************/
var PImgPlayer = {
	_timer : null,
	_items : [],
	_container : null,
	_index : 0,
	_imgs : [],
	intervalTime : 3000,	//轮播间隔时间
	init : function( objID, w, h, time ){
		this.intervalTime = time || this.intervalTime;
		this._container = document.getElementById( objID );
		this._container.style.display = "block";
		this._container.style.width = w + "px";
		this._container.style.height = h + "px";
		this._container.style.position = "relative";
		this._container.style.overflow  = "hidden";
		//this._container.style.border = "1px solid #fff";
		var linkStyle = "display: block; TEXT-DECORATION: none;";
		if( document.all ){
			linkStyle += "FILTER:";
			linkStyle += "progid:DXImageTransform.Microsoft.Barn(duration=0.5, motion='out', orientation='vertical') ";
			linkStyle += "progid:DXImageTransform.Microsoft.Barn ( duration=0.5,motion='out',orientation='horizontal') ";
			linkStyle += "progid:DXImageTransform.Microsoft.Blinds ( duration=0.5,bands=10,Direction='down' )";
			linkStyle += "progid:DXImageTransform.Microsoft.CheckerBoard()";
			linkStyle += "progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=0)";
			linkStyle += "progid:DXImageTransform.Microsoft.GradientWipe ( duration=1,gradientSize=1.0,motion='reverse' )";
			linkStyle += "progid:DXImageTransform.Microsoft.Inset ()";
			linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=PLUS,motion=out )";
			linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=PLUS,motion=in )";
			linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=DIAMOND,motion=in )";
			linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=SQUARE,motion=in )";
			linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=0.5,irisStyle=STAR,motion=in )";
			linkStyle += "progid:DXImageTransform.Microsoft.RadialWipe ( duration=0.5,wipeStyle=CLOCK )";
			linkStyle += "progid:DXImageTransform.Microsoft.RadialWipe ( duration=0.5,wipeStyle=WEDGE )";
			linkStyle += "progid:DXImageTransform.Microsoft.RandomBars ( duration=0.5,orientation=horizontal )";
			linkStyle += "progid:DXImageTransform.Microsoft.RandomBars ( duration=0.5,orientation=vertical )";
			linkStyle += "progid:DXImageTransform.Microsoft.RandomDissolve ()";
			linkStyle += "progid:DXImageTransform.Microsoft.Spiral ( duration=0.5,gridSizeX=16,gridSizeY=16 )";
			linkStyle += "progid:DXImageTransform.Microsoft.Stretch ( duration=0.5,stretchStyle=PUSH )";
			linkStyle += "progid:DXImageTransform.Microsoft.Strips ( duration=0.5,motion=rightdown )";
			linkStyle += "progid:DXImageTransform.Microsoft.Wheel ( duration=0.5,spokes=8 )";
			linkStyle += "progid:DXImageTransform.Microsoft.Zigzag ( duration=0.5,gridSizeX=4,gridSizeY=40 ); width: 100%; height: 100%";
		}
		//
		var ulStyle = "margin:0;width:"+w+"px;position:absolute;z-index:999;right:5px;FILTER:Alpha(Opacity=30,FinishOpacity=90, Style=1);overflow: hidden;bottom:-1px;height:16px; border-right:1px solid #fff;";
		//
		var liStyle = "margin:0;list-style-type: none; margin:0;padding:0; float:right;";
		//
		var baseSpacStyle = "clear:both; display:block; width:23px;line-height:18px; font-size:12px; FONT-FAMILY:'宋体';opacity: 0.6;";
		baseSpacStyle += "border:1px solid #fff;border-right:0;border-bottom:0;";
		baseSpacStyle += "color:#fff;text-align:center; cursor:pointer; ";
		//
		var ulHTML = "";
		for(var i = this._items.length -1; i >= 0; i--){
			var spanStyle = "";
			if( i==this._index ){
				spanStyle = baseSpacStyle + "background:#ff0000;";
			} else {				
				spanStyle = baseSpacStyle + "background:#000;";
			}
			ulHTML += "<li style=\""+liStyle+"\">";
			ulHTML += "<span onmouseover=\"PImgPlayer.mouseOver(this);\" onmouseout=\"PImgPlayer.mouseOut(this);\" style=\""+spanStyle+"\" onclick=\"PImgPlayer.play("+i+");return false;\" herf=\"javascript:;\" title=\"" + this._items[i].title + "\">" + (i+1) + "</span>";
			ulHTML += "</li>";
		}
		//
		var html = "<a href=\""+this._items[this._index].link+"\" title=\""+this._items[this._index].title+"\" target=\"_blank\" style=\""+linkStyle+"\"></a><ul style=\""+ulStyle+"\">"+ulHTML+"</ul>";
		this._container.innerHTML = html;
		var link = this._container.getElementsByTagName("A")[0];	
		link.style.width =  w + "px";
		link.style.height = h + "px";
		link.style.background = 'url(' + this._items[0].img + ') no-repeat center center';
		//
		this._timer = setInterval( "PImgPlayer.play()", this.intervalTime );
	},
	addItem : function( _title, _link, _imgURL ){
		this._items.push ( {title:_title, link:_link, img:_imgURL } );
		var img = new Image();
		img.src = _imgURL;
		this._imgs.push( img );
	},
	play : function( index ){
		if( index!=null ){
			this._index = index;
			clearInterval( this._timer );
			this._timer = setInterval( "PImgPlayer.play()", this.intervalTime );
		} else {
			this._index = this._index<this._items.length-1 ? this._index+1 : 0;
		}
		var link = this._container.getElementsByTagName("A")[0];	
		if(link.filters){
			var ren = Math.floor(Math.random()*(link.filters.length));
			link.filters[ren].Apply();
			link.filters[ren].play();
		}
		link.href = this._items[this._index].link;
		link.title = this._items[this._index].title;
		link.style.background = 'url(' + this._items[this._index].img + ') no-repeat center center';
		//
		var liStyle = "margin:0;list-style-type: none; margin:0;padding:0; float:right;";
		var baseSpacStyle = "clear:both; display:block; width:23px;line-height:18px; font-size:12px; FONT-FAMILY:'宋体'; opacity: 0.6;";
		baseSpacStyle += "border:1px solid #fff;border-right:0;border-bottom:0;";
		baseSpacStyle += "color:#fff;text-align:center; cursor:pointer; ";
		var ulHTML = "";
		for(var i = this._items.length -1; i >= 0; i--){
			var spanStyle = "";
			if( i==this._index ){
				spanStyle = baseSpacStyle + "background:#ff0000;";
			} else {				
				spanStyle = baseSpacStyle + "background:#000;";
			}
			ulHTML += "<li style=\""+liStyle+"\">";
			ulHTML += "<span onmouseover=\"PImgPlayer.mouseOver(this);\" onmouseout=\"PImgPlayer.mouseOut(this);\" style=\""+spanStyle+"\" onclick=\"PImgPlayer.play("+i+");return false;\" herf=\"javascript:;\" title=\"" + this._items[i].title + "\">" + (i+1) + "</span>";
			ulHTML += "</li>";
		}
		this._container.getElementsByTagName("UL")[0].innerHTML = ulHTML;	
	},
	mouseOver : function(obj){
		var i = parseInt( obj.innerHTML );
		if( this._index!=i-1){
			obj.style.color = "#ff0000";
		}
	},
	mouseOut : function(obj){
		obj.style.color = "#fff";
	}
}
</script>
<div id="imgADPlayer"></div>
<script>
	PImgPlayer.addItem( "", "http://www.pet.mop.com/html/maoyouji8195/guanfangtuijian7989/200807111620355502.html", "cchdaoliu/080711daoliu.jpg");
	PImgPlayer.addItem( "", "http://www.pet.mop.com/html/maoyouji8195/huabeidianxin5640/200806111831084362.html", "cchdaoliu/20080612zhenhan.jpg");
	PImgPlayer.addItem( "", "http://www.pet.mop.com/html/maoyouji8195/huabeidianxin5640/200806251522488529.html", "cchdaoliu/20080611toupiao.jpg");
	PImgPlayer.addItem( "", "http://www.pet.mop.com/html/maoyouji8195/huanandianxin5711/200806041734438187.html", "cchdaoliu/20080605daoliumimi.jpg");
	PImgPlayer.addItem( "", "http://www.pet.mop.com/html/maoyouji8195/huanandianxin5711/200805271733225933.html", "cchdaoliu/20080602gongceyouli01.jpg");
	PImgPlayer.init( "imgADPlayer", 467, 164 );
</script>   </td>
          </tr>
          <tr>
            <td height="22"><img src="images/080527_04.jpg" width="467" height="22" /></td>
          </tr>
        </table>
        
        
        
        </td>
      </tr>
      <tr>
        <td width="667" height="87" align="center" valign="bottom"   style=" background:url(images/pet_sw_07.gif) no-repeat;">
		<div id='welCome' style="color:#FFFFFF; font-family:黑体;font-size:16px; margin-bottom:20px"></div>
		</td>
      </tr>
      <tr>
        <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="40"><img src="images/pet_sw_08.gif" width="40" height="242" /></td>
            <td background="images/xy_img01c.jpg">
			<table width="543" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="107" height="24" align="center" background="images/xy_img04a.jpg" class="t_fff" id="tab_b0" onClick="showsub_b(0)">官方推荐</td>
                <td width="2" background="images/xy_img04b.jpg"></td>
                <td width="107" align="center" background="images/xy_img04.jpg" class="t_EBFDA8" id="tab_b1" onClick="showsub_b(1)">华北电信</td>
                <td width="2" background="images/xy_img04b.jpg"></td>
                <td width="107" align="center" background="images/xy_img04.jpg" class="t_EBFDA8" id="tab_b2" onClick="showsub_b(2)">华南电信</td>
                <td width="2" background="images/xy_img04b.jpg"></td>
                <td width="107" align="center" background="images/xy_img04.jpg" class="t_EBFDA8" id="tab_b3" onClick="showsub_b(3)">华北网通</td>
                <td width="2" background="images/xy_img04b.jpg"></td>
                <td width="107" align="center" background="images/xy_img04.jpg" class="t_EBFDA8" id="tab_b4" onClick="showsub_b(4)">其他线路</td>
              </tr>
              <tr>
		<td height="175" colspan="9" valign="top" background="images/xy_img03a.jpg">

				<div id="sub_b" align="center">
			<div>
			<b style="color:#993300; float:left">　　载入中<marquee direction=right width=60>...</marquee></b>
			</div></div>
			
				</td>
              </tr>
              <tr>
                <td colspan="9"><img src="images/xy_img03.gif" width="543" height="9" /></td>
              </tr>
            </table>
			</td>
            <td width="51" align="right"><img src="images/pet_sw_10.gif" width="51" height="242" /></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td rowspan="2"><img src="images/pet_sw_11.gif" width="335" height="63" /></td>
    <td><img src="images/pet_sw_12.gif" width="667" height="31" /></td>
  </tr>
  <tr>
    <td><img src="images/pet_sw_13.gif" width="667" height="32" /></td>
  </tr>
</table>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="51" align="left" background="images/ld_img01a.jpg"><img src="images/ld_img01.jpg" width="51" height="126" /></td>
 <td width="881" align="center" background="images/ld_img01a.jpg"><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img01.jpg" width="111" height="69" class="box_8B1933" /></a><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img02.jpg" width="111" height="69" hspace="5" class="box_8B1933" /></a><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img03.jpg" width="111" height="69" hspace="5" class="box_8B1933" /></a><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img04.jpg" width="111" height="69" hspace="5" class="box_8B1933" /></a><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img05.jpg" width="111" height="69" hspace="5" class="box_8B1933" /></a><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img06.jpg" width="111" height="69" hspace="5" class="box_8B1933" /></a><a href="http://www.pet.mop.com/9hot/maoyouji9hot.html" target="_blank"><img src="images/7_img07.jpg" width="111" height="69" hspace="5" class="box_8B1933" /></a></td>
    <td width="70" align="right" background="images/ld_img01a.jpg"><img src="images/pet_sw_15.gif" width="76" height="126" /></td>
  </tr>
</table>
<table width="1002" border="0" cellspacing="0" cellpadding="0" background="/images/pet_sw_26.jpg" align="center">
  <tr>
    <td><table  cellspacing="0" cellpadding="0" width="565" align="center" border="0" >
      <tbody>
        <tr class="mt10">
          <td><a href="http://www.mop.com"><img height="63" width="157" border="0" alt="" src="http://t.mop.com/images/hj_21.jpg" /></a></td>
          <td><a href="http://ss.mop.com" target="_blank"><img height="63" width="136" border="0" alt="" src="http://t.mop.com/images/hj_22.jpg" /></a></td>
          <td><a target="_blank" href="http://pet.mop.com/"><img height="63" width="136" border="0" alt="" src="http://t.mop.com/images/hj_23.jpg" /></a></td>
          <td><a href="http://zg.mop.com/"><img height="63" width="136" border="0" alt="" src="http://t.mop.com/images/hj_24.jpg" /></a></td>
          <td><a target="_blank" href="http://t.mop.com"><img height="63" width="136" border="0" alt="" src="http://t.mop.com/images/ts.gif" 

/></a></td>
          <!--<td><a href="http://tk.mop.com" target="_blank"><img height="63" width="151" alt="" src="/images/b_img02d.jpg" border="0"/></a></td>-->
        </tr>
      </tbody>
    </table>
      <table border="0" align="center" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td  align="center" colspan="4" height="100"><a href="http://corp.mop.com/english/about.htm" target="_blank" >关于公司</a> | <a href="#" target="_blank" >公司动态</a> | <a href="http://ad.mop.com/" target="_blank" >广告服务</a> | <a href="http://corp.mop.com/hr.htm" target="_blank" >招贤纳士</a> | <a href="http://corp.mop.com/contact.htm" target="_blank" >联系我们</a> | <a href="http://www.mop.com/3/780.html" target="_blank" >友情链接</a><br />
              Copyright (C) 1997-2008 Oak Pacific Interactive. All Right Reserved ICP证号：京041489号<br />
              网络文化经营许可证：文网文[2006]059号 文化部监督电子邮箱：wlwh@vip.sina.com</td>
            <td width="35" height="100"  align="center"><img src="http://www.pet.mop.com/upfiles/fck/pet_www/logo.gif" width="35" height="43" /></td>
          </tr>
        </tbody>
      </table></td>
  </tr>
</table>

</body>
</html>
<script language="javascript">
var f=getF();
var register=document.getElementById("register");
register.innerHTML='<a href="http://gc.imop.com/passport/reg.php?gourl=http://s44.pet.mop.com/mopet.html&f='+f+'"  target="_blank"><img src="images/button_001.gif" width="275" height="57" border="0" /></a>';
if(undefined==typeof(petMopUser))var petMopUser=new Array();
showLoginForm(petMopUser);
document.write("<div style=\"position: absolute; left: -7999px;  top: -7999px;\"><img width='0' height='0' src='http://tj.mop.com/display.html?80124|"+f+"|0|receiver|0|mop'></div>");
</script>
<script language="javascript" src="/login/images/u.js"></script>
<script src="http://pet.mop.com/js/urchin.js" type="text/javascript">
</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3912673-16");
pageTracker._initData();
pageTracker._trackPageview();
</script>

<script type="text/javascript" src="http://ovsmbt.mop.com/ov.js"></script>
