jQuery.noConflict();

 jQuery(document).ready(function(){
jQuery('.dones').show();
jQuery(".newsticker-jcarousellite").jCarouselLite({  
         vertical: true,  
         visible: 4,  
         auto:3500,  
         speed:1000 
     });
	
 



});

 jQuery(document).ready(function(){
jQuery('#popsite').click(
        function() {
         
      jQuery('#PopOrdersite').fadeIn("slow");
      jQuery('#PopForm').fadeOut("fast");
	  jQuery('#PopOrderlogo').fadeOut("fast");
        }
    );
jQuery('#clsite').click(
        function() {
         
      jQuery('#PopOrdersite').fadeOut("slow");
     
        }
    );

jQuery('#popformp').click(
        function() {
         
      jQuery('#PopForm').fadeIn("slow");
      jQuery('#PopOrdersite').fadeOut("fast");
	  jQuery('#PopOrderlogo').fadeOut("fast");
        }
    );
jQuery('#clform').click(
        function() {
         
      jQuery('#PopForm').fadeOut("slow");
     
        }
    );
jQuery('#poplogo').click(
        function() {
         
      jQuery('#PopOrderlogo').fadeIn("slow");
      jQuery('#PopOrdersite').fadeOut("fast");
	  jQuery('#PopForm').fadeOut("fast");
        }
    );
jQuery('#cllogo').click(
        function() {
         
      jQuery('#PopOrderlogo').fadeOut("slow");
     
        }
    );

    
  
});


