// JavaScript Document
 $(document).ready(function(){
	$(".nav ul li").hover( function(){$(".sub", this).slideDown("fast");}, function(){$(".sub",this).slideUp("fast");} );
	$page = jQuery.url.attr("file"); 
	$('.sub a').each(function(){ 
		var $href = $(this).attr('href'); 
		if ( ($href == $page) || ($href == '')) { 
			$(this).addClass('on'); } else { $(this).removeClass('on'); 
			} 
	});
	$("#InTheCommunityPlayer").html('<embed type="application/x-shockwave-flash" src="/flash/player.swf" style="" id="mpl" name="mpl" quality="high" allowscriptaccess="always" allowfullscreen="true" flashvars="&amp;file=/flash/blooddrive2010.flv&amp;image=/flash/blooddrive2009.jpg" height="235" width="320">');
});
 
