var g_message = new Array();
g_message['common'] = new Array();
g_message['common']['1'] = "Please fill in the charpter's name.";
g_message['common']['hello'] = "Hello";
g_message['common']['signout'] = "Logout";
g_message['common']['before'] = "Before";
g_message['common']['after'] = "After";


g_message['comment'] = new Array();
g_message['comment']['want_username'] = "please fill in your username";
g_message['comment']['want_password'] = "please fill in your password";
g_message['comment']['want_comment'] = "please fill in comment";
g_message['comment']['publish_succ'] = "comment successfully";
g_message['comment']['post'] = "post";
g_message['feedback'] = new Array();
g_message['feedback']['publish_succ'] = "Success! Thanks for taking the time to write.";
g_message['feedback']['want_comment'] = "please fill in feedback.";


g_message['read'] = new Array();
g_message['read']['fullScreen'] = "FullScreen";
g_message['read']['unFullScreen'] = "UnFullScreen";

