$(function() {

	(function initSIFR() {
		if($.browser.msie && $.browser.version < 7) return;

		var options =	{
					path: '/wp-content/themes/Iconic/js/fonts',
					font: 'nevis',
					textTransform: 'uppercase'
				};

		var selector =	[
					'.frame #header h2',
					'.frame #header h3',
					'.shell h2',
					'.contact-form .bottom h3',
					'.sidebar-form .bottom h3'
				].join(', ');
				
		$(selector).sifr(options);
	})();


	(function initOEmbed() {
		$('a.oembed').oembed().click(function(){
			return false;
		});
	})();

	(function initTabs() {
		$('.tabs').tabs();
	})();
});
