$(document).ready(function(){
   // set vid attributes
   $('.mac').attr('title', 'The iTunes format is mp4. This format is good for iTunes, iPods, iPhones, and many other portable video players.');
   $('.wmv').attr('title', 'The Windows Media Player format is wmv. This format is good for the Windows Media layer, Zuni, and many other video players.');
 });