var best_value 			= '<div class="best_value every_month"><img src="http://static.brazzers.com/site_images/join/common/en/best_value.gif"><span style="margin-top: 6px;"><b>» You save 70%<br>every month</b></span></div>';
var highly_recommended 	= '<div class="best_value"><span class="recommended"><b>» Highly Recommended</b></span></div>';
$(document).ready(function(){
	$(highly_recommended).insertAfter($('div.mplan3 label'));
	$(best_value).insertAfter($('div.mplan4 label'));
});