
$(document).ready(function() {

	$(".wrapper-content").append('<div class=\"bottom\"></div>');

	//
	if ($.browser.mozilla && $.browser.version <= "1.9" ){
		$('body').addClass('ff2');
	}

	//
	if ($.browser.mozilla && $.browser.version <= "1.9.1" ){
		$('.getting-started #content div.top p:last-child').css({'padding':'0'});
		$('body').addClass('ff3');
	}

	//
	if(window.opera){
		$('html').addClass('opera');
	}

	//
	if($.browser.safari){
		$('html').addClass('safari');
	}

	//
	$('a[rel=_blank]').click(function(){
		this.target = "_blank";
	});

/*
	$(".tabs").tabs(".slideshow > div", {
		// enable "cross-fading" effect
        effect: 'fade',
        fadeOutSpeed: 100,
		fadeInSpeed: 1000,
		// start from the beginning after the last tab
		rotate: true

		// use the slideshow plugin. It accepts its own configuration
	}).slideshow({autoplay: true, interval: 4000, clickable: true});
*/
});
