// JavaScript Document




// Create the array - random changing text, (c) 2005 Two Brothers Software. 
var tbstagline = new Array();
tbstagline[0] = "<p>Absolute Creative Marketing is one of those rare gems in the design industry - creative enough to produce great design, but also structured enough to allow them to be responsive and cost effective - a great blend that should be sampled.</p> <p class=\"client-name\"><strong>John Foster, Director, <span class=\"class1\"><a href='http://www.salescore.co.uk'>Salescore Ltd</a></span></strong></p>";
tbstagline[1] = "<p>Absolute are extremely efficient in all aspects of their work and consistently deliver high quality. I'd recommend them to absolutely everyone looking for fresh ideas and an innovative approach</p> <p class=\"client-name\"><strong>Matt Magovern, Director, <span class=\"class1\"><a href='http://www.finishingmatters.co.uk'>Finishing Matters</a></span></strong></p>";
tbstagline[2] = "<p>Absolute Creative Marketing have played a crucial role in the development of our marketing material. We work to very tight deadlines and Absolute always get the job done to the highest standard, they are a valuable part of our growing business.</p> <p class=\"client-name\"><strong>Stefanie Evans, Marketing Co-ordinator, <span class=\"class1\"><a href='http://www.fountainindependent.com'>Fountain Independent</a></span></strong></p>";
tbstagline[3] = "<p>Absolute Creative Marketing designed, tested and setup my new website in a way that reflected my needs through my involvement at all stages of the process using timely communications, rigourous testing and rapid responses to the changes I needed as the site developed.</p> <p class=\"client-name\"><strong>Michael Townend, <span class=\"class1\"><a href='http://www.cognitivebehaviourtherapy.co.uk'>www.cognitivebehaviourtherapy.co.uk</a></span></strong></p>";
tbstagline[4] = "<p>The innovative team at Absolute Creative Marketing immediately picked up our difficult requirements and promptly delivered an ideal and tailored solution. This is reflected in that every web enquiry received to date has been specifically targeted to our company expertise. Well done Absolute and we have no hesitation in recommending your services to anyone requiring a top quality website requiring an interactive and personal touch.</p> <p class=\"client-name\"><strong>Malcolm Norris, Managing Director, <span class=\"class1\"><a href='http://www.acousticpolymers.co.uk'>Acoustic Polymers Ltd</a></span></strong></p>"; 
tbstagline[5] = "<p>Absolute understood my business and its needs and created a professional and modern identity that I'm delighted with. Absolute are able to take care of all of my marketing requirements, from designing and printing our stationery, to creating a fantastic website and providing SEO to ensure it ranks highly. They always get the job done in a professional and timely manner.</p> <p class=\"client-name\"><strong>Simon Thomas, Partner, <span class=\"class1\"><a href='http://www.thomaslegalgroup.co.uk'>Thomas Legal Group</a></span></strong></p>";
tbstagline[6] = "<p>Absolute Creative Marketing took on the challenge of designing my new interior design website. Being in the creative industry I know how hard creative clients can be! They have designed and executed my site with exceptional professionalism, speed and skill.  My clients have been very impressed with how easy the site is to use and overall ‘premium’ look and feel that it has. Their personal and pragmatic approach has made the process a simple and  pleasant experience.</p> <p class=\"client-name\"><strong>Laura Murphy <span class=\"class1\"><a href='http://www.lauramurphydesign.co.uk'>Laura Murphy Design</a></span></strong></p>"; 
tbstagline[7] = "<p>Absolute are a pleasure to work with and have supported us on several projects providing creative design input and support. The team are responsive and understand what is needed to get the job done. They go that extra mile to ensure projects are finished on time, on budget and to an exceptionally high standard.</p> <p class=\"client-name\"><strong>John Bancroft, Managing Director, Incognate Limited</strong></p>";
tbstagline[8] = "<p>We went to Absolute with a name for our new company and needed a strong identity. They worked creatively within the parameters of our brief and came up with some good ideas. Once the branding was agreed, they quickly set up and arranged print for the business stationery. We were delighted with the results and couldn't fault the service we received, so it was natural to use them to build our website too. We're very happy with everything Absolute have done and would recommend them.</p> <p class=\"client-name\"><strong>Ian Riddel, Director, <span class=\"class1\"><a href='http://www.bedrockfinancial.co.uk'>Bedrock Financial Planning</a></span></strong></p>"; 
function randomNumber(n) {
number = Math.floor(Math.random() * (n + 1));
return number;
}