<script>
jQuery(function() {
if (typeof rs.pixp_sku !== 'undefined' && !!rs.pixp_sku.match(/90294/)) {
var skuindex = rs.pixp_sku.split(',').indexOf('90294')
var langname = jQuery('p.prodname').eq(skuindex).text().match(/.+(?=lifetime)/i)[0].trim()
jQuery('p.prodname').eq(skuindex).html(langname + '<br> 24 months- Family Pack')
}
// hide whats included
jQuery('p.wl-link, p.wl-link ~ span.item-divider').hide()
})
</script>