var strapLines = new Array(5);
strapLines[0] = "&quot;I urge all businesses to collect customers' mobile phone numbers and use them to keep in touch by text message \n\
    (via SMileS).&quot; <br /><span>Ed Ryder, Chartered Marketer and<br />Managing Director of Biskit</span>";
strapLines[1] = "&quot;I worked with SMileS to send a campaign for Toyota; we are all really pleased with the results.&quot;\n\
    <br /><span>Bob Taylor, Pigs &amp; Bees</span>";
strapLines[2] = "&quot;I wasn't convinced text messaging would work, but I spent &pound;59 and got &pound;4000 of business. Great SMileS<br /> return.&quot;\n\
    <br /><span>Mike Oller - Carpets Direct</span>";
strapLines[3] = "&quot;A simple but highly effective communication tool to get our message across to our customers - at the end of the day, \n\
    everyone reads their texts!&quot; <br /><span>Kim Binns, Spectacular Driveways</span>";
strapLines[4] = "&quot;The service from SMileS was first <br />class and very supportive from start to finish. We look forward to working with them \n\
    again in the 2010 season.&quot; <br /><span>James Brammer, Huddersfield Giants</span>";

function setStrapLine(){
    if(document.getElementById('strapLine') != null){
            var ran_unrounded=Math.random()*(strapLines.length-1);
            var ran_number=Math.round(ran_unrounded);
            document.getElementById('strapLine').innerHTML = strapLines[ran_number];
    }
}

//$id = rand(1,6);
//print_r array($id);