$j(document).ready(function(){var A=geoplugin_countryCode();var B=$j(".rbsSixNationsVideoRestrictionZone");var C='<p class="restrictedVideo">This video content is not available in your region</p>';switch(A){case"AU":B.empty();$j(C).appendTo(B);break;case"FR":B.empty();$j(C).appendTo(B);break;case"IT":B.empty();$j(C).appendTo(B);break;case"NZ":B.empty();$j(C).appendTo(B);break;case"US":B.empty();$j(C).appendTo(B);break;case"ZA":B.empty();$j(C).appendTo(B);break;default:B.show()}});$j(document).ready(function(){var C=geoplugin_countryCode();var B=$j(".geoBlockTest");var A='<p class="restrictedVideo">This video content has been blocked in the UK.</p>';switch(C){case"GB":B.empty();$j(A).appendTo(B);break;default:B.show()}});
