var conf = {
    'cont_gen': 'get_page.php', /* Where to pull data from. */
    'base_path': './php/', /* Base path to 'cont_gen'. */
    'home_page': 'Home' /* The name of your home page. ('Home', 'About, 'Contact' etc.) */
};
var rand = {
    'speed': 25, /* In seconds. */
    'notext': 'Make life easier, with integrated and custom solutions to fit your business needs.', /* Text to display if there is none set. */
    'noimg': './imgs/noimg.gif', /* Image to display... */
    'img_width': '481px',
    'img_height': '205px',
    'count': 6, /* Number of randoms to display. */
    1: {
     // 'text': 'This is a test. 1',
      'img': './imgs/solutions.png'
    },
    2: {
     // 'text': 'This is a test. 1',
      'img': './imgs/cpu-solutions.png'
    }
};

