$(function() { commonVars.initPage(); });

var commonVars = {

    initPage: function() {
	$('#hi').show();
    }

}
