
var $j=jQuery.noConflict();$j(document).ready(function(){$j('.main_nav li:last').addClass('last');$j('.footer_nav li:last').addClass('last');$j('.rpxnow').slice(4,6).addClass('hide');var review=$j('.review');if(review!="")
{$j('.review div').each(function(){var the_class=$j(this).attr("class");var the_style=$j(this).attr("style");if(the_class!="promo_img"||the_style!="text-align: center;")
{var e=$j(this).text();if(e=="")
{$j(this).hide();}}});$j('.review p').each(function(){var t=$j(this).html();if(t=='<span style="font-family: Arial;"><o:p>&nbsp;</o:p></span>')
{$j(this).hide();}});}});
