// Ignore this section:
function newsfeed(){
var headline = new Array();
var standfirst = new Array();
var link = new Array();
var date = new Array();
var source = new Array();
var i = 0;
var ii = 0;

// Enter your headlines and text in this section. Keep item to a single line, 
// no double quotation marks are allowed. Create as many blocks as you like,
// but don't leave any blank ones. 
// They will appear in the same order as they do here

headline[i] =   "科学家呼吁建立全球被忽视疾病数据库";standfirst[i] =   "科学家们已经为非洲的血吸虫病建立了一个数据库，他们提议把它作为全球被忽视疾病工具的一个范例。";link[i] =   "http://www.scidev.net/zh/health/-/news/zh-138882.html?utm_source=link&amp;utm_medium=webfeed&amp;utm_campaign=zh_health_";date[i] =   "2012年1月9日";source[i] =   "SciDev.Net";i++;headline[i] =   "研究人员因纳米病毒测试摘取桂冠";standfirst[i] =   "一种获得大奖的利用黄金纳米粒子来对丙型肝炎的快速检测可能在非洲的中东部和北部特别有用。";link[i] =   "http://www.scidev.net/zh/health/-/news/zh-138822.html?utm_source=link&amp;utm_medium=webfeed&amp;utm_campaign=zh_health_";date[i] =   "2011年12月27日";source[i] =   "SciDev.Net";i++;headline[i] =   "巴西将生产儿科剂量的南美锥虫病药物";standfirst[i] =   "Benznidazol药一种新的形式，适合儿童的计量的，将被生产并在拉丁美洲国家以成本价分发下去。";link[i] =   "http://www.scidev.net/zh/health/-/news/zh-138755.html?utm_source=link&amp;utm_medium=webfeed&amp;utm_campaign=zh_health_";date[i] =   "2011年12月13日";source[i] =   "SciDev.Net";i++;headline[i] =   "埃及科学家将用苦瓜制造糖尿病药物";standfirst[i] =   "埃及科学家正在开发一种用苦瓜治疗糖尿病的方法，但其能否替代胰岛素还没有定论。";link[i] =   "http://www.scidev.net/zh/health/-/news/zh-138679.html?utm_source=link&amp;utm_medium=webfeed&amp;utm_campaign=zh_health_";date[i] =   "2011年11月28日";source[i] =   "SciDev.Net";i++;headline[i] =   "非洲必须'更多地' 投入到非传染性疾病";standfirst[i] =   "一次会议上有消息称，非洲逐渐加重的非传染性疾病负担需要在科学中进行更多的投资。";link[i] =   "http://www.scidev.net/zh/health/-/news/zh-138544.html?utm_source=link&amp;utm_medium=webfeed&amp;utm_campaign=zh_health_";date[i] =   "2011年10月28日";source[i] =   "SciDev.Net";i++;

// headline[i] =   "";
// standfirst[i] = "";
// link[i] = 	"";
// date[i] =       "";
// source[i] =     ""; 
// i++;


// Here you can set some default parameters, which are only used 
// if alternatives are not specified by the client:

var max= 18;                               // maximum number of headlines
var wd = 220;                             // width of table
var bd = 2;                               // width of border
var sp = 4;                               // table spacing
var bc = "FFFFFF";                        // border colour
var bg = "FFFFFF";                        // background colour
var hc = "161616";                        // headline colour
var hf = "Verdana, Arial, Helvetica, sans-serif";  // headline font
var hs = "13px";                          // headline font size
var hsb= "10px";                          // smaller headline font size -- inserted by SV
var hsa= 2;                               // headline font size (non-style compliant browsers)
var hv = "339966";                        // headline 'hover' colour
var sc = "333333";                        // standfirst colour
var sf = "Verdana, Arial, Helvetica, sans-serif";  // standfirst font
var ss = "70%";                          // standfirst size
var lh = "125%";
var ssa= 2;                               // standfirst size (non-style compliant browsers)
var mc = "FF0000";                        // colour of 'more...' link
var mf = "9px";                           // size of 'more...' link -- inserted by SV
var dc = "999999";                        // date / source colour
var df = "Verdana, Arial, Helvetica, sans-serif";  // date / source font
var ds = "10px";                           // date / source size
var dsa= 1;                               // date / source size (non-style compliant browsers)

// do not edit anything below this line
if (arguments[0])
	{
	settings = new Array();
	settings = arguments[0].split('&');
	for (ii = 0; ii < settings.length; ii++)
		{
		settings[ii] = settings[ii].replace("=", "='");
		settings[ii] = settings[ii] + "'";
		eval(settings[ii]);
		}
	}
document.write("<style type='text/css'>\n<!--\n");
document.write(".sdv_head {font-family:" + hf + "; font-size: " + hs + "; color: #" + hc + "; font-weight: bold;}\n");
document.write(".sdv_head_small {font-family:" + hf + "; font-size: " + hsb + "; color: #" + hc + ";}\n");
document.write(".sdv_sub  {font-family:" + sf + "; font-size: " + ss + "; color: #" + sc + "; line-height: #" + lh + ";}\n");
document.write(".sdv_date {font-family:" + df + "; font-size: " + ds + "; color: #" + dc + ";}\n");
document.write(".sdv_more {font-size:" + mf + "; color: #" + mc + ";}\n");
document.write("a.more:hover {text-decoration: underline;}\n");
document.write("a.newslink {font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold; color: #161616;text-decoration: none;}\n");
document.write("a.sdv_head:hover {font-family:" + hf + "; font-size: " + hs + "; color: #" + hv + "; text-decoration: underline;}\n");
document.write("-->\n</style>\n");

document.write("<map name='a1' id='a1'>");
document.write("<area alt='Scidev.Net' coords='164,10,224,37' href='http://www.scidev.net/' target='_blank'></map>");

//document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'><tr><td><img src='http://www.scidev.net/siteimages/title_latest_news.gif' border='0' usemap='#a1' ismap></td></tr></table>");
document.write("<table width='" + wd + "' border='0' cellspacing='0' cellpadding='" + bd + "'><tr><td bgcolor='#" + bc + "'>\n");
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='" + sp + "' bgcolor='" + bg + "'>");
document.write ("<tr><td><font class='sdv_head' color='" + hc + "' face='" + hf + "' size='" + hsa + "'>最新新闻 </font><br> <font class='sdv_head_small' color='" + hc + "' face='" + hf + "' size='" + hsa + "'>关于慢性病和发展中国家</font></td></tr>");	
var total = i;
i = 0;
while (i < total && i < max)
	{
	document.write("<tr><td><b><a class='sdv_head' href='" + link[i] + "' target='_blank'>" + headline[i] + "</a></b><br>");
	document.write("<font class='sdv_sub' color='#" + sc + "' face='" + sf + "' size='" + ssa + "'>" + standfirst[i]);
	document.write(" <a class='sdv_more' href='" + link[i] + "' target='_blank'><font class='sdv_more' color='#" + mc + "'>&raquo; 其他...</font></a></font><br>");
	document.write("<font class='sdv_date' color='#" + dc + "' face='" + df + "' size='" + dsa + "'>" + date[i] + " | 来源: " + source[i] + "</font></td></tr>\n");
	i++;
	}

document.write ("<tr><td><font class='sdv_sub' color='" + sc + "' face='" + sf + "' size='" + ssa + "'>Supplied by <a href='http://www.scidev.net/' target='_blank'><img src = 'http://www.scidev.net/images/scidev-net-feed.gif' border = '0'></a></font></td></tr>");	
document.write("</table></td></tr>\n</table>");
}


