$(document).ready(function(){
    var bodyID = $("body").attr("id");
	$("a[href='" + bodyID + ".php']").addClass("selected");

});
