﻿//var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
//document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F6e79d108eca5b9d205b9bcb4b79cf359' type='text/javascript'%3E%3C/script%3E"));

document.write('<script language="javascript" type="text/javascript" src="http://js.users.51.la/3761965.js"></script>');
document.write('<script src="http://s9.cnzz.com/stat.php?id=2165842&web_id=2165842&show=pic" language="JavaScript"><\/script>');

function resizeArtImg()
{
    var url = location.href.toLowerCase();
	if(url.indexOf("html_data") > 0)
	{
		var ilist = document.getElementById('showfont').getElementsByTagName('img');
		for(var i = 0; i < ilist.length; i++)
		{
			var img = ilist[i];
			var imgwidth = img.width;
			if(imgwidth > 550)
			{
				img.width = 550;
				img.height = (img.height * (550.0 / (imgwidth * 1.0)));
			}
		}
	}
}




resizeArtImg();