$(document).ready(function(){

//	$(".form").validate({
//		rules: {
//			field: {
//			  required: true,
//			  email: true,
//			  number: true
//			}
//		}
//	});

//	$('.slideshow').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;
	});
	
});