
$(document).ready(function() {

  var options = { 'slides': [ 
    { 
      'title': 'Embeddable Mesh Networking', 
      'content': 'High-performance embeddable wireless mesh networking for OEMs and systems developers.',
      'image': 'images/slideshow1.jpg',
      'supertitle': '',
      'link': 'RapidLinkMeshcore.php'
    }, 
    { 
      'title': 'Meet the Family', 
      'content': 'Ruggedized outdoor, battery-powered portable, ultra-mobile/wearable and embeddable hardware solutions',
      'image': 'images/slideshow2.jpg',
      'supertitle': '',
      'link': 'products.php'
    }, 
    { 
      'title': 'Enabling the Smart Grid', 
      'content': 'Wireless Mesh Technology for Smart Meter Applications',
      'image': 'images/slideshow3.jpg',
      'supertitle': '',
      'link': 'wpSmartGrid.php'
    }, 
    { 
      'title': 'Distributed Services for Mobile Ad Hoc Networks', 
      'content': 'SBIR #A08-148',
      'image': 'images/slideshow4.jpg',
      'supertitle': 'Sponsored Research',
      'link': 'wpDistributedFramework.php'
    } 
  ] };

  $("#concentrisslideshow").concentrisSlideshow(options);

});
