// JavaScript Document

rndSet = [] // assign an array to hold the options
rndSet.push({'image': 'assets/images/home/Sq-effective.jpg','alt': 'The Real Challenge is to Achieve the Result You Desire - Effective','text':'<p>Po3 builds designs that communicate <em>effectively</em> with your specific audience, reaching the right people with the right voice at the right time.</p>'})
rndSet.push({'image': 'assets/images/home/Sq-fluid.jpg','alt': 'Close Your Eyes and Let it Flow - Fluid','text':'<p>Po3 seeks to create <em>fluid</em> partnerships with clients, taking your vision for your project and transforming it into a reality.</p>'})
rndSet.push({'image': 'assets/images/home/Sq-relevent.jpg','alt': 'Have the Courage to See Beyond Today - Relevant','text':'<p>Po3 strives not only to be imaginative, but to be real and <em>relevant</em> – to strike a chord that resonates with your audience.</p>'})
rndNum = Math.ceil(Math.random()*rndSet.length)-1