(function() {
	var $ = jQuery,
      l = document.URL.split("#");

  if (l.length > 1)
		$('#' + l[1]).addClass('targetService');
})()
