
Cufon.replace('#main-menu a', { hover: true });

$(document).ready(function()
{
	$.fn.kfBox && $('.lightbox').kfBox();

	$('a.external').click(function(){return !window.open($(this).attr("href"))});
	
	$('table tr:nth-child(even)').addClass('even');
	
	/* Captcha */
	if (typeof(captcha) != "undefined") {
		$("#form-captcha").val(captcha);
		$(".captcha").hide();
	} 
});

