// JavaScript Document

	    $(document).ready(function(){ 
		$("ul.sf-menu").superfish({
	            delay:       200,
	            speed:       'fast',
	            autoArrows:  false,
	            dropShadows: false
	        });
	      $('#rotate').cycle({
            fx:          'fade',
            speed:       6000,
            timeout:     6000
        	});
          $('#rotate_slider').cycle({
            fx:          'scrollRight',
            speed:       4000,
            timeout:     3000
        	});
		  $("#tip4").click(function() {
			$.fancybox({
				'padding'		: 0,				
				'autoScale'		: false,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none',
				'title'			: this.title,
				'overlayColor':	 '#000',
				'overlayOpacity':0.5,
				'width'			: 680,
				'height'		: 495,
				'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
				'type'			: 'swf',
				'swf'			: {
				   	 'wmode'		: 'transparent',
					'allowfullscreen'	: 'true'
				}
			});
	return false;
	    }); 
	    }); 

