//
// Load scripts
//

// Initialize on document ready
$(function() {

	// Activate obfuscated email links
	$('span.hidden-email').activateEmailLinks({
		salt: 'INGET-SPAM-'
	});

});

// Hack to reduce background image flickering in IE 6
/*@cc_on
	@if (@_jscript_version == 5.6)
		try {
			document.execCommand("BackgroundImageCache", false, true);
		} catch(err) {}
	@end
@*/