$(document).ready ->
  $("ul.hiw li").click ->
  	if !($(this).hasClass("active"))
  		id = $(this).attr("id")
  		$("ul.hiw li").removeClass("active")
  		$(this).addClass("active")
  		if id == "analyze"
  			$("#HIW h3").text("Analyze")
  			$("p.hiw").text("We analyze thousands of email newsletters")
  		else if id == "benchmark"
  			$("#HIW h3").text("Benchmark")
  			$("p.hiw").text("Subscriber experience metrics are individually benchmarked by specific industry verticals")
  		else if id == "rate"
  			$("#HIW h3").text("Rate")
  			$("p.hiw").text("Brands receiving qualifying scores become eligible to display the InboxWorthy Seal")
  		else if id == "monitor"
  			$("#HIW h3").text("Monitor")
  			$("p.hiw").text("Brands displaying InboxWorthy seals are monitored to ensure their ongoing commitment to the subscriber experience")