// team edition phase 2
$(function(){
// feel free to change price and cart url here
var price = '189';
var cart_url = 'https://secure.rosettastone.com/us_en_store_view/checkout/cart/add/sku/906008/cid/Catalyst/gl/Salesperson/sl/Institutional Sales/';
$('.new_feature[data-feature=tutoring]').hide();
$('.js_price').html(price);
$('.js_addtocart').attr('href', cart_url);
});