function getCurrencyConverter(c,a,b,e,d){if(d=="wasNow"){$("div#convertedPrice span.onePrice").addClass("hide");url1="/pws/ConvertCurrency.ice?value="+c+"&fromCurrency="+b+"&toCurrency="+e;$("div#convertedPrice span.wasPrice").removeClass("hide");$("div#convertedPrice span.wasPrice").load(url1);url2="/pws/ConvertCurrency.ice?value="+a+"&fromCurrency="+b+"&toCurrency="+e;$("div#convertedPrice span.nowPrice").removeClass("hide");$("div#convertedPrice span.nowPrice").load(url2)}else{$("div#convertedPrice span.wasPrice").addClass("hide");$("div#convertedPrice span.nowPrice").addClass("hide");url1="/pws/ConvertCurrency.ice?value="+c+"&fromCurrency="+b+"&toCurrency="+e;$("div#convertedPrice span.onePrice").removeClass("hide");$("div#convertedPrice span.onePrice").load(url1)}return false};