/* © RESEN */
/* Language Changes
----------------------------------------------------------------------------- */

	
	function language() {
	
		$('#blurbs li > em').each(function() {
		
			$(this).text($(this).text().replace('By ', '- '));
		
		});
		
		$('#videos ul.actions.inline a').text('Watch Video');
		
	}