$(document).ready(
  
  function () {
		
		//$('#menu-item-476').click(function() {
			//alert('Handler for .click() called.');
			//_gaq.push(['_link', 'https://cleanbottle.3dcartstores.com']); return false;
		//});
		$('#menu-item-476 a').attr('onclick','_gaq.push([\'_link\', \'https://cleanbottle.3dcartstores.com\']); return false;');
		
		$(".launch-video").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: 'none',
					'transitionOut'	: 'none',
					'title'			: this.title,
					'width'		: 680,
					'height'		: 495,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
							 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
				});
		
			return false;
		});

	}
);
