$(document).ready(function(){if($("#imgCountryFlag").length>0){var b=0;var c="",d="";d=$.cookie("country_iso");$("#countryIsoParam").change(function(){for(b=$("countryIsoParam").options.length-1;b>=0;b--){if($("countryIsoParam").options[b].selected){c=$("countryIsoParam").options[b].value+" "+$("countryIsoParam").options[b].selected}}});var a="/pws/images/img_CountryFlag_"+d+".gif";document.getElementById("imgCountryFlag").setAttribute("src",a)}});