var a = Math.random() + ""
var rand1 = a.charAt(5)
var rand2 = a.charAt(2)
var rand3 = a.charAt(8)
quotes = new Array
quotes[1] = "We pull analogue and digital techniques together to create exciting and individual work for web and print"
quotes[2] = "We build strong relationships with our clients, communicating with you through the project to ensure a result you are delighted with"
quotes[3] = "Our approach is different, when we begin a project we do not have a generic solution in mind"
quotes[4] = "We make our ideas happen"
quotes[5] = "We have extensive experience of working with clients in the creative sector, local business owners and national companies"
quotes[6] = "We specialise in producing creative design for web and print"
quotes[7] = "LMNOP Studios is a partnership of Stuart Hughes and Alison Guile"
quotes[8] = "Our varied backgrounds drive our idea led work to unique and creative outcomes"
quotes[9] = "We create unique designs, bespoke to your project's requirements"
quotes[0] = "We specialise in producing creative design for web and print"
var quote1 = quotes[rand1]
var quote2 = quotes[rand2]
var quote3 = quotes[rand3]


  




