 $(document).ready(function() {
// $("#page_cont").text("The DOM is now loaded and can be manipulated.");	

if ($('#all').length) {
//cats('all',0,0,1);
}

////////
   $(".Xreadmore").click(function(event){
  //   alert("מציג כתבה...");
          event.preventDefault();
            $("#main_news").slideUp("slow");
   });
//////////

 $('#accordion div').hide();
       $('#accordion p span').click(function(){
       $('#accordion div').slideUp();
        $(this).parent().next().slideDown();
         return false;
 });


 
 if(guider==1){
 $.getScript('guide/js/guide.js');
 }
 
 
 }); //end doc ready
