function showVideo(id) {
	document.write("<object width=\"274\" height=\"225\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=en&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=en&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"274\" height=\"225\"></embed></object>");
}

$(function() {

		$('#featured .navigation a.n1').hover(function() { 
			$('#featured .container .buffer').animate({left: '0px'}, 100); 
			return false; 
		});
		$('#featured .navigation a.n2').hover(function() { 
			$('#featured .container .buffer').animate({left: "-620px"}, 100); 
			return false; 
		});
		$('#featured .navigation a.n3').hover(function() { 
			$('#featured .container .buffer').animate({left: "-1240px"}, 100); 
			return false; 
		});
		$('#featured .navigation a.n4').hover(function() { 
			$('#featured .container .buffer').animate({left: "-1860px"}, 100); 
			return false; 
		});		
		$('#featured .navigation a.n5').hover(function() { 
			$('#featured .container .buffer').animate({left: "-2480px"}, 100); 
			return false; 
		});		

	});
