$.swapImage(".swapImage");

$(document).ready(function(){


//  $(".menText a").hover(
//   function () {
//     $(this).css( {'background-color':'transparent', 'color':'red'} );
//  },
//   function () {
//     var cssObj = {'background-color' : 'transparent', 'color' : '#46B9E2'}
//     $(this).css(cssObj);
//   }
//  );


});



