$(window).load(function() {
	
	//Scroller
	$('#content').jScrollPane({showArrows:true});
	
	/*
	//Auto-View Intro?
	if(!$.cookie("fitconsIntro"))
	{
		//Show Intro
		tb_show(null,"/intro_1",false);
		
		//Set Cookie
		$.cookie("fitconsIntro","1",{expires:365});	
	}
	*/
	
});