var __sw=window.screen.width;
if(__sw>=1024)
{
	var _css = document.createElement("link");
	_css.href="http://static.tianya.cn/css/publicforum/publicContentStyleW.css";
	_css.rel="stylesheet";
	_css.type="text/css";
	var _head = document.getElementsByTagName("head")[0];
	_head.appendChild(_css);
}
else
{
	var _css = document.createElement("link");
	_css.href="http://static.tianya.cn/css/publicforum/publicContentStyle.css";
	_css.rel="stylesheet";
	_css.type="text/css";
	var _head = document.getElementsByTagName("head")[0];
	_head.appendChild(_css);
}