  $(document).ready(function(){
    $("#accordion").accordion({autoHeight: false, event: 'click', alwaysOpen: false, active: true});
    $("a.lightbox").imgbox({'zoomOpacity'	: true, 'overlayShow': true});
    $("a.entercode").colorbox({href:"/ajaxentercode.php?url="+window.location.pathname, initialWidth:225, initialHeight:125});
    $("a.premierlogin").colorbox({href:"/ajaxlogin.php?url="+window.location.pathname, initialWidth:225, initialHeight:200});
    $("a.premierlogout")
    	.colorbox(
            		{href:"/ajaxlogout.php", initialWidth:225, initialHeight:80},
            		function(){$().bind('cbox_closed',function(){window.location.reload();})
                });
  });