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

	
	function language() {
	
		$('#videos ul.actions.inline a').text('Watch Video');
		$('#products ul.content > li > h4').each(function() {
		
			var text = $(this).text().replace(/^(\d+)(\)\s)/, '');
			$(this).text(text);
		
		});
		
	}