$(document).ready(function()
   {
      $(".ln").LatestNews(
      {
         layout: "layout3",
         title: "Example Mitnick Clients:",
         loadingImage: "https://www.mitnicksecurity.com/images/site/loading_blue_on_white.gif",
         cycle:true,
         pauseOnItems:1,
         newWindow:true,
         multiline:true,
         maxNumChars:200,
         masked: true,
         showCommands: false,
         showTitle: false,
         stagger:100,
         speed:100,
         elements:"letters",
         order:"forward",
         leftImage: "https://www.mitnicksecurity.com/images/site/left_white.png",
         pauseImage: "https://www.mitnicksecurity.com/images/site/pause_white.png",
         playImage: "https://www.mitnicksecurity.com/images/site/play_white.png",
         rightImage: "https://www.mitnicksecurity.com/images/site/right_white.png",
         leftImageHover: "https://www.mitnicksecurity.com/images/site/left_blue.png",
         pauseImageHover: "https://www.mitnicksecurity.com/images/site/pause_blue.png",
         playImageHover: "https://www.mitnicksecurity.com/images/site/play_blue.png",
         rightImageHover: "https://www.mitnicksecurity.com/images/site/right_blue.png", 
         news: [
            {text:"AT&amp;T"},
            {text:"Visa"},
            {text:"FedEx"},
            {text:"Toshiba"},
	    {text:"CBS"},
            {text:"Humana"},
            {text:"Lockheed Martin"},
            {text:"First National Bank"},
            {text:"Harvard"},
            {text:"Citrix"},
            {text:"Travelocity"},
            {text:"Microsoft"},
            {text:"NASA"},
            {text:"Dell"},
            {text:"Bank of Mexico"},
            {text:"FAA"},
            {text:"HP"},
            {text:"Fidelity"},
            {text:"IBM"},
            {text:"Juniper"},
            {text:"Lifelock"},
            {text:"FBI"},
            {text:"MasterCard"},
            {text:"Toyota"}   //John, Make sure there is no comma on this last entry
         ]
      });
   });