jQuery(document).ready(function(){
	if (jQuery.browser.mozilla && navigator.plugins.length != 0)
	{
		$("#get1").hide();
		$("#get2").show();
		//$("#get2").addClass("tab3").removeClass("tab2");
	}

	$(function() { $("#tabset").lavaLamp({
		fx: "backout",
		speed: 700
	});
	$(document).pngFix();

	$("#tab-intro").innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '490px', children: "div.item" });
	$("#tab-social").innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '490px', children: "div.item" });
	$("#tab-music").innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '490px', children: "div.item" });
	$("#tab-movies").innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '490px', children: "div.item" });
	$("#tab-business").innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '490px', children: "div.item" });
	$("#tab-general").innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '490px', children: "div.item" });
});

});
