$(document).ready(function () {
var urlcountry = document.location.href.substring(7,10);


if (urlcountry == 'usa') {
document.getElementById('NNPrice').innerHTML ='<strong>Only USD $39.95</strong>';}
});