function updateQueryString(){queryString=($("stationsel").value=="Oslo"?"":"Station="+encodeURIComponent($("stationsel").value)+"&")+($("airlinesel").value==""?"":"Airline="+encodeURIComponent($("airlinesel").value)+"&")+($("rowssel").value=="10"?"":"Rows="+encodeURIComponent($("rowssel").value)+"&")+($("timezonesel").value==""?"":"Timezone="+encodeURIComponent($("timezonesel").value)+"&")+($("langsel").value==""?"":"Lang="+encodeURIComponent($("langsel").value)+"&")+($("typesel").value==""?"":"Type="+encodeURIComponent($("typesel").value)+"&")+($("cycletimesel").value=="15"?"":"Cycletime="+encodeURIComponent($("cycletimesel").value)+"&")+($("scrollsel").checked?"Scroll="+encodeURIComponent($("scrollsel").value)+"&":"")+($("cookiesel").checked?"Cookie="+encodeURIComponent($("cookiesel").value)+"&":"")+(!$("weathersel").checked?"Noweather=y&":"")+($("ftsel")&&!$("ftsel").checked?"Noft=y&":"")+($("mainform").Fahrenheit[1].checked?"Fahrenheit=y&":"")+($("adsel")&&$("adsel").checked?"Ad="+encodeURIComponent($("adsel").value)+"&":"")+($("dstsel").checked?"Dst="+encodeURIComponent($("dstsel").value)+"&":"")+($("fcolorsel")&&$("fcolorsel").value!="#FFFF00"?"Fcolor="+encodeURIComponent($("fcolorsel").value)+"&":"")+($("bcolorsel")&&$("bcolorsel").value!="#000000"?"Bcolor="+encodeURIComponent($("bcolorsel").value)+"&":"")+($("hcolorsel")&&$("hcolorsel").value!="#FFFFFF"?"Hcolor="+encodeURIComponent($("hcolorsel").value)+"&":"");if(queryString==""){$("querystring").value=targetPage+"?Rmcookie=y"}else{$("querystring").value=targetPage+"?"+queryString}}function testLink(){window.location=$("querystring").value};
