$(document).ready(function(){

var price = $('.span-8 span.rates:first .rates-price strong');


if(price.text() == "$665") {
price.text('$1,459');

}

})
