$( document ).ready( function() {
	$( '#head ul.navigation li' ).mouseover( function(){ var v = $( this ).attr( 'title' );  $( '#nav_title' ).html( v ).css( 'background', 'black url(../images/nav_marker.gif) no-repeat 20px bottom;' ); } ).mouseout( function(){ $( '#nav_title' ).empty().css( 'background', 'none;' ); })
})
