﻿document.writeln("<style>");
document.writeln("	#hotNews{");
document.writeln("	");
document.writeln("		margin-top:5px;");
document.writeln("		text-align:center;");
document.writeln("	}");
document.writeln("	#imgDiv {");
document.writeln("	");
document.writeln("		float:left;");
document.writeln("		width:48%;");
document.writeln("	}");
document.writeln("	#imgDiv img{");
document.writeln("	");
document.writeln("		height:150px;");
document.writeln("		border:0px;");
document.writeln("		margin:5px;");
document.writeln("		border-bottom:1px solid #ccc;");
document.writeln("	}");
document.writeln("	");
document.writeln("	#newsDiv {");
document.writeln("	");
document.writeln("		float:left;");
document.writeln("		width:45%;");
document.writeln("		text-align:left;");
document.writeln("	");
document.writeln("	}");
document.writeln("<\/style>");
document.writeln("		");
document.writeln("	");
document.writeln("	<div id=\"hotNews\">	");
document.writeln("		<div id=\"imgDiv\">");
document.writeln("			<script>");
document.writeln("				");
document.writeln("		var imgURL = new Array(); ");
document.writeln("			var title = new Array(); ");
document.writeln("			var hrefURL = new Array(); ");
document.writeln("			");
document.writeln("			i=0;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/upload\/38\/6247\/20050914\/11\/2399\/2399.jpg\";");
document.writeln("				title[i]=\"两性：女人每月都有1天特别性感\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/21\/2008\/03-18\/03154003.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/lx\/zc\/2007\/0416\/U2079P8T1D432438F914DT20070416103214.jpg\";");
document.writeln("				title[i]=\"六种迹象暗示女人肾虚\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2008\/06-03\/06145455.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/h\/2007-05-14\/U1747P52T4D138127F159DT20070514092025.jpg\";");
document.writeln("				title[i]=\"脱衣习惯如何反应性爱态度\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/21\/2008\/03-24\/03183155.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/lx\/fa\/p\/2006\/0519\/U1748P8T1D249282F913DT20060519105123.jpg\";");
document.writeln("				title[i]=\"害惨男人的十种危险女人\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/8\/2007\/08-07\/08091310.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/h\/2007-03-28\/U1747P52T4D131536F159DT20070328111521.jpg\";");
document.writeln("				title[i]=\"月经给女人带来的七种病\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2007\/08-13\/08181542.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/images2.sina.com\/cnnews\/bbs\/text\/20\/2007\/0111\/U7P1T20D4601F204DT20070111033157.jpg\";");
document.writeln("				title[i]=\"夏季性爱四大注意事项\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2008\/06-16\/06090325.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/lx\/o\/2004-04-07\/U318P8T70D5903F1393DT20040407091907.jpg\";");
document.writeln("				title[i]=\"对女人五个典型春梦的解析\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/8\/2007\/08-03\/08221312.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/ent\/2004-10-29\/1099034919_WGaO3I.jpg\";");
document.writeln("				title[i]=\"夫妻性生活的十四个误区\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/21\/2008\/04-01\/04062004.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/cr\/2007\/0625\/202708253.jpg\";");
document.writeln("				title[i]=\"十三种女人的避孕大法\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/21\/2009\/01-06\/01125543.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/h\/2007-03-22\/U1747P52T4D130663F159DT20070322113134.jpg\";");
document.writeln("				title[i]=\"一天中的减肥黄金时间\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/7\/2009\/06-15\/06111439.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("			var curi1=Math.round(Math.random()*9);");
document.writeln("			document.write(\"<center>\");	");
document.writeln("			document.write(\"<a href='\"+hrefURL[curi1]+\"' target='_blank'><img src='\"+imgURL[curi1]+\"'><\/a><br>\");");
document.writeln("			document.write(\"<a href='\"+hrefURL[curi1]+\"' target='_blank'>\"+title[curi1]+\"<\/a><BR><BR>\"); ");
document.writeln("			document.write(\"<\/center>\");");
document.writeln("			");
document.writeln("			var curi2=Math.round(Math.random()*9);");
document.writeln("			");
document.writeln("			while (curi2==curi1) {");
document.writeln("			");
document.writeln("				curi2=Math.round(Math.random()*9);");
document.writeln("			}");
document.writeln("			document.write(\"<center>\")			");
document.writeln("			document.write(\"<a href='\"+hrefURL[curi2]+\"' target='_blank'><img src='\"+imgURL[curi2]+\"'><\/a><br>\");");
document.writeln("			document.write(\"<a href='\"+hrefURL[curi2]+\"' target='_blank'>\"+title[curi2]+\"<\/a><BR><BR>\"); ");
document.writeln("			document.write(\"<\/center>\")	");
document.writeln("	");
document.writeln("	<\/script>");
document.writeln("		<\/div>");
document.writeln("		<div id=\"newsDiv\">");
document.writeln("			<ul><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2007\/10-06\/10094837.htm' target='_blank'>人类独有的做爱方式恰是最好的方式<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2008\/04-09\/04111857.htm' target='_blank'>女人肾虚容易老<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2008\/04-23\/04184015.htm' target='_blank'>按摩手部穴位可治疗全身疾病<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/23\/2007\/12-27\/12165851.htm' target='_blank'>日常生活中的抗忧郁食物<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/12\/2008\/03-13\/03155622.htm' target='_blank'>常吃什么食物易患乳腺癌<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2007\/09-20\/09111725.htm' target='_blank'>晚餐不当易诱发癌症<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2008\/04-16\/04142626.htm' target='_blank'>男性应该怎样刮胡子<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/12\/2007\/09-11\/09164323.htm' target='_blank'>想使皮肤白皙，饮食支招<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/22\/2008\/03-12\/03144412.htm' target='_blank'>十二星座谁是诱惑女妖<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/5\/2008\/12-22\/12092541.htm' target='_blank'>干预身高12岁之前是关键<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/5\/2007\/12-05\/12093629.htm' target='_blank'>什么样体型的女性生孩子最聪明<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2009\/05-14\/05093135.htm' target='_blank'>不宜放在冰箱储存的五种食物<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/20\/2007\/11-29\/11142439.htm' target='_blank'>防止眼周肌肤老化的9个小建议<\/a><\/li><\/ul>");
document.writeln("		<\/div>");
document.writeln("	<\/div>");
document.writeln("	");
document.writeln("	");
document.writeln(" ");
document.writeln("	");
