
function do_featured_video(id) {
	
	switch (id)
	{
		case 1:
			{
			vid_path = '/flash/jscorecard_low.flv';
			caption = 'Jared Tendler explains the importance of tracking your progress<br><a href = "/dload.php?action=search&search_keywords=Jared" class = "gensmall">See more of Jared\'s Videos</a>';
			}break;
		case 2:
			{
			vid_path = '/pafiledb/uploads/sdrills_bucket_shank_low.flv';
			caption = 'Casey & Sue Shapcott use a bucket to stop the shanks<br><a href = "/dload.php?action=search&search_keywords=Sue" class = "gensmall">See more of Sue\'s Videos</a>';
			}break;
		case 3:
			{
			vid_path = '/pafiledb/uploads/gmp_wta_low.flv';
			caption = 'Tyler Schmidt explains how he bombs the ball.<br><a href = "/dload.php?action=search&search_keywords=Tyler" class = "gensmall">See more of Tylers\'s Videos</a>';
			}break;
		
		case 4:
		default:
			{
			vid_path = '/pafiledb/uploads/cputting_fundimentals_allignment_low.flv'
			caption = 'Casey Martin on the importance of alignment in putting<br><a href = "/dload.php?action=search&search_keywords=Casey" class = "gensmall">See more of Casey\'s Videos</a>';
			}
	}

			featured_video.play(vid_path);
			document.getElementById('featured_video_description').innerHTML = caption;
}