﻿document.writeln("<select id=\"select_price\" language=\"javascript\" onchange=\"window.open(this.value)\">");
document.writeln("<option selected>价格搜索<\/option>");
document.writeln("<option value=\"\/search.asp?sid=2&pricefrom=1500\">1500以上<\/option>");
document.writeln("<option value=\"\/search.asp?sid=2&pricefrom=1000&priceto=1500\">1000-1500<\/option>");
document.writeln("<option value=\"\/search.asp?sid=2&pricefrom=800&priceto=1000\">800-1000<\/option>");
document.writeln("<option value=\"\/search.asp?sid=2&pricefrom=500&priceto=800\">500-800<\/option>");
document.writeln("<option value=\"\/search.asp?sid=2&pricefrom=300&priceto=500\">300-500<\/option>");
document.writeln("<option value=\"\/search.asp?sid=2&pricefrom=200&priceto=300&CID=33\">300以下<\/option>");
document.writeln("<\/select>");