<!--
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://epaper.on.cc";
	}
	if (host_name == "the-sun.on.cc") {
		polling_host = "http://epaper.on.cc";
	}
	
	document.write("<select name='date' onChange='gotonews(document.form1);'>");
	document.write("<option value='0'>¢w¢w¢w¢w¿ï¾Ü¤º®e¢w¢w¢w¢w¢w </option>");
			if ("../../fea/20090226/20090225225208_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225208_0000.html'>½Ñ¨Æª¯</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225225208_0000.html'>½Ñ¨Æª¯</option>");
		}
	if ("../../fea/20090226/20090225225208_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225208_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225208_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªüLam¸­ãÈ¤åÉÓ¤½¥J¥X°Ê®Í®¦·R</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225208_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªüLam¸­ãÈ¤åÉÓ¤½¥J¥X°Ê®Í®¦·R</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225208_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225208_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªüLam¸­ãÈ¤åÉÓ¤½¥J¥X°Ê®Í®¦·R</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225208_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªüLam¸­ãÈ¤åÉÓ¤½¥J¥X°Ê®Í®¦·R</option>");
		}
	}
	if ("../../fea/20090226/20090225225247_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225247_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225247_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤Ü¥|§µ¦Ñ¤½¬IúU©Û</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225247_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤Ü¥|§µ¦Ñ¤½¬IúU©Û</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225247_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225247_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤Ü¥|§µ¦Ñ¤½¬IúU©Û</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225247_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤Ü¥|§µ¦Ñ¤½¬IúU©Û</option>");
		}
	}
		if ("../../fea/20090226/20090225225309_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225309_0000.html'>¥»¦a</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225225309_0000.html'>¥»¦a</option>");
		}
	if ("../../fea/20090226/20090225225309_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225309_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225309_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªk©Ô¯QÀs¥q¾÷¼²Ås¿O¬W</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225309_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªk©Ô¯QÀs¥q¾÷¼²Ås¿O¬W</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225309_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225309_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªk©Ô¯QÀs¥q¾÷¼²Ås¿O¬W</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225309_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ªk©Ô¯QÀs¥q¾÷¼²Ås¿O¬W</option>");
		}
	}
	if ("../../fea/20090226/20090225225329_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225329_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225329_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ãö¤§µYºG³QªB¤Í½æ¥Ï</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225329_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ãö¤§µYºG³QªB¤Í½æ¥Ï</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225329_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225329_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ãö¤§µYºG³QªB¤Í½æ¥Ï</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225329_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ãö¤§µYºG³QªB¤Í½æ¥Ï</option>");
		}
	}
	if ("../../fea/20090226/20090225225401_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225401_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225401_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±i·q°a«Î¥ø¶K³hµ£·Ó</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225401_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±i·q°a«Î¥ø¶K³hµ£·Ó</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225401_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225401_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±i·q°a«Î¥ø¶K³hµ£·Ó</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225401_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±i·q°a«Î¥ø¶K³hµ£·Ó</option>");
		}
	}
	if ("../../fea/20090226/20090225225416_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225416_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225416_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§f´¹´¹­¹¿PºÛ°µ¦­À\</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225416_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§f´¹´¹­¹¿PºÛ°µ¦­À\</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225416_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225416_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§f´¹´¹­¹¿PºÛ°µ¦­À\</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225416_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§f´¹´¹­¹¿PºÛ°µ¦­À\</option>");
		}
	}
	if ("../../fea/20090226/20090225225431_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225431_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225431_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cash±a®²ñK¬ü¶³¦Ñ¤ÍÄ¹°¨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225431_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cash±a®²ñK¬ü¶³¦Ñ¤ÍÄ¹°¨</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225431_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225431_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cash±a®²ñK¬ü¶³¦Ñ¤ÍÄ¹°¨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225431_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cash±a®²ñK¬ü¶³¦Ñ¤ÍÄ¹°¨</option>");
		}
	}
	if ("../../fea/20090226/20090225225446_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225446_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225446_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¨¥©Ó¦°À°ªL§Ó¬Â¨¦À¸</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225446_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¨¥©Ó¦°À°ªL§Ó¬Â¨¦À¸</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225446_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225446_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¨¥©Ó¦°À°ªL§Ó¬Â¨¦À¸</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225446_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¨¥©Ó¦°À°ªL§Ó¬Â¨¦À¸</option>");
		}
	}
	if ("../../fea/20090226/20090225225617_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225617_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225617_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬x¨ô¥ß±»¶Ë¤f°½ú¥¿N½æ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225617_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬x¨ô¥ß±»¶Ë¤f°½ú¥¿N½æ</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225617_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225617_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬x¨ô¥ß±»¶Ë¤f°½ú¥¿N½æ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225617_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬x¨ô¥ß±»¶Ë¤f°½ú¥¿N½æ</option>");
		}
	}
	if ("../../fea/20090226/20090225225705_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225705_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225705_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kay³Ì·R½ò³æ¨®³¥À\</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225705_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kay³Ì·R½ò³æ¨®³¥À\</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225705_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225705_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kay³Ì·R½ò³æ¨®³¥À\</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225705_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kay³Ì·R½ò³æ¨®³¥À\</option>");
		}
	}
	if ("../../fea/20090226/20090225225725_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225725_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225725_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤ý¯ªÂÅ ·s¤ùÍq¤k³ò</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225725_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤ý¯ªÂÅ ·s¤ùÍq¤k³ò</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225725_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225725_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤ý¯ªÂÅ ·s¤ùÍq¤k³ò</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225725_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤ý¯ªÂÅ ·s¤ùÍq¤k³ò</option>");
		}
	}
	if ("../../fea/20090226/20090225225743_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225743_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225743_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÁÂ¤ÑµØ ¥­±`¤ß­±¹ï§P¨M</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225743_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÁÂ¤ÑµØ ¥­±`¤ß­±¹ï§P¨M</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225743_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225743_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÁÂ¤ÑµØ ¥­±`¤ß­±¹ï§P¨M</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225743_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÁÂ¤ÑµØ ¥­±`¤ß­±¹ï§P¨M</option>");
		}
	}
	if ("../../fea/20090226/20090225225803_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225803_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225803_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chita ¥X®ÑÝ¯Nikiµeµe</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225803_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chita ¥X®ÑÝ¯Nikiµeµe</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225803_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225803_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chita ¥X®ÑÝ¯Nikiµeµe</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225803_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chita ¥X®ÑÝ¯Nikiµeµe</option>");
		}
	}
		if ("../../fea/20090226/20090225230300_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230300_0000.html'>®ø¶O</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225230300_0000.html'>®ø¶O</option>");
		}
	if ("../../fea/20090226/20090225230300_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230300_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230300_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬K¤é¤üªA±¡³ø µoªáÃ¨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230300_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬K¤é¤üªA±¡³ø µoªáÃ¨</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230300_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230300_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬K¤é¤üªA±¡³ø µoªáÃ¨</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230300_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬K¤é¤üªA±¡³ø µoªáÃ¨</option>");
		}
	}
		if ("../../fea/20090226/20090225225623_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225623_0000.html'>®É¸Ë</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225225623_0000.html'>®É¸Ë</option>");
		}
	if ("../../fea/20090226/20090225225623_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225623_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225623_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinique¡Ñ±i¼ä¶² ¥´³y¥þ¨­¬ü¥Õ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225623_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinique¡Ñ±i¼ä¶² ¥´³y¥þ¨­¬ü¥Õ</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225623_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225623_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinique¡Ñ±i¼ä¶² ¥´³y¥þ¨­¬ü¥Õ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225623_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clinique¡Ñ±i¼ä¶² ¥´³y¥þ¨­¬ü¥Õ</option>");
		}
	}
		if ("../../fea/20090226/20090225230251_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230251_0000.html'>¶¼­¹</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225230251_0000.html'>¶¼­¹</option>");
		}
	if ("../../fea/20090226/20090225230251_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230251_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230251_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»¶©f±i®a¼ü  ¼ö¦åªmÄË­¹¯N½¼</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230251_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»¶©f±i®a¼ü  ¼ö¦åªmÄË­¹¯N½¼</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230251_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230251_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»¶©f±i®a¼ü  ¼ö¦åªmÄË­¹¯N½¼</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230251_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»¶©f±i®a¼ü  ¼ö¦åªmÄË­¹¯N½¼</option>");
		}
	}
		if ("../../fea/20090226/20090225224536_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225224536_0000.html'>¼v­µ</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225224536_0000.html'>¼v­µ</option>");
		}
	if ("../../fea/20090226/20090225224536_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225224536_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225224536_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7­¿Zoom  Olympus £g7000</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225224536_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7­¿Zoom  Olympus £g7000</option>");
		}
	} else {
		if ("../../fea/20090226/20090225224536_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225224536_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7­¿Zoom  Olympus £g7000</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225224536_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7­¿Zoom  Olympus £g7000</option>");
		}
	}
		if ("../../fea/20090226/20090225225321_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225321_0000.html'>®È¹C</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225225321_0000.html'>®È¹C</option>");
		}
	if ("../../fea/20090226/20090225225321_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225225321_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225321_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§Áªú°¨Å¢ ¶W®ÉªÅ±JÅæ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225321_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§Áªú°¨Å¢ ¶W®ÉªÅ±JÅæ</option>");
		}
	} else {
		if ("../../fea/20090226/20090225225321_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225225321_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§Áªú°¨Å¢ ¶W®ÉªÅ±JÅæ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225225321_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§Áªú°¨Å¢ ¶W®ÉªÅ±JÅæ</option>");
		}
	}
		if ("../../fea/20090226/20090225230442_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230442_0000.html'>¬P¬Û</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225230442_0000.html'>¬P¬Û</option>");
		}
	if ("../../fea/20090226/20090225230442_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230442_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230442_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬P¬Pª«»y¡G2¤ë26¤é</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230442_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬P¬Pª«»y¡G2¤ë26¤é</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230442_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230442_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬P¬Pª«»y¡G2¤ë26¤é</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230442_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¬P¬Pª«»y¡G2¤ë26¤é</option>");
		}
	}
	if ("../../fea/20090226/20090225230601_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230601_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230601_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥Í¨v¹Bµ{¡G2¤ë26¤é</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230601_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥Í¨v¹Bµ{¡G2¤ë26¤é</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230601_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230601_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥Í¨v¹Bµ{¡G2¤ë26¤é</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230601_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥Í¨v¹Bµ{¡G2¤ë26¤é</option>");
		}
	}
	if ("../../fea/20090226/20090225230656_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230656_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230656_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;©ú¤é³q³Ó¡G2¤ë26¤é</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230656_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;©ú¤é³q³Ó¡G2¤ë26¤é</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230656_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230656_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;©ú¤é³q³Ó¡G2¤ë26¤é</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230656_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;©ú¤é³q³Ó¡G2¤ë26¤é</option>");
		}
	}
		if ("../../fea/20090226/20090225230022_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230022_0000.html'>¨®°g</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225230022_0000.html'>¨®°g</option>");
		}
	if ("../../fea/20090226/20090225230022_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230022_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230022_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»·©º²b¤g  Volkswagen Golf VI</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230022_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»·©º²b¤g  Volkswagen Golf VI</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230022_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230022_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»·©º²b¤g  Volkswagen Golf VI</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230022_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;»·©º²b¤g  Volkswagen Golf VI</option>");
		}
	}
		if ("../../fea/20090226/20090225230743_0000.html".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230743_0000.html'>¨ä¥L</option>");
		} else {
			document.write("	<option value='../../fea/20090226/20090225230743_0000.html'>¨ä¥L</option>");
		}
	if ("../../fea/20090226/20090225230743_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230743_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230743_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Åª¦n®Ñ¡GÄêGag©l¯ª</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230743_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Åª¦n®Ñ¡GÄêGag©l¯ª</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230743_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230743_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Åª¦n®Ñ¡GÄêGag©l¯ª</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230743_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Åª¦n®Ñ¡GÄêGag©l¯ª</option>");
		}
	}
	if ("../../fea/20090226/20090225230830_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230830_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230830_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥´¶}¤Ñµ¡¡G¤£­nµ¹·N¥~À~­Ë</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230830_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥´¶}¤Ñµ¡¡G¤£­nµ¹·N¥~À~­Ë</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230830_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230830_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥´¶}¤Ñµ¡¡G¤£­nµ¹·N¥~À~­Ë</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230830_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¥´¶}¤Ñµ¡¡G¤£­nµ¹·N¥~À~­Ë</option>");
		}
	}
	if ("../../fea/20090226/20090225230915_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230915_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230915_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¸ô¤¤¬B¿ò¡G¨S¦³µª®×</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230915_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¸ô¤¤¬B¿ò¡G¨S¦³µª®×</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230915_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230915_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¸ô¤¤¬B¿ò¡G¨S¦³µª®×</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230915_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¸ô¤¤¬B¿ò¡G¨S¦³µª®×</option>");
		}
	}
	if ("../../fea/20090226/20090225230956_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225230956_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230956_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ª°¯Wª«»y¡G¯u¹ê·PÄ±</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230956_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ª°¯Wª«»y¡G¯u¹ê·PÄ±</option>");
		}
	} else {
		if ("../../fea/20090226/20090225230956_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225230956_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ª°¯Wª«»y¡G¯u¹ê·PÄ±</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225230956_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ª°¯Wª«»y¡G¯u¹ê·PÄ±</option>");
		}
	}
	if ("../../fea/20090226/20090225231029_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225231029_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225231029_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤@¨¥¬°©w¡G«ß®v¤£»¡ÁÀ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225231029_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤@¨¥¬°©w¡G«ß®v¤£»¡ÁÀ</option>");
		}
	} else {
		if ("../../fea/20090226/20090225231029_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225231029_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤@¨¥¬°©w¡G«ß®v¤£»¡ÁÀ</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225231029_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤@¨¥¬°©w¡G«ß®v¤£»¡ÁÀ</option>");
		}
	}
	if ("../../fea/20090226/20090225231109_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225231109_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225231109_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±q¤p¦Y¤j¡G¦Û¤v¤H</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225231109_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±q¤p¦Y¤j¡G¦Û¤v¤H</option>");
		}
	} else {
		if ("../../fea/20090226/20090225231109_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225231109_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±q¤p¦Y¤j¡G¦Û¤v¤H</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225231109_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;±q¤p¦Y¤j¡G¦Û¤v¤H</option>");
		}
	}
	if ("../../fea/20090226/20090225231148_0000.html".indexOf(filename) < 0) {
		if ("../../fea/20090226/20090225231148_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225231148_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤k¯«¤§Ál¡G¬ü°ê¤k«Ä±`¬ï±ß¸Ë</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225231148_0000.html'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤k¯«¤§Ál¡G¬ü°ê¤k«Ä±`¬ï±ß¸Ë</option>");
		}
	} else {
		if ("../../fea/20090226/20090225231148_0000.html".indexOf("polling") < 0){
			document.write("	<option value='../../fea/20090226/20090225231148_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤k¯«¤§Ál¡G¬ü°ê¤k«Ä±`¬ï±ß¸Ë</option>");
		} else {
			document.write("	<option value='"+polling_host+"../../fea/20090226/20090225231148_0000.html' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¤k¯«¤§Ál¡G¬ü°ê¤k«Ä±`¬ï±ß¸Ë</option>");
		}
	}
		if ("/cgi-bin/polling/polling.cgi?dirsect=computer&redirect=1".indexOf("polling") >=0) {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?dirsect=computer&redirect=1'>®T¶¢§ë²¼</option>");
		} else {
			document.write("	<option value='/cgi-bin/polling/polling.cgi?dirsect=computer&redirect=1'>®T¶¢§ë²¼</option>");
		}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì³ßÅwªº´¼¯à¤â¾÷¨t²Î</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì³ßÅwªº´¼¯à¤â¾÷¨t²Î</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì³ßÅwªº´¼¯à¤â¾÷¨t²Î</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222149_0000&dirsect=computer&redirect=1#20090217222149_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì³ßÅwªº´¼¯à¤â¾÷¨t²Î</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wii¡mDead Rising¡n¤¤³Ì·R¥Îªº¹D¨ã</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wii¡mDead Rising¡n¤¤³Ì·R¥Îªº¹D¨ã</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wii¡mDead Rising¡n¤¤³Ì·R¥Îªº¹D¨ã</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222257_0000&dirsect=game&redirect=1#20090217222257_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wii¡mDead Rising¡n¤¤³Ì·R¥Îªº¹D¨ã</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ú¯Feel 16:9 LCDÅã¥Ü«Ì</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ú¯Feel 16:9 LCDÅã¥Ü«Ì</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ú¯Feel 16:9 LCDÅã¥Ü«Ì</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090210010057_0000&dirsect=av&redirect=1#20090210010057_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ú¯Feel 16:9 LCDÅã¥Ü«Ì</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;²H©u®È¹C Ãä«×³Ì§l¤Þ</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;²H©u®È¹C Ãä«×³Ì§l¤Þ</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;²H©u®È¹C Ãä«×³Ì§l¤Þ</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217221852_0000&dirsect=travel&redirect=1#20090217221852_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;²H©u®È¹C Ãä«×³Ì§l¤Þ</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¾ú¥NE-Class¤ß¤ô¤§¿ï</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¾ú¥NE-Class¤ß¤ô¤§¿ï</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¾ú¥NE-Class¤ß¤ô¤§¿ï</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222035_0000&dirsect=car&redirect=1#20090217222035_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¾ú¥NE-Class¤ß¤ô¤§¿ï</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A·|¶R¥H¤­¦æ¬°¥DÃDªº®a¨ã¶Ü?</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A·|¶R¥H¤­¦æ¬°¥DÃDªº®a¨ã¶Ü?</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A·|¶R¥H¤­¦æ¬°¥DÃDªº®a¨ã¶Ü?</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222357_0000&dirsect=mystery&redirect=1#20090217222357_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A·|¶R¥H¤­¦æ¬°¥DÃDªº®a¨ã¶Ü?</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì¦nª±ªºÚ»¤ù¤â¾÷</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì¦nª±ªºÚ»¤ù¤â¾÷</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì¦nª±ªºÚ»¤ù¤â¾÷</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090124015618_0000&dirsect=mobile&redirect=1#20090124015618_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;³Ì¦nª±ªºÚ»¤ù¤â¾÷</option>");
		}
	}
	if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000".indexOf(filename) < 0) {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A»{¬°¥ÖÁ¹°tÅ¨¬Æ»ò¦çª«³Ì¦³«¬®æ¡H</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A»{¬°¥ÖÁ¹°tÅ¨¬Æ»ò¦çª«³Ì¦³«¬®æ¡H</option>");
		}
	} else {
		if ("/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000".indexOf("polling") < 0){
			document.write("	<option value='/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A»{¬°¥ÖÁ¹°tÅ¨¬Æ»ò¦çª«³Ì¦³«¬®æ¡H</option>");
		} else {
			document.write("	<option value='"+polling_host+"/cgi-bin/polling/polling.cgi?input_polling_id=20090217222504_0000&dirsect=man&redirect=1#20090217222504_0000' selected>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;§A»{¬°¥ÖÁ¹°tÅ¨¬Æ»ò¦çª«³Ì¦³«¬®æ¡H</option>");
		}
	}

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

