var darius = {	init: function() {		}}jQuery(document).ready(function() {	darius.init();});function fade_photo(new_photo) {    $("#about_photo").fadeOut(400, function () {        $("#about_photo").attr("src", new_photo).fadeIn(400);    });}
