<!--
function get_htmlname() {
	var url_str = document.location+"";
	var htmlname = "";
	strarr = url_str.split("/");
	htmlname = strarr[strarr.length-1];
	return htmlname;
}

var this_page_name = get_htmlname();
var stockQuotePos = -1;

function print_options(filename) {
	stockQuotePos = filename.indexOf("stock");
	if(stockQuotePos > -1){
		filename = filename.substring(stockQuotePos,stockQuotePos+16);
	}

	var host_name = window.location.hostname;
	var polling_host = "";
	if (host_name == "155.155.4.49") {
		//polling_host = "http://155.155.4.48:82";
		polling_host = "http://155.155.4.49:82";
	}
	if (host_name == "210.177.167.35") {
		//polling_host = "http://210.177.167.32:82";
		polling_host = "http://210.177.167.35:82";
	}
	if (host_name == "the-sun.orisun.com") {
		polling_host = "http://210.177.167.18";
	}
	if (host_name == "the-sun.on.cc") {
		polling_host = "http://210.177.167.18";
	}
	
	document.write("<select name='date' onChange='gotonews(document.form1);'>");
	document.write("<option value='0'>────選擇內容───── </option>");
			if ("../../news/20080417/20080417024731_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024731_0000.html'>要聞</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417024731_0000.html'>要聞</option>");
		}
	if ("../../news/20080417/20080417024731_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417024731_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024731_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;無疫苗新病毒襲童</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024731_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;無疫苗新病毒襲童</option>");
		}
	} else {
		if ("../../news/20080417/20080417024731_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024731_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;無疫苗新病毒襲童</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024731_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;無疫苗新病毒襲童</option>");
		}
	}
	if ("../../news/20080417/20080417024805_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417024805_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024805_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人類偏肺病毒老幼通殺</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024805_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人類偏肺病毒老幼通殺</option>");
		}
	} else {
		if ("../../news/20080417/20080417024805_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024805_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人類偏肺病毒老幼通殺</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024805_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人類偏肺病毒老幼通殺</option>");
		}
	}
	if ("../../news/20080417/20080417024825_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417024825_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024825_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫局削津貼懶理員工捱苦</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024825_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫局削津貼懶理員工捱苦</option>");
		}
	} else {
		if ("../../news/20080417/20080417024825_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024825_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫局削津貼懶理員工捱苦</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024825_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫局削津貼懶理員工捱苦</option>");
		}
	}
	if ("../../news/20080417/20080417024836_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417024836_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024836_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流感及其他傳染病相繼爆發</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024836_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流感及其他傳染病相繼爆發</option>");
		}
	} else {
		if ("../../news/20080417/20080417024836_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417024836_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流感及其他傳染病相繼爆發</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417024836_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流感及其他傳染病相繼爆發</option>");
		}
	}
		if ("../../news/20080417/20080417021801_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021801_0000.html'>港聞</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417021801_0000.html'>港聞</option>");
		}
	if ("../../news/20080417/20080417021801_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021801_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021801_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;測試傳聖火製造大混亂</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021801_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;測試傳聖火製造大混亂</option>");
		}
	} else {
		if ("../../news/20080417/20080417021801_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021801_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;測試傳聖火製造大混亂</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021801_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;測試傳聖火製造大混亂</option>");
		}
	}
	if ("../../news/20080417/20080417021849_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021849_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021849_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;撞正公開試考生叫苦</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021849_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;撞正公開試考生叫苦</option>");
		}
	} else {
		if ("../../news/20080417/20080417021849_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021849_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;撞正公開試考生叫苦</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021849_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;撞正公開試考生叫苦</option>");
		}
	}
	if ("../../news/20080417/20080417021959_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021959_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021959_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李麗珊任第一火炬手</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021959_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李麗珊任第一火炬手</option>");
		}
	} else {
		if ("../../news/20080417/20080417021959_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021959_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李麗珊任第一火炬手</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021959_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李麗珊任第一火炬手</option>");
		}
	}
	if ("../../news/20080417/20080417022030_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022030_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022030_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藍衣人身份難逐一查</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022030_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藍衣人身份難逐一查</option>");
		}
	} else {
		if ("../../news/20080417/20080417022030_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022030_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藍衣人身份難逐一查</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022030_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藍衣人身份難逐一查</option>");
		}
	}
	if ("../../news/20080417/20080417022058_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022058_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022058_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;商戶憂韓農事件翻版</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022058_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;商戶憂韓農事件翻版</option>");
		}
	} else {
		if ("../../news/20080417/20080417022058_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022058_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;商戶憂韓農事件翻版</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022058_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;商戶憂韓農事件翻版</option>");
		}
	}
	if ("../../news/20080417/20080417021921_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021921_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021921_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市民點睇</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021921_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市民點睇</option>");
		}
	} else {
		if ("../../news/20080417/20080417021921_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021921_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市民點睇</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021921_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市民點睇</option>");
		}
	}
	if ("../../news/20080417/20080417022524_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022524_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022524_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上課借尿遁富家子跳崖</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022524_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上課借尿遁富家子跳崖</option>");
		}
	} else {
		if ("../../news/20080417/20080417022524_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022524_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上課借尿遁富家子跳崖</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022524_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上課借尿遁富家子跳崖</option>");
		}
	}
	if ("../../news/20080417/20080417022631_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022631_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022631_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑講電話小巴相撞18傷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022631_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑講電話小巴相撞18傷</option>");
		}
	} else {
		if ("../../news/20080417/20080417022631_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022631_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑講電話小巴相撞18傷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022631_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑講電話小巴相撞18傷</option>");
		}
	}
	if ("../../news/20080417/20080417022722_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022722_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022722_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑妒忌胞妹受寵女生跳樓</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022722_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑妒忌胞妹受寵女生跳樓</option>");
		}
	} else {
		if ("../../news/20080417/20080417022722_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022722_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑妒忌胞妹受寵女生跳樓</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022722_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;疑妒忌胞妹受寵女生跳樓</option>");
		}
	}
	if ("../../news/20080417/20080417022801_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022801_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022801_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女孩較敏感易做傻事</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022801_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女孩較敏感易做傻事</option>");
		}
	} else {
		if ("../../news/20080417/20080417022801_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022801_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女孩較敏感易做傻事</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022801_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女孩較敏感易做傻事</option>");
		}
	}
	if ("../../news/20080417/20080417021239_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021239_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021239_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;預算案如皇帝新衣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021239_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;預算案如皇帝新衣</option>");
		}
	} else {
		if ("../../news/20080417/20080417021239_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021239_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;預算案如皇帝新衣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021239_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;預算案如皇帝新衣</option>");
		}
	}
	if ("../../news/20080417/20080417021435_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021435_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021435_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;僱主違勞審處判令列刑事</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021435_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;僱主違勞審處判令列刑事</option>");
		}
	} else {
		if ("../../news/20080417/20080417021435_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021435_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;僱主違勞審處判令列刑事</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021435_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;僱主違勞審處判令列刑事</option>");
		}
	}
	if ("../../news/20080417/20080417021532_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021532_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021532_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拖五年未追回欠薪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021532_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拖五年未追回欠薪</option>");
		}
	} else {
		if ("../../news/20080417/20080417021532_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021532_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拖五年未追回欠薪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021532_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拖五年未追回欠薪</option>");
		}
	}
	if ("../../news/20080417/20080417021638_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021638_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021638_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;產業署賤租旺地耗公帑</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021638_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;產業署賤租旺地耗公帑</option>");
		}
	} else {
		if ("../../news/20080417/20080417021638_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021638_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;產業署賤租旺地耗公帑</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021638_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;產業署賤租旺地耗公帑</option>");
		}
	}
	if ("../../news/20080417/20080417021731_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021731_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021731_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;公營機構投資回報率偏低</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021731_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;公營機構投資回報率偏低</option>");
		}
	} else {
		if ("../../news/20080417/20080417021731_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021731_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;公營機構投資回報率偏低</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021731_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;公營機構投資回報率偏低</option>");
		}
	}
	if ("../../news/20080417/20080417021834_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021834_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021834_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩工程人員處分</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021834_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩工程人員處分</option>");
		}
	} else {
		if ("../../news/20080417/20080417021834_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021834_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩工程人員處分</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021834_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩工程人員處分</option>");
		}
	}
	if ("../../news/20080417/20080417021907_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021907_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021907_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安明智任迪士尼亞洲總裁</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021907_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安明智任迪士尼亞洲總裁</option>");
		}
	} else {
		if ("../../news/20080417/20080417021907_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021907_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安明智任迪士尼亞洲總裁</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021907_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安明智任迪士尼亞洲總裁</option>");
		}
	}
	if ("../../news/20080417/20080417021933_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021933_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021933_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昨30.8度周末有雨降溫</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021933_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昨30.8度周末有雨降溫</option>");
		}
	} else {
		if ("../../news/20080417/20080417021933_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021933_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昨30.8度周末有雨降溫</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021933_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昨30.8度周末有雨降溫</option>");
		}
	}
	if ("../../news/20080417/20080417021746_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021746_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021746_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;香港拉登公然無視法紀</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021746_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;香港拉登公然無視法紀</option>");
		}
	} else {
		if ("../../news/20080417/20080417021746_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021746_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;香港拉登公然無視法紀</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021746_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;香港拉登公然無視法紀</option>");
		}
	}
	if ("../../news/20080417/20080417021808_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021808_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021808_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;違反禁制令等同藐視法庭</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021808_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;違反禁制令等同藐視法庭</option>");
		}
	} else {
		if ("../../news/20080417/20080417021808_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021808_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;違反禁制令等同藐視法庭</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021808_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;違反禁制令等同藐視法庭</option>");
		}
	}
	if ("../../news/20080417/20080417021956_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021956_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021956_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華天龍抵港撈沉船</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021956_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華天龍抵港撈沉船</option>");
		}
	} else {
		if ("../../news/20080417/20080417021956_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021956_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華天龍抵港撈沉船</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021956_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華天龍抵港撈沉船</option>");
		}
	}
	if ("../../news/20080417/20080417022114_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022114_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022114_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩少女劫的士司機奪刀制服</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022114_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩少女劫的士司機奪刀制服</option>");
		}
	} else {
		if ("../../news/20080417/20080417022114_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022114_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩少女劫的士司機奪刀制服</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022114_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩少女劫的士司機奪刀制服</option>");
		}
	}
	if ("../../news/20080417/20080417022140_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022140_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022140_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;長者「賣豬仔」逼買手機</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022140_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;長者「賣豬仔」逼買手機</option>");
		}
	} else {
		if ("../../news/20080417/20080417022140_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022140_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;長者「賣豬仔」逼買手機</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022140_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;長者「賣豬仔」逼買手機</option>");
		}
	}
	if ("../../news/20080417/20080417022211_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022211_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022211_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;油麻地兩男女燒炭死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022211_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;油麻地兩男女燒炭死</option>");
		}
	} else {
		if ("../../news/20080417/20080417022211_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022211_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;油麻地兩男女燒炭死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022211_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;油麻地兩男女燒炭死</option>");
		}
	}
	if ("../../news/20080417/20080417020707_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020707_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020707_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿梅囑醫生病情瞞家人</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020707_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿梅囑醫生病情瞞家人</option>");
		}
	} else {
		if ("../../news/20080417/20080417020707_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020707_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿梅囑醫生病情瞞家人</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020707_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿梅囑醫生病情瞞家人</option>");
		}
	}
	if ("../../news/20080417/20080417020753_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020753_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020753_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;金目鯛水銀超標孕婦忌食</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020753_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;金目鯛水銀超標孕婦忌食</option>");
		}
	} else {
		if ("../../news/20080417/20080417020753_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020753_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;金目鯛水銀超標孕婦忌食</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020753_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;金目鯛水銀超標孕婦忌食</option>");
		}
	}
	if ("../../news/20080417/20080417020822_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020822_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020822_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遊埃及七團友染痢疾屙嘔</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020822_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遊埃及七團友染痢疾屙嘔</option>");
		}
	} else {
		if ("../../news/20080417/20080417020822_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020822_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遊埃及七團友染痢疾屙嘔</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020822_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遊埃及七團友染痢疾屙嘔</option>");
		}
	}
	if ("../../news/20080417/20080417020855_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020855_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020855_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港熱門討論區昨午癱瘓</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020855_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港熱門討論區昨午癱瘓</option>");
		}
	} else {
		if ("../../news/20080417/20080417020855_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020855_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港熱門討論區昨午癱瘓</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020855_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港熱門討論區昨午癱瘓</option>");
		}
	}
	if ("../../news/20080417/20080417020921_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020921_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020921_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港台曾月娥涉騙稿費候判</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020921_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港台曾月娥涉騙稿費候判</option>");
		}
	} else {
		if ("../../news/20080417/20080417020921_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020921_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港台曾月娥涉騙稿費候判</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020921_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港台曾月娥涉騙稿費候判</option>");
		}
	}
	if ("../../news/20080417/20080417021146_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021146_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021146_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;陪死慘劇認屍兩家遺屬結怨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021146_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;陪死慘劇認屍兩家遺屬結怨</option>");
		}
	} else {
		if ("../../news/20080417/20080417021146_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021146_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;陪死慘劇認屍兩家遺屬結怨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021146_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;陪死慘劇認屍兩家遺屬結怨</option>");
		}
	}
	if ("../../news/20080417/20080417021231_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021231_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021231_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昔輪椅今殮葬梁父兩求助</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021231_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昔輪椅今殮葬梁父兩求助</option>");
		}
	} else {
		if ("../../news/20080417/20080417021231_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021231_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昔輪椅今殮葬梁父兩求助</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021231_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;昔輪椅今殮葬梁父兩求助</option>");
		}
	}
	if ("../../news/20080417/20080417021253_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021253_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021253_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港穗直通車故障延誤</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021253_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港穗直通車故障延誤</option>");
		}
	} else {
		if ("../../news/20080417/20080417021253_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021253_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港穗直通車故障延誤</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021253_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;港穗直通車故障延誤</option>");
		}
	}
	if ("../../news/20080417/20080417021313_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021313_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021313_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信箱咬菲傭指消防解困</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021313_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信箱咬菲傭指消防解困</option>");
		}
	} else {
		if ("../../news/20080417/20080417021313_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021313_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信箱咬菲傭指消防解困</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021313_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信箱咬菲傭指消防解困</option>");
		}
	}
	if ("../../news/20080417/20080417021332_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021332_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021332_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;工程車溜前夾傷隧道工</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021332_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;工程車溜前夾傷隧道工</option>");
		}
	} else {
		if ("../../news/20080417/20080417021332_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021332_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;工程車溜前夾傷隧道工</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021332_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;工程車溜前夾傷隧道工</option>");
		}
	}
	if ("../../news/20080417/20080417021405_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021405_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021405_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;羅明珠前夫追債捱打</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021405_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;羅明珠前夫追債捱打</option>");
		}
	} else {
		if ("../../news/20080417/20080417021405_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021405_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;羅明珠前夫追債捱打</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021405_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;羅明珠前夫追債捱打</option>");
		}
	}
	if ("../../news/20080417/20080417021423_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021423_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021423_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;靈車撞斃男童捐肝腎遺愛</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021423_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;靈車撞斃男童捐肝腎遺愛</option>");
		}
	} else {
		if ("../../news/20080417/20080417021423_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021423_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;靈車撞斃男童捐肝腎遺愛</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021423_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;靈車撞斃男童捐肝腎遺愛</option>");
		}
	}
	if ("../../news/20080417/20080417021515_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021515_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021515_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女仰藥</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021515_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女仰藥</option>");
		}
	} else {
		if ("../../news/20080417/20080417021515_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021515_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女仰藥</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021515_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女仰藥</option>");
		}
	}
	if ("../../news/20080417/20080417020405_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020405_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020405_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;騙資助救幼園校監校長判社服</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020405_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;騙資助救幼園校監校長判社服</option>");
		}
	} else {
		if ("../../news/20080417/20080417020405_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020405_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;騙資助救幼園校監校長判社服</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020405_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;騙資助救幼園校監校長判社服</option>");
		}
	}
	if ("../../news/20080417/20080417020440_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020440_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020440_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;民主黨前中委涉騙津貼</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020440_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;民主黨前中委涉騙津貼</option>");
		}
	} else {
		if ("../../news/20080417/20080417020440_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020440_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;民主黨前中委涉騙津貼</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020440_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;民主黨前中委涉騙津貼</option>");
		}
	}
	if ("../../news/20080417/20080417020516_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020516_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020516_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;村長砍風水樹掀風波</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020516_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;村長砍風水樹掀風波</option>");
		}
	} else {
		if ("../../news/20080417/20080417020516_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020516_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;村長砍風水樹掀風波</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020516_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;村長砍風水樹掀風波</option>");
		}
	}
	if ("../../news/20080417/20080417020537_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020537_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020537_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;癌症基金會無收費體檢</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020537_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;癌症基金會無收費體檢</option>");
		}
	} else {
		if ("../../news/20080417/20080417020537_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020537_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;癌症基金會無收費體檢</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020537_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;癌症基金會無收費體檢</option>");
		}
	}
	if ("../../news/20080417/20080417020552_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020552_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020552_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;研設低排放區限舊巴入</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020552_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;研設低排放區限舊巴入</option>");
		}
	} else {
		if ("../../news/20080417/20080417020552_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020552_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;研設低排放區限舊巴入</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020552_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;研設低排放區限舊巴入</option>");
		}
	}
	if ("../../news/20080417/20080417015530_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015530_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015530_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;官非西醫蕭定榮釘牌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015530_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;官非西醫蕭定榮釘牌</option>");
		}
	} else {
		if ("../../news/20080417/20080417015530_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015530_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;官非西醫蕭定榮釘牌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015530_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;官非西醫蕭定榮釘牌</option>");
		}
	}
	if ("../../news/20080417/20080417015621_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015621_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015621_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拆村殺校400師生抗爭</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015621_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拆村殺校400師生抗爭</option>");
		}
	} else {
		if ("../../news/20080417/20080417015621_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015621_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拆村殺校400師生抗爭</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015621_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拆村殺校400師生抗爭</option>");
		}
	}
	if ("../../news/20080417/20080417015747_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015747_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015747_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;太古高層割良性瘤亡研死因</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015747_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;太古高層割良性瘤亡研死因</option>");
		}
	} else {
		if ("../../news/20080417/20080417015747_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015747_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;太古高層割良性瘤亡研死因</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015747_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;太古高層割良性瘤亡研死因</option>");
		}
	}
	if ("../../news/20080417/20080417015815_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015815_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015815_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歡送護士校長榮休強制夾錢</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015815_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歡送護士校長榮休強制夾錢</option>");
		}
	} else {
		if ("../../news/20080417/20080417015815_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015815_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歡送護士校長榮休強制夾錢</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015815_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歡送護士校長榮休強制夾錢</option>");
		}
	}
	if ("../../news/20080417/20080417015840_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015840_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015840_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;創意書院招預科暫取生</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015840_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;創意書院招預科暫取生</option>");
		}
	} else {
		if ("../../news/20080417/20080417015840_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015840_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;創意書院招預科暫取生</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015840_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;創意書院招預科暫取生</option>");
		}
	}
	if ("../../news/20080417/20080417015707_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015707_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015707_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愛心贏嘉許</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015707_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愛心贏嘉許</option>");
		}
	} else {
		if ("../../news/20080417/20080417015707_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015707_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愛心贏嘉許</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015707_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愛心贏嘉許</option>");
		}
	}
		if ("../../news/20080417/20080417014148_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014148_0000.html'>國際</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417014148_0000.html'>國際</option>");
		}
	if ("../../news/20080417/20080417014148_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014148_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014148_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聯合航空恐怖機艙發現子彈</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014148_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聯合航空恐怖機艙發現子彈</option>");
		}
	} else {
		if ("../../news/20080417/20080417014148_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014148_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聯合航空恐怖機艙發現子彈</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014148_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聯合航空恐怖機艙發現子彈</option>");
		}
	}
	if ("../../news/20080417/20080417014339_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014339_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014339_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;教宗訪美避談出兵攻伊</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014339_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;教宗訪美避談出兵攻伊</option>");
		}
	} else {
		if ("../../news/20080417/20080417014339_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014339_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;教宗訪美避談出兵攻伊</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014339_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;教宗訪美避談出兵攻伊</option>");
		}
	}
	if ("../../news/20080417/20080417014440_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014440_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014440_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;白宮倘核恐襲料死10萬人</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014440_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;白宮倘核恐襲料死10萬人</option>");
		}
	} else {
		if ("../../news/20080417/20080417014440_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014440_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;白宮倘核恐襲料死10萬人</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014440_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;白宮倘核恐襲料死10萬人</option>");
		}
	}
	if ("../../news/20080417/20080417014730_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014730_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014730_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;菲購大米廉售貧民</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014730_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;菲購大米廉售貧民</option>");
		}
	} else {
		if ("../../news/20080417/20080417014730_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014730_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;菲購大米廉售貧民</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014730_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;菲購大米廉售貧民</option>");
		}
	}
	if ("../../news/20080417/20080417014648_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014648_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014648_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;碧姬芭鐸涉反回教被控</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014648_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;碧姬芭鐸涉反回教被控</option>");
		}
	} else {
		if ("../../news/20080417/20080417014648_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014648_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;碧姬芭鐸涉反回教被控</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014648_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;碧姬芭鐸涉反回教被控</option>");
		}
	}
	if ("../../news/20080417/20080417014547_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014547_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014547_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;希拉妮爆百日大計搶票</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014547_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;希拉妮爆百日大計搶票</option>");
		}
	} else {
		if ("../../news/20080417/20080417014547_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014547_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;希拉妮爆百日大計搶票</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014547_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;希拉妮爆百日大計搶票</option>");
		}
	}
	if ("../../news/20080417/20080417014817_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014817_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014817_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;澳12歲女土著遭植避孕裝置</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014817_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;澳12歲女土著遭植避孕裝置</option>");
		}
	} else {
		if ("../../news/20080417/20080417014817_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014817_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;澳12歲女土著遭植避孕裝置</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014817_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;澳12歲女土著遭植避孕裝置</option>");
		}
	}
	if ("../../news/20080417/20080417014910_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014910_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014910_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;芝城壞地鐵行隧道</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014910_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;芝城壞地鐵行隧道</option>");
		}
	} else {
		if ("../../news/20080417/20080417014910_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014910_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;芝城壞地鐵行隧道</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014910_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;芝城壞地鐵行隧道</option>");
		}
	}
	if ("../../news/20080417/20080417014951_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014951_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014951_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;剛果空難40死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014951_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;剛果空難40死</option>");
		}
	} else {
		if ("../../news/20080417/20080417014951_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014951_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;剛果空難40死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014951_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;剛果空難40死</option>");
		}
	}
	if ("../../news/20080417/20080417015027_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015027_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015027_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華排廢氣06年超美</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015027_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華排廢氣06年超美</option>");
		}
	} else {
		if ("../../news/20080417/20080417015027_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015027_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華排廢氣06年超美</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015027_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;華排廢氣06年超美</option>");
		}
	}
	if ("../../news/20080417/20080417015451_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015451_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015451_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美押後撤駐韓部隊</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015451_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美押後撤駐韓部隊</option>");
		}
	} else {
		if ("../../news/20080417/20080417015451_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015451_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美押後撤駐韓部隊</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015451_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美押後撤駐韓部隊</option>");
		}
	}
	if ("../../news/20080417/20080417015527_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015527_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015527_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法兩萬中學生示威</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015527_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法兩萬中學生示威</option>");
		}
	} else {
		if ("../../news/20080417/20080417015527_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015527_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法兩萬中學生示威</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015527_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法兩萬中學生示威</option>");
		}
	}
	if ("../../news/20080417/20080417020448_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020448_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020448_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13歲童踢爆NASA計錯數</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020448_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13歲童踢爆NASA計錯數</option>");
		}
	} else {
		if ("../../news/20080417/20080417020448_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020448_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13歲童踢爆NASA計錯數</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020448_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13歲童踢爆NASA計錯數</option>");
		}
	}
	if ("../../news/20080417/20080417020322_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020322_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020322_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿波菲斯破壞之神</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020322_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿波菲斯破壞之神</option>");
		}
	} else {
		if ("../../news/20080417/20080417020322_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020322_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿波菲斯破壞之神</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020322_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿波菲斯破壞之神</option>");
		}
	}
	if ("../../news/20080417/20080417015811_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015811_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015811_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;燭光悼32遇害師生</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015811_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;燭光悼32遇害師生</option>");
		}
	} else {
		if ("../../news/20080417/20080417015811_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015811_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;燭光悼32遇害師生</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015811_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;燭光悼32遇害師生</option>");
		}
	}
	if ("../../news/20080417/20080417015845_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015845_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015845_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;印度巴士墮河44死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015845_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;印度巴士墮河44死</option>");
		}
	} else {
		if ("../../news/20080417/20080417015845_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015845_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;印度巴士墮河44死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015845_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;印度巴士墮河44死</option>");
		}
	}
	if ("../../news/20080417/20080417015929_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015929_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015929_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;男主角疑似甘迺迪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015929_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;男主角疑似甘迺迪</option>");
		}
	} else {
		if ("../../news/20080417/20080417015929_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015929_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;男主角疑似甘迺迪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015929_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;男主角疑似甘迺迪</option>");
		}
	}
	if ("../../news/20080417/20080417015955_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015955_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015955_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紐國華生溺斃</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015955_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紐國華生溺斃</option>");
		}
	} else {
		if ("../../news/20080417/20080417015955_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015955_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紐國華生溺斃</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015955_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紐國華生溺斃</option>");
		}
	}
	if ("../../news/20080417/20080417020040_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020040_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020040_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;瀕危棕熊兄弟先後枉死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020040_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;瀕危棕熊兄弟先後枉死</option>");
		}
	} else {
		if ("../../news/20080417/20080417020040_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020040_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;瀕危棕熊兄弟先後枉死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020040_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;瀕危棕熊兄弟先後枉死</option>");
		}
	}
	if ("../../news/20080417/20080417020117_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020117_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020117_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;鐵達尼號劣質窩釘釀禍</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020117_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;鐵達尼號劣質窩釘釀禍</option>");
		}
	} else {
		if ("../../news/20080417/20080417020117_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020117_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;鐵達尼號劣質窩釘釀禍</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020117_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;鐵達尼號劣質窩釘釀禍</option>");
		}
	}
	if ("../../news/20080417/20080417020143_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020143_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020143_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;擺希特拉上檯廣告捱轟</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020143_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;擺希特拉上檯廣告捱轟</option>");
		}
	} else {
		if ("../../news/20080417/20080417020143_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020143_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;擺希特拉上檯廣告捱轟</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020143_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;擺希特拉上檯廣告捱轟</option>");
		}
	}
	if ("../../news/20080417/20080417020211_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020211_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020211_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩DJ辱阿拉斯加原住民</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020211_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩DJ辱阿拉斯加原住民</option>");
		}
	} else {
		if ("../../news/20080417/20080417020211_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020211_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩DJ辱阿拉斯加原住民</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020211_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;兩DJ辱阿拉斯加原住民</option>");
		}
	}
	if ("../../news/20080417/20080417020236_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020236_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020236_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;也門失業漢將八歲女嫁人</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020236_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;也門失業漢將八歲女嫁人</option>");
		}
	} else {
		if ("../../news/20080417/20080417020236_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020236_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;也門失業漢將八歲女嫁人</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020236_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;也門失業漢將八歲女嫁人</option>");
		}
	}
	if ("../../news/20080417/20080417020302_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020302_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020302_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美國女大學生北海道失蹤</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020302_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美國女大學生北海道失蹤</option>");
		}
	} else {
		if ("../../news/20080417/20080417020302_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020302_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美國女大學生北海道失蹤</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020302_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;美國女大學生北海道失蹤</option>");
		}
	}
	if ("../../news/20080417/20080417014352_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014352_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014352_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;改NDS程式創意求婚</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014352_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;改NDS程式創意求婚</option>");
		}
	} else {
		if ("../../news/20080417/20080417014352_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014352_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;改NDS程式創意求婚</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014352_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;改NDS程式創意求婚</option>");
		}
	}
	if ("../../news/20080417/20080417014739_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014739_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014739_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女想隆胸做名模</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014739_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女想隆胸做名模</option>");
		}
	} else {
		if ("../../news/20080417/20080417014739_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014739_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女想隆胸做名模</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014739_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12歲女想隆胸做名模</option>");
		}
	}
	if ("../../news/20080417/20080417014814_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014814_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014814_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;困機41小時傾家蕩產</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014814_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;困機41小時傾家蕩產</option>");
		}
	} else {
		if ("../../news/20080417/20080417014814_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014814_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;困機41小時傾家蕩產</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014814_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;困機41小時傾家蕩產</option>");
		}
	}
	if ("../../news/20080417/20080417014853_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014853_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014853_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捉賊網數秒令賊仔難逃</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014853_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捉賊網數秒令賊仔難逃</option>");
		}
	} else {
		if ("../../news/20080417/20080417014853_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014853_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捉賊網數秒令賊仔難逃</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014853_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捉賊網數秒令賊仔難逃</option>");
		}
	}
	if ("../../news/20080417/20080417014522_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014522_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014522_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MP3儲存量 可增15萬倍</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014522_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MP3儲存量 可增15萬倍</option>");
		}
	} else {
		if ("../../news/20080417/20080417014522_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014522_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MP3儲存量 可增15萬倍</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014522_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MP3儲存量 可增15萬倍</option>");
		}
	}
	if ("../../news/20080417/20080417014637_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014637_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014637_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;九層樓高摩天輪拍賣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014637_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;九層樓高摩天輪拍賣</option>");
		}
	} else {
		if ("../../news/20080417/20080417014637_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014637_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;九層樓高摩天輪拍賣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014637_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;九層樓高摩天輪拍賣</option>");
		}
	}
	if ("../../news/20080417/20080417014657_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014657_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014657_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流言蜚語對社會有利</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014657_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流言蜚語對社會有利</option>");
		}
	} else {
		if ("../../news/20080417/20080417014657_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014657_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流言蜚語對社會有利</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014657_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;流言蜚語對社會有利</option>");
		}
	}
	if ("../../news/20080417/20080417014421_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014421_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014421_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;全球最大郵輪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014421_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;全球最大郵輪</option>");
		}
	} else {
		if ("../../news/20080417/20080417014421_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014421_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;全球最大郵輪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014421_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;全球最大郵輪</option>");
		}
	}
	if ("../../news/20080417/20080417014445_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014445_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014445_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿媽裸曆滯銷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014445_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿媽裸曆滯銷</option>");
		}
	} else {
		if ("../../news/20080417/20080417014445_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014445_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿媽裸曆滯銷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014445_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;阿媽裸曆滯銷</option>");
		}
	}
	if ("../../news/20080417/20080417014557_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014557_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014557_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;整餅出眾贏780萬</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014557_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;整餅出眾贏780萬</option>");
		}
	} else {
		if ("../../news/20080417/20080417014557_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014557_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;整餅出眾贏780萬</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014557_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;整餅出眾贏780萬</option>");
		}
	}
	if ("../../news/20080417/20080417014620_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014620_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014620_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;搶鏡狗狗</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014620_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;搶鏡狗狗</option>");
		}
	} else {
		if ("../../news/20080417/20080417014620_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014620_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;搶鏡狗狗</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014620_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;搶鏡狗狗</option>");
		}
	}
		if ("../../news/20080417/20080417014509_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014509_0000.html'>兩岸</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417014509_0000.html'>兩岸</option>");
		}
	if ("../../news/20080417/20080417014509_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014509_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014509_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CNN辱華主播講多錯多</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014509_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CNN辱華主播講多錯多</option>");
		}
	} else {
		if ("../../news/20080417/20080417014509_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014509_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CNN辱華主播講多錯多</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014509_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CNN辱華主播講多錯多</option>");
		}
	}
	if ("../../news/20080417/20080417014544_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014544_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014544_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴國體育館內傳聖火</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014544_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴國體育館內傳聖火</option>");
		}
	} else {
		if ("../../news/20080417/20080417014544_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014544_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴國體育館內傳聖火</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014544_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴國體育館內傳聖火</option>");
		}
	}
	if ("../../news/20080417/20080417014622_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014622_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014622_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;青海藏族女歌手傳被捕</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014622_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;青海藏族女歌手傳被捕</option>");
		}
	} else {
		if ("../../news/20080417/20080417014622_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014622_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;青海藏族女歌手傳被捕</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014622_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;青海藏族女歌手傳被捕</option>");
		}
	}
	if ("../../news/20080417/20080417014658_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014658_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014658_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法網民發動抵制中國貨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014658_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法網民發動抵制中國貨</option>");
		}
	} else {
		if ("../../news/20080417/20080417014658_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014658_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法網民發動抵制中國貨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014658_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法網民發動抵制中國貨</option>");
		}
	}
	if ("../../news/20080417/20080417014722_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014722_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014722_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上海地鐵警犬巡邏</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014722_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上海地鐵警犬巡邏</option>");
		}
	} else {
		if ("../../news/20080417/20080417014722_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014722_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上海地鐵警犬巡邏</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014722_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;上海地鐵警犬巡邏</option>");
		}
	}
	if ("../../news/20080417/20080417014756_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014756_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014756_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歐洲逾萬華人反藏獨遊行</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014756_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歐洲逾萬華人反藏獨遊行</option>");
		}
	} else {
		if ("../../news/20080417/20080417014756_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014756_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歐洲逾萬華人反藏獨遊行</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014756_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;歐洲逾萬華人反藏獨遊行</option>");
		}
	}
	if ("../../news/20080417/20080417014916_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014916_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014916_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;卡費蒂原文及澄清版本</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014916_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;卡費蒂原文及澄清版本</option>");
		}
	} else {
		if ("../../news/20080417/20080417014916_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014916_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;卡費蒂原文及澄清版本</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014916_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;卡費蒂原文及澄清版本</option>");
		}
	}
	if ("../../news/20080417/20080417014940_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014940_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014940_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「CNN滾出中國」</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014940_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「CNN滾出中國」</option>");
		}
	} else {
		if ("../../news/20080417/20080417014940_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014940_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「CNN滾出中國」</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014940_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「CNN滾出中國」</option>");
		}
	}
	if ("../../news/20080417/20080417015114_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015114_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015114_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;空管員改全英語通話</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015114_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;空管員改全英語通話</option>");
		}
	} else {
		if ("../../news/20080417/20080417015114_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015114_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;空管員改全英語通話</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015114_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;空管員改全英語通話</option>");
		}
	}
	if ("../../news/20080417/20080417015144_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015144_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015144_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;手術期間醫生玩電腦遊戲</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015144_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;手術期間醫生玩電腦遊戲</option>");
		}
	} else {
		if ("../../news/20080417/20080417015144_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015144_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;手術期間醫生玩電腦遊戲</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015144_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;手術期間醫生玩電腦遊戲</option>");
		}
	}
	if ("../../news/20080417/20080417015214_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015214_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015214_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;記者巧遇劫車案擒兩匪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015214_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;記者巧遇劫車案擒兩匪</option>");
		}
	} else {
		if ("../../news/20080417/20080417015214_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015214_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;記者巧遇劫車案擒兩匪</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015214_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;記者巧遇劫車案擒兩匪</option>");
		}
	}
	if ("../../news/20080417/20080417015254_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015254_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015254_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;國航客機延誤機師公然飲酒</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015254_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;國航客機延誤機師公然飲酒</option>");
		}
	} else {
		if ("../../news/20080417/20080417015254_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015254_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;國航客機延誤機師公然飲酒</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015254_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;國航客機延誤機師公然飲酒</option>");
		}
	}
	if ("../../news/20080417/20080417015327_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015327_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015327_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;穗豪宴倒掉百人飯菜</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015327_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;穗豪宴倒掉百人飯菜</option>");
		}
	} else {
		if ("../../news/20080417/20080417015327_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015327_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;穗豪宴倒掉百人飯菜</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015327_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;穗豪宴倒掉百人飯菜</option>");
		}
	}
	if ("../../news/20080417/20080417015406_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015406_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015406_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中學生肢解女同學</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015406_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中學生肢解女同學</option>");
		}
	} else {
		if ("../../news/20080417/20080417015406_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015406_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中學生肢解女同學</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015406_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中學生肢解女同學</option>");
		}
	}
	if ("../../news/20080417/20080417015442_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015442_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015442_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;少女遭輪姦推落車輾斷腳</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015442_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;少女遭輪姦推落車輾斷腳</option>");
		}
	} else {
		if ("../../news/20080417/20080417015442_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015442_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;少女遭輪姦推落車輾斷腳</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015442_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;少女遭輪姦推落車輾斷腳</option>");
		}
	}
	if ("../../news/20080417/20080417015511_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015511_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015511_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;狂漢斬死兩人七傷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015511_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;狂漢斬死兩人七傷</option>");
		}
	} else {
		if ("../../news/20080417/20080417015511_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015511_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;狂漢斬死兩人七傷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015511_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;狂漢斬死兩人七傷</option>");
		}
	}
	if ("../../news/20080417/20080417015546_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015546_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015546_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;茂名煉油廠大火</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015546_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;茂名煉油廠大火</option>");
		}
	} else {
		if ("../../news/20080417/20080417015546_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015546_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;茂名煉油廠大火</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015546_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;茂名煉油廠大火</option>");
		}
	}
	if ("../../news/20080417/20080417015612_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015612_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015612_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;割頸放血治病丈夫殺妻</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015612_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;割頸放血治病丈夫殺妻</option>");
		}
	} else {
		if ("../../news/20080417/20080417015612_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015612_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;割頸放血治病丈夫殺妻</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015612_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;割頸放血治病丈夫殺妻</option>");
		}
	}
	if ("../../news/20080417/20080417015633_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015633_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015633_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女博士探親遭胞兄斬死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015633_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女博士探親遭胞兄斬死</option>");
		}
	} else {
		if ("../../news/20080417/20080417015633_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015633_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女博士探親遭胞兄斬死</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015633_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;女博士探親遭胞兄斬死</option>");
		}
	}
	if ("../../news/20080417/20080417015655_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015655_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015655_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;十三歲童領導偷車集團</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015655_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;十三歲童領導偷車集團</option>");
		}
	} else {
		if ("../../news/20080417/20080417015655_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015655_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;十三歲童領導偷車集團</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015655_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;十三歲童領導偷車集團</option>");
		}
	}
	if ("../../news/20080417/20080417015725_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015725_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015725_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;釣客雷劈下體</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015725_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;釣客雷劈下體</option>");
		}
	} else {
		if ("../../news/20080417/20080417015725_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015725_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;釣客雷劈下體</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015725_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;釣客雷劈下體</option>");
		}
	}
	if ("../../news/20080417/20080417015907_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015907_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015907_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;扁玉山兵推馬被斬首</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015907_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;扁玉山兵推馬被斬首</option>");
		}
	} else {
		if ("../../news/20080417/20080417015907_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015907_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;扁玉山兵推馬被斬首</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015907_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;扁玉山兵推馬被斬首</option>");
		}
	}
	if ("../../news/20080417/20080417015939_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015939_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015939_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最高戰略指導推演</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015939_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最高戰略指導推演</option>");
		}
	} else {
		if ("../../news/20080417/20080417015939_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015939_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最高戰略指導推演</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015939_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最高戰略指導推演</option>");
		}
	}
	if ("../../news/20080417/20080417020038_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020038_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020038_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴士罷駛抗議私營</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020038_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴士罷駛抗議私營</option>");
		}
	} else {
		if ("../../news/20080417/20080417020038_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020038_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴士罷駛抗議私營</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020038_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;巴士罷駛抗議私營</option>");
		}
	}
	if ("../../news/20080417/20080417020353_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020353_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020353_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;馬英九探望臥病柏楊</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020353_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;馬英九探望臥病柏楊</option>");
		}
	} else {
		if ("../../news/20080417/20080417020353_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020353_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;馬英九探望臥病柏楊</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020353_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;馬英九探望臥病柏楊</option>");
		}
	}
	if ("../../news/20080417/20080417020442_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020442_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020442_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;胡錦濤下月訪日</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020442_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;胡錦濤下月訪日</option>");
		}
	} else {
		if ("../../news/20080417/20080417020442_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020442_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;胡錦濤下月訪日</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020442_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;胡錦濤下月訪日</option>");
		}
	}
	if ("../../news/20080417/20080417020535_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020535_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020535_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;傳5:20後扁夫婦限制出境</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020535_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;傳5:20後扁夫婦限制出境</option>");
		}
	} else {
		if ("../../news/20080417/20080417020535_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020535_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;傳5:20後扁夫婦限制出境</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020535_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;傳5:20後扁夫婦限制出境</option>");
		}
	}
	if ("../../news/20080417/20080417020617_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020617_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020617_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大陸歡迎台人包機睇京奧</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020617_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大陸歡迎台人包機睇京奧</option>");
		}
	} else {
		if ("../../news/20080417/20080417020617_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020617_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大陸歡迎台人包機睇京奧</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020617_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大陸歡迎台人包機睇京奧</option>");
		}
	}
	if ("../../news/20080417/20080417020710_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020710_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020710_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;深圳九人被打傷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020710_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;深圳九人被打傷</option>");
		}
	} else {
		if ("../../news/20080417/20080417020710_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020710_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;深圳九人被打傷</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020710_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;深圳九人被打傷</option>");
		}
	}
	if ("../../news/20080417/20080417020859_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020859_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020859_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗浴場所多不潔</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020859_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗浴場所多不潔</option>");
		}
	} else {
		if ("../../news/20080417/20080417020859_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020859_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗浴場所多不潔</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020859_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗浴場所多不潔</option>");
		}
	}
	if ("../../news/20080417/20080417020957_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020957_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020957_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人口容量近飽和</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020957_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人口容量近飽和</option>");
		}
	} else {
		if ("../../news/20080417/20080417020957_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020957_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人口容量近飽和</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020957_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人口容量近飽和</option>");
		}
	}
	if ("../../news/20080417/20080417021044_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021044_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021044_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藏區將建新機場</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021044_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藏區將建新機場</option>");
		}
	} else {
		if ("../../news/20080417/20080417021044_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021044_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藏區將建新機場</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021044_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;藏區將建新機場</option>");
		}
	}
	if ("../../news/20080417/20080417041619_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417041619_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417041619_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銷毀毒品</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417041619_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銷毀毒品</option>");
		}
	} else {
		if ("../../news/20080417/20080417041619_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417041619_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銷毀毒品</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417041619_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銷毀毒品</option>");
		}
	}
	if ("../../news/20080417/20080417041657_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417041657_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417041657_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一公斤黃金鞋</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417041657_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一公斤黃金鞋</option>");
		}
	} else {
		if ("../../news/20080417/20080417041657_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417041657_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一公斤黃金鞋</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417041657_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;一公斤黃金鞋</option>");
		}
	}
		if ("../../news/20080417/20080417020712_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020712_0000.html'>法庭</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417020712_0000.html'>法庭</option>");
		}
	if ("../../news/20080417/20080417020712_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020712_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020712_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中原人事鬥爭擺上檯</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020712_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中原人事鬥爭擺上檯</option>");
		}
	} else {
		if ("../../news/20080417/20080417020712_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020712_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中原人事鬥爭擺上檯</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020712_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中原人事鬥爭擺上檯</option>");
		}
	}
	if ("../../news/20080417/20080417020739_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020739_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020739_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法官解錯案例傷人廚師減刑</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020739_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法官解錯案例傷人廚師減刑</option>");
		}
	} else {
		if ("../../news/20080417/20080417020739_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020739_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法官解錯案例傷人廚師減刑</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020739_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;法官解錯案例傷人廚師減刑</option>");
		}
	}
	if ("../../news/20080417/20080417020817_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020817_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020817_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3P案陪審團今續議</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020817_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3P案陪審團今續議</option>");
		}
	} else {
		if ("../../news/20080417/20080417020817_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020817_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3P案陪審團今續議</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020817_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3P案陪審團今續議</option>");
		}
	}
	if ("../../news/20080417/20080417020843_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020843_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020843_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉醉駕剷入舖轉區院審</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020843_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉醉駕剷入舖轉區院審</option>");
		}
	} else {
		if ("../../news/20080417/20080417020843_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020843_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉醉駕剷入舖轉區院審</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020843_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉醉駕剷入舖轉區院審</option>");
		}
	}
	if ("../../news/20080417/20080417020928_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020928_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020928_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗760萬黑錢婦囚39月</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020928_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗760萬黑錢婦囚39月</option>");
		}
	} else {
		if ("../../news/20080417/20080417020928_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020928_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗760萬黑錢婦囚39月</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020928_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洗760萬黑錢婦囚39月</option>");
		}
	}
	if ("../../news/20080417/20080417020948_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020948_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020948_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遇劫收買佬被揭假結婚</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020948_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遇劫收買佬被揭假結婚</option>");
		}
	} else {
		if ("../../news/20080417/20080417020948_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020948_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遇劫收買佬被揭假結婚</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020948_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;遇劫收買佬被揭假結婚</option>");
		}
	}
	if ("../../news/20080417/20080417021013_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021013_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021013_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;椅掟死院友老翁撤起訴</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021013_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;椅掟死院友老翁撤起訴</option>");
		}
	} else {
		if ("../../news/20080417/20080417021013_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021013_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;椅掟死院友老翁撤起訴</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021013_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;椅掟死院友老翁撤起訴</option>");
		}
	}
	if ("../../news/20080417/20080417021034_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021034_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021034_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉淫女友稚女散工還柙</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021034_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉淫女友稚女散工還柙</option>");
		}
	} else {
		if ("../../news/20080417/20080417021034_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021034_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉淫女友稚女散工還柙</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021034_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;涉淫女友稚女散工還柙</option>");
		}
	}
		if ("../../news/20080417/20080417022251_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022251_0000.html'>社論</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417022251_0000.html'>社論</option>");
		}
	if ("../../news/20080417/20080417022251_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417022251_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022251_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;容忍霸權污聖火  成就奧運敗國格</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022251_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;容忍霸權污聖火  成就奧運敗國格</option>");
		}
	} else {
		if ("../../news/20080417/20080417022251_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417022251_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;容忍霸權污聖火  成就奧運敗國格</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417022251_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;容忍霸權污聖火  成就奧運敗國格</option>");
		}
	}
		if ("../../news/20080417/20080417021617_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021617_0000.html'>太一叮</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417021617_0000.html'>太一叮</option>");
		}
	if ("../../news/20080417/20080417021617_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021617_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021617_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;臨床診斷少對眼  醫療失誤發雞盲</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021617_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;臨床診斷少對眼  醫療失誤發雞盲</option>");
		}
	} else {
		if ("../../news/20080417/20080417021617_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021617_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;臨床診斷少對眼  醫療失誤發雞盲</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021617_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;臨床診斷少對眼  醫療失誤發雞盲</option>");
		}
	}
		if ("../../news/20080417/20080417015701_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015701_0000.html'>華夏透視</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417015701_0000.html'>華夏透視</option>");
		}
	if ("../../news/20080417/20080417015701_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015701_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015701_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市長撞死學童  網民聲討人治</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015701_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市長撞死學童  網民聲討人治</option>");
		}
	} else {
		if ("../../news/20080417/20080417015701_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015701_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市長撞死學童  網民聲討人治</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015701_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;市長撞死學童  網民聲討人治</option>");
		}
	}
		if ("../../news/20080417/20080417000132_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000132_0000.html'>虎視寰球</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417000132_0000.html'>虎視寰球</option>");
		}
	if ("../../news/20080417/20080417000132_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417000132_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000132_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;布殊總統甘扮黑臉</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000132_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;布殊總統甘扮黑臉</option>");
		}
	} else {
		if ("../../news/20080417/20080417000132_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000132_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;布殊總統甘扮黑臉</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000132_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;布殊總統甘扮黑臉</option>");
		}
	}
		if ("../../news/20080417/20080417021203_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021203_0000.html'>政情</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417021203_0000.html'>政情</option>");
		}
	if ("../../news/20080417/20080417021203_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021203_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021203_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立會元老無懼逼退潮</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021203_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立會元老無懼逼退潮</option>");
		}
	} else {
		if ("../../news/20080417/20080417021203_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021203_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立會元老無懼逼退潮</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021203_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立會元老無懼逼退潮</option>");
		}
	}
	if ("../../news/20080417/20080417021246_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021246_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021246_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;移居香港「特快號」</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021246_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;移居香港「特快號」</option>");
		}
	} else {
		if ("../../news/20080417/20080417021246_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021246_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;移居香港「特快號」</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021246_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;移居香港「特快號」</option>");
		}
	}
	if ("../../news/20080417/20080417021339_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021339_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021339_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;邱騰華冬姑「鬥低」</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021339_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;邱騰華冬姑「鬥低」</option>");
		}
	} else {
		if ("../../news/20080417/20080417021339_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021339_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;邱騰華冬姑「鬥低」</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021339_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;邱騰華冬姑「鬥低」</option>");
		}
	}
	if ("../../news/20080417/20080417021355_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021355_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021355_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小霍暗寸疑似火炬手</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021355_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小霍暗寸疑似火炬手</option>");
		}
	} else {
		if ("../../news/20080417/20080417021355_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021355_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小霍暗寸疑似火炬手</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021355_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小霍暗寸疑似火炬手</option>");
		}
	}
	if ("../../news/20080417/20080417021434_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021434_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021434_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;田少發功助細佬</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021434_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;田少發功助細佬</option>");
		}
	} else {
		if ("../../news/20080417/20080417021434_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021434_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;田少發功助細佬</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021434_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;田少發功助細佬</option>");
		}
	}
	if ("../../news/20080417/20080417021455_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021455_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021455_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;政協新丁聚餐唔易</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021455_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;政協新丁聚餐唔易</option>");
		}
	} else {
		if ("../../news/20080417/20080417021455_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021455_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;政協新丁聚餐唔易</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021455_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;政協新丁聚餐唔易</option>");
		}
	}
	if ("../../news/20080417/20080417021539_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021539_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021539_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聖火傳送勿礙生活</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021539_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聖火傳送勿礙生活</option>");
		}
	} else {
		if ("../../news/20080417/20080417021539_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021539_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聖火傳送勿礙生活</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021539_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;聖火傳送勿礙生活</option>");
		}
	}
	if ("../../news/20080417/20080417021321_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021321_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021321_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小氣候：狗公園建議侮辱孫中山</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021321_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小氣候：狗公園建議侮辱孫中山</option>");
		}
	} else {
		if ("../../news/20080417/20080417021321_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021321_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小氣候：狗公園建議侮辱孫中山</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021321_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;小氣候：狗公園建議侮辱孫中山</option>");
		}
	}
		if ("../../news/20080417/20080416235640_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235640_0000.html'>太陽虹</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080416235640_0000.html'>太陽虹</option>");
		}
	if ("../../news/20080417/20080416235640_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235640_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235640_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毓民特區：道德動機與文化認知</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235640_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毓民特區：道德動機與文化認知</option>");
		}
	} else {
		if ("../../news/20080417/20080416235640_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235640_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毓民特區：道德動機與文化認知</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235640_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毓民特區：道德動機與文化認知</option>");
		}
	}
	if ("../../news/20080417/20080416235743_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235743_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235743_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑罵由我：兩岸碎步融合</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235743_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑罵由我：兩岸碎步融合</option>");
		}
	} else {
		if ("../../news/20080417/20080416235743_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235743_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑罵由我：兩岸碎步融合</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235743_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑罵由我：兩岸碎步融合</option>");
		}
	}
	if ("../../news/20080417/20080416235806_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235806_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235806_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我在我思：政府累死不舉男</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235806_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我在我思：政府累死不舉男</option>");
		}
	} else {
		if ("../../news/20080417/20080416235806_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235806_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我在我思：政府累死不舉男</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235806_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我在我思：政府累死不舉男</option>");
		}
	}
	if ("../../news/20080417/20080416235840_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235840_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235840_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;強詞有理：人必自侮而後人侮之</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235840_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;強詞有理：人必自侮而後人侮之</option>");
		}
	} else {
		if ("../../news/20080417/20080416235840_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235840_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;強詞有理：人必自侮而後人侮之</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235840_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;強詞有理：人必自侮而後人侮之</option>");
		}
	}
	if ("../../news/20080417/20080416235903_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235903_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235903_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;雪地鴻爪：政治奧運化</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235903_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;雪地鴻爪：政治奧運化</option>");
		}
	} else {
		if ("../../news/20080417/20080416235903_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235903_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;雪地鴻爪：政治奧運化</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235903_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;雪地鴻爪：政治奧運化</option>");
		}
	}
	if ("../../news/20080417/20080416235927_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235927_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235927_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;關心集：大規模分散注意力武器</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235927_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;關心集：大規模分散注意力武器</option>");
		}
	} else {
		if ("../../news/20080417/20080416235927_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235927_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;關心集：大規模分散注意力武器</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235927_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;關心集：大規模分散注意力武器</option>");
		}
	}
	if ("../../news/20080417/20080416235952_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235952_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235952_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑傲江湖：低估通脹  民怨爆炸</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235952_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑傲江湖：低估通脹  民怨爆炸</option>");
		}
	} else {
		if ("../../news/20080417/20080416235952_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235952_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑傲江湖：低估通脹  民怨爆炸</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235952_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;笑傲江湖：低估通脹  民怨爆炸</option>");
		}
	}
	if ("../../news/20080417/20080417000019_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417000019_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000019_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;爐香齋：世上最安全的地方</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000019_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;爐香齋：世上最安全的地方</option>");
		}
	} else {
		if ("../../news/20080417/20080417000019_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000019_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;爐香齋：世上最安全的地方</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000019_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;爐香齋：世上最安全的地方</option>");
		}
	}
	if ("../../news/20080417/20080417000049_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417000049_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000049_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大舊在此：天台屋與社會公義</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000049_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大舊在此：天台屋與社會公義</option>");
		}
	} else {
		if ("../../news/20080417/20080417000049_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000049_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大舊在此：天台屋與社會公義</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000049_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;大舊在此：天台屋與社會公義</option>");
		}
	}
	if ("../../news/20080417/20080416235707_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235707_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235707_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;熱帶語林：做人別太死戇戇</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235707_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;熱帶語林：做人別太死戇戇</option>");
		}
	} else {
		if ("../../news/20080417/20080416235707_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235707_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;熱帶語林：做人別太死戇戇</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235707_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;熱帶語林：做人別太死戇戇</option>");
		}
	}
		if ("../../news/20080417/20080416235614_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235614_0000.html'>古今論壇</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080416235614_0000.html'>古今論壇</option>");
		}
	if ("../../news/20080417/20080416235614_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235614_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235614_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紀曉嵐鐵筆：新八國聯軍犯京奧</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235614_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紀曉嵐鐵筆：新八國聯軍犯京奧</option>");
		}
	} else {
		if ("../../news/20080417/20080416235614_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235614_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紀曉嵐鐵筆：新八國聯軍犯京奧</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235614_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;紀曉嵐鐵筆：新八國聯軍犯京奧</option>");
		}
	}
	if ("../../news/20080417/20080416235722_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235722_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235722_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;魯迅投槍：床照北上更加赤條條</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235722_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;魯迅投槍：床照北上更加赤條條</option>");
		}
	} else {
		if ("../../news/20080417/20080416235722_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235722_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;魯迅投槍：床照北上更加赤條條</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235722_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;魯迅投槍：床照北上更加赤條條</option>");
		}
	}
	if ("../../news/20080417/20080416235848_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235848_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235848_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毛澤東看今朝：世界上吃飯問題最大</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235848_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毛澤東看今朝：世界上吃飯問題最大</option>");
		}
	} else {
		if ("../../news/20080417/20080416235848_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235848_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毛澤東看今朝：世界上吃飯問題最大</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235848_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;毛澤東看今朝：世界上吃飯問題最大</option>");
		}
	}
	if ("../../news/20080417/20080416235940_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080416235940_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235940_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;朱元璋明鑑：憤青其實是義青</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235940_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;朱元璋明鑑：憤青其實是義青</option>");
		}
	} else {
		if ("../../news/20080417/20080416235940_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080416235940_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;朱元璋明鑑：憤青其實是義青</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080416235940_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;朱元璋明鑑：憤青其實是義青</option>");
		}
	}
	if ("../../news/20080417/20080417000036_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417000036_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000036_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李宗吾厚黑：坐輪椅的女英雄</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000036_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李宗吾厚黑：坐輪椅的女英雄</option>");
		}
	} else {
		if ("../../news/20080417/20080417000036_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000036_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李宗吾厚黑：坐輪椅的女英雄</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000036_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;李宗吾厚黑：坐輪椅的女英雄</option>");
		}
	}
		if ("../../news/20080417/20080417014006_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014006_0000.html'>SUN視野</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417014006_0000.html'>SUN視野</option>");
		}
	if ("../../news/20080417/20080417014006_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417014006_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014006_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;失言未損選情  奧營擴大優勢</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014006_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;失言未損選情  奧營擴大優勢</option>");
		}
	} else {
		if ("../../news/20080417/20080417014006_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417014006_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;失言未損選情  奧營擴大優勢</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417014006_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;失言未損選情  奧營擴大優勢</option>");
		}
	}
		if ("../../news/20080417/20080417000207_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000207_0000.html'>專欄</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417000207_0000.html'>專欄</option>");
		}
	if ("../../news/20080417/20080417000207_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417000207_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000207_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;龍吟大地：有糧則安  糧貴則慌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000207_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;龍吟大地：有糧則安  糧貴則慌</option>");
		}
	} else {
		if ("../../news/20080417/20080417000207_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417000207_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;龍吟大地：有糧則安  糧貴則慌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417000207_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;龍吟大地：有糧則安  糧貴則慌</option>");
		}
	}
		if ("../../news/20080417/20080417015145_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015145_0000.html'>專題</option>");
		} else {
			document.write("	<option value='../../news/20080417/20080417015145_0000.html'>專題</option>");
		}
	if ("../../news/20080417/20080417015145_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015145_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015145_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN特搜：買鷹運鷹易過買菜</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015145_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN特搜：買鷹運鷹易過買菜</option>");
		}
	} else {
		if ("../../news/20080417/20080417015145_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015145_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN特搜：買鷹運鷹易過買菜</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015145_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN特搜：買鷹運鷹易過買菜</option>");
		}
	}
	if ("../../news/20080417/20080417015221_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015221_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015221_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;受保護懶猴網上公然賣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015221_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;受保護懶猴網上公然賣</option>");
		}
	} else {
		if ("../../news/20080417/20080417015221_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015221_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;受保護懶猴網上公然賣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015221_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;受保護懶猴網上公然賣</option>");
		}
	}
	if ("../../news/20080417/20080417015256_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015256_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015256_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;野生動物未檢疫隨時附送奪命惡菌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015256_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;野生動物未檢疫隨時附送奪命惡菌</option>");
		}
	} else {
		if ("../../news/20080417/20080417015256_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015256_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;野生動物未檢疫隨時附送奪命惡菌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015256_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;野生動物未檢疫隨時附送奪命惡菌</option>");
		}
	}
	if ("../../news/20080417/20080417021119_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417021119_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021119_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN世代：「阿媽」唔易做</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021119_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN世代：「阿媽」唔易做</option>");
		}
	} else {
		if ("../../news/20080417/20080417021119_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417021119_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN世代：「阿媽」唔易做</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417021119_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUN世代：「阿媽」唔易做</option>");
		}
	}
	if ("../../news/20080417/20080417015957_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417015957_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015957_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫知健：紫外光照射醫鼻敏感</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015957_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫知健：紫外光照射醫鼻敏感</option>");
		}
	} else {
		if ("../../news/20080417/20080417015957_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417015957_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫知健：紫外光照射醫鼻敏感</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417015957_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;醫知健：紫外光照射醫鼻敏感</option>");
		}
	}
	if ("../../news/20080417/20080417020028_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020028_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020028_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愈年輕乳癌愈惡</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020028_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愈年輕乳癌愈惡</option>");
		}
	} else {
		if ("../../news/20080417/20080417020028_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020028_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愈年輕乳癌愈惡</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020028_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;愈年輕乳癌愈惡</option>");
		}
	}
	if ("../../news/20080417/20080417020049_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020049_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020049_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;父母不吃水果壞榜樣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020049_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;父母不吃水果壞榜樣</option>");
		}
	} else {
		if ("../../news/20080417/20080417020049_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020049_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;父母不吃水果壞榜樣</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020049_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;父母不吃水果壞榜樣</option>");
		}
	}
	if ("../../news/20080417/20080417020108_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020108_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020108_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;新藥物治療鼻鼾效佳</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020108_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;新藥物治療鼻鼾效佳</option>");
		}
	} else {
		if ("../../news/20080417/20080417020108_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020108_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;新藥物治療鼻鼾效佳</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020108_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;新藥物治療鼻鼾效佳</option>");
		}
	}
	if ("../../news/20080417/20080417020127_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020127_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020127_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;維他命劑增死亡風險</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020127_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;維他命劑增死亡風險</option>");
		}
	} else {
		if ("../../news/20080417/20080417020127_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020127_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;維他命劑增死亡風險</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020127_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;維他命劑增死亡風險</option>");
		}
	}
	if ("../../news/20080417/20080417020204_0000.html".indexOf(filename) < 0) {
		if ("../../news/20080417/20080417020204_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020204_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「男士殺手」前列腺癌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020204_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「男士殺手」前列腺癌</option>");
		}
	} else {
		if ("../../news/20080417/20080417020204_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../news/20080417/20080417020204_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「男士殺手」前列腺癌</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../news/20080417/20080417020204_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;「男士殺手」前列腺癌</option>");
		}
	}
		if ("/cgi-bin/polling/polling.cgi?dirsect=news&redirect=1".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?dirsect=news&redirect=1'>時事投票</option>");
		} else {
			document.write("	<option value='/cgi-bin/polling/polling.cgi?dirsect=news&redirect=1'>時事投票</option>");
		}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中國能否容納兩個迪士尼樂園？</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中國能否容納兩個迪士尼樂園？</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中國能否容納兩個迪士尼樂園？</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20080402063315_0000&dirsect=news&redirect=1#20080402063315_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中國能否容納兩個迪士尼樂園？</option>");
		}
	}

	document.write("</select>");
}
//-->
