//<![CDATA[		   
$(document).ready( function() { 
	
	// FLASH NAVIGATION
	$("#leftcoltop").html("").flash(
		{	src: '/swf/macnav2.swf?id=nbvdsj',
			width: 384,
			height: 393 }, 
		null,
		null,
		function() { $(this).html('Please install flash...'); }
	);
	
	/* Format all external links */
	$("a[target=_blank]").addClass("external").attr("title", "This link will open in a new window");
	
});
//]]>