$(document).ready(function(){
	$(".countrySelect").find("[value=AU],[value=IN],[value=GB]").clone().prependTo(".countrySelect");
	$(".countrySelect").find("[value=GB]:first").attr("selected","selected");
});
