﻿$(function(){
	if(location.href.indexOf('/WOW-Gold-EU/')>0){
	
		$('#selcurrency option[value=2]').attr('selected',true);
		$('#selcurrency').change();


	}
})
