$(document).ready(function() {
    $('#header .slider').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  4000 
	});
	$('.global').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  2500
	});
	 $('.main-slider').after('<div id="slider-nav">').cycle({
        fx:     'fade',
        speed:  5000,
        pager:  '#slider-nav'
    });
	$('#cat a, #cat2 a').click(function(event){
	event.preventDefault();
	console.log(this.hash);
	$('#main-box-video').load('http://gaybygod.net/wp-content/themes/gbg/video-cat.php ' + this.hash);
	});
});
