Tue Sep 20 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
<script>
typeof jQuery == 'function' && jQuery(function(){
	if(window.location.pathname.match(/english/i)){
	  _satellite.track('SPO_ENG');
	}
	else {
	  _satellite.track('SPO_FIG');
	}
})
</script>