<!--
var flag=false;
function DrawImage(ImgD){
var image=new Image();
image.src=ImgD.src;
if(image.width>0 && image.height>0){
flag=true;
if(image.width/image.height>= 1){
if(image.width>105){ 
ImgD.width=105;
ImgD.height=(image.height*105)/image.width;
}else{
ImgD.width=image.width; 
ImgD.height=image.height;
}
}
else{
if(image.height>105){ 
ImgD.height=105;
ImgD.width=(image.width*105)/image.height; 
}else{
ImgD.width=image.width; 
ImgD.height=image.height;
}
}
}
} 
//--><marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000> 
¡¡¡¡<a href=http://www.cpdg4.com/>Ë«É«ÇòÔ¤²â</a> 
      <a href=http://www.fucaiwu.com/>Ë«É«Çò</a> 
      <a href=http://bbs.cpdg4.com/>3dÂÛÌ³</a>
      <a href=http://www.3dzmw.com/>3d×ÖÃÕ</a>
      <a href=http://www.jmcpw.com/>3dÔ¤²â</a>
      <a href=http://www.jcaiw.com/>½ð²ÊÍø</a>
       <a href=http://www.3dzimiwang.com/>3d×ÖÃÕ</a>
¡¡¡¡</MARQUEE>

