/**
 * native.js
 */

var native = {
	
	init: function() {
	}
	
};

$(document).ready(native.init);
