$(document).ready(function(){

//	$(".form").validate({
//		rules: {
//			field: {
//			  required: true,
//			  email: true,
//			  number: true
//			}
//		}
//	});

	$('ul.cycle').cycle({
		fx: 'fade'
	});

//	$('#nav').superfish();

//	$('a.gallery').colorbox();

//	$('#movie').flash({
//		swf: '/wp-content/themes/bb/video/slider.swf',
//		height: 200,
//		width: 600
//	});

	$('a.top').click(function(){
	     $('html, body').animate({scrollTop: '0px'}, 300);
	     return false;
	});
	
	$('div.vticker').vTicker();	
	
	$("#jobs").tablesorter( {sortList: [[0,0], [1,0]], widgets: ['zebra']} );
	
	var $tabs = $('#tabs').tabs({ 
		select: function(event, ui){ window.location = ui.tab.href; },
		fx: { height: 'toggle', opacity: 'toggle', duration: 'normal' }
	});
	
	
});
