$(document).ready(function(){

//	$(".form").validate({
//		rules: {
//			field: {
//			  required: true,
//			  email: true,
//			  number: true
//			}
//		}
//	});

	$('#cycle ul').cycle({
		fx: 'fade'
	});

//	$('#nav').superfish();

//	$('dl.gallery-item a').attr('rel','gallery');
//	$('dl.gallery-item a[rel="gallery"]').colorbox();

	$('#angelvid').flash({
		swf: '/wp-content/themes/bb/video/wpmplayer.swf',
		height: 40,
		width: 295,
		flashvars: {
			video: '/wp-content/themes/bb/video/ComeBeMyAngel2.mov.FLV',
			autoPlay: false
		}
	});

	$('a.top').click(function(){
	     $('html, body').animate({scrollTop: '0px'}, 300);
	     return false;
	});
	
});
