// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

$(document).ready(function() {
  $('#welcome').cycle({ 
      fx:    'fade', 
      pause: 1,
      timeout: 8000
  });
})
// 
//  function hideGlobers(){
//   globers = $$('div.glober_desc');
//   
//  globers.each(function(item){
//    Element.hide(item);
//  });
// }
// 
// function hideClients(){
//  clients = $$('div.client_desc');
//  
//  clients.each(function(item){
//    Element.hide(item);
//  });
