﻿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\/cr\/2006\/0817\/3012900055.jpg\";");
document.writeln("				title[i]=\"通过晨起习惯看女人性格特征\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/26\/2009\/02-28\/02115214.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/h\/2007-02-08\/U1747P52T4D124935F160DT20070208100543.jpg\";");
document.writeln("				title[i]=\"女性如何科学洗澡?\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2008\/02-21\/02184345.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/h\/2006-12-05\/U1747P52T4D113852F159DT20061205091250.jpg\";");
document.writeln("				title[i]=\"女人应该经常吃的九种食物\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/12\/2009\/02-06\/02095317.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/ent\/d\/2005-06-17\/U1017P28T3D755133F326DT20050617164359.jpg\";");
document.writeln("				title[i]=\"男女相互吸引的第一因素是长相\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/8\/2008\/02-19\/02165703.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/h\/2007-03-01\/U1747P52T4D127256F159DT20070301092609.jpg\";");
document.writeln("				title[i]=\"女人可以信赖的十种男人\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/8\/2007\/10-30\/10113116.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/lx\/zc\/2007\/0129\/U1792P8T1D386250F920DT20070129102738.jpg\";");
document.writeln("				title[i]=\"月经给女人带来的四大好处\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2008\/02-28\/02201745.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/ast\/t\/2006-12-21\/U1490P54T3D34833F62DT20061221161901.jpg\";");
document.writeln("				title[i]=\"哪个星座的男人出轨会动真情？\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/22\/2010\/01-11\/01171056.htm\";");
document.writeln("				i++;");
document.writeln("			");
document.writeln("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/lx\/beauty1\/liangli\/p\/2006\/0531\/U318P8T1D252306F62DT20060531105427.jpg\";");
document.writeln("				title[i]=\"女性私处应该如何保湿\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2008\/07-24\/07085508.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("				imgURL[i]=\"http:\/\/image2.sina.com.cn\/bj\/cr\/2006\/0822\/1331932624.jpg\";");
document.writeln("				title[i]=\"哪种水果适合您\";");
document.writeln("				hrefURL[i]=\"http:\/\/www.icesmall.cn\/articles\/4\/2007\/08-28\/08161153.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\/21\/2008\/03-16\/03104945.htm' target='_blank'>探秘：古代鉴别“淫妇”的方法<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/12\/2008\/01-29\/01183829.htm' target='_blank'>与饮食关系最密切的癌症<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/21\/2008\/01-23\/01142239.htm' target='_blank'>十种心理使男人容易出轨<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2007\/09-20\/09112444.htm' target='_blank'>五种情况暗示女性肾虚<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2007\/12-13\/12161602.htm' target='_blank'>母亲臀部丰满，女儿患乳癌风险大<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2008\/02-04\/02084730.htm' target='_blank'>为什么提高文化修养能延长寿命<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/22\/2007\/10-09\/10111300.htm' target='_blank'>夫妻笑话：免费健身<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/21\/2008\/01-22\/01212015.htm' target='_blank'>支持姐弟恋的五个有力证据<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/12\/2007\/10-06\/10094256.htm' target='_blank'>酒后最适合吃的九种食物<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/5\/2007\/09-13\/09113831.htm' target='_blank'>影响孩子的智力五个因素<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/22\/2007\/12-11\/12135905.htm' target='_blank'>12星座是如何把钱花光的<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/4\/2008\/07-05\/07141022.htm' target='_blank'>少白头是怎么一回事？<\/a><\/li><li><a href='http:\/\/www.icesmall.cn\/articles\/22\/2007\/11-19\/11162411.htm' target='_blank'>12星座也有不一样的一面<\/a><\/li><\/ul>");
document.writeln("		<\/div>");
document.writeln("	<\/div>");
document.writeln("	");
document.writeln("	");
document.writeln(" ");
document.writeln("	");

