/*!
 *  GEOCOMs jQuery JS *
 * George H. Compton IV *
 * george_compton@hotmail.com *
 * Date: apr 29 10:56am 2015 *
 * Ning 2.0 responsive fullwidth network + mobile app V3.3 *
 */



x$(document).ready(function(){
    x$('#hidenav').on('click', function(geocom) {
        x$('#xg_navigation').toggle('show');
    });    
    
    x$("DIV.xg_module.module_video UL LI, DIV.xg_list.xg_list_albums.xg_list_albums_main UL LI, DIV.xg_list.xg_list_photo.xg_list_photo_main UL LI, DIV.xg_module.module_photo UL LI").unwrap(); 
    
    x$("UL#xn_bar_menu_tabs").before('<input id="hidenav" class="icon-appearance" value="MENU" type="button" />'); 
    
    x$('DIV#xg_head').after(x$('#xg_module_account.xg_module, .xj_user_info'));
    
});