<!--

	$(function()
	{
		
		// external links
		$('a').not('[href^=/]').not('[href^=#]').not('[href^=javascript:void(0)]').not('[@href*=televets.com])').attr('target', '_blank');
		
	});

//-->