$(document).ready(function() {
	// append the arrow on the current page in the navigation
	$('#sidebar #nav li.active').append($('<img src="images/layout/nav_arrow.jpg" alt="" />'));
});