



$(function(){
var rgb = 'rgb(186,56,43)';
/***** navigation hover and links *****/

/*  $('#navlist li a').each(function(){
    temp = $(this).html();
    $(this).html($(this).attr('title'));
    $(this).attr('title',temp);
  });*/
/****** end navigation part ****/



/****** search box ********/
// to be completed!   : )

/***** end search box ********/


});
