Event.observe(window, "load", function() {
    if(Object.isElement($("commentForm"))) { Profile.LoadTo("commentForm"); }
    if(Object.isElement($("question"))) { Common.BindQuestionEvents(); }
});

