var tickercontent=new Array()
tickercontent[0]='"Thanks so much for this - I have had a booking already from my advert!!! Fabulous!"<br /><b>Annie Armitage Photography - 07711 391919</b>'
tickercontent[1]='"Congratulations on the ABC Magazine. We received our batch this morning, it contains a wealth of information for families in a lively and interesting format. I am sure it will be a great success."<br /><b>Wishing Well Natural Health Clinic - 01483 764582</b>'
tickercontent[2]='"ABC Magazines are one of the best titles that we have advertised in and I am happy to continue supporting the group"<br /><b>Easy2name - 01635 298326</b>'
tickercontent[3]='"I just wanted to tell you what a fantastic job you do on ABC Magazine. I am not a parent but a Nursery Nurse and I love the magazine. Your articles are always so interesting and informative."<br /><b>Gemma, by email</b>'
tickercontent[4]='"I am expecting my first baby and my friend has told me that I must have this magazine - it has everything I need."<br /><b>Alison, Guildford</b>'
tickercontent[5]='"Well, it took two local mums to understand what we want to read. Good for you."<br /><b>Carin, Sutton</b>'
tickercontent[6]='"Can I just take this opportunity to thank you for ABC Magazine. We have recently moved to Surrey and wouldn\'t have been able to find a lot of services as easily as we did!"<br /><b>Deborah, Woking</b>'
tickercontent[7]='"I can\'t believe no-one has done this before - it\'s brilliant! I keep going back to it and finding articles I didn\'t see the first time round. When is the next one out?"<br /><b>Sue, Croydon</b>'
tickercontent[8]='"I\’ve been really pleased with my advertising in ABC and of course the opportunities for editorials. We would like to continue for another year.  I\’ve had excellent  feedback from  my parents about  the magazine and often from parents I show around the nursery"<br /><b>Hopscotch Day Nursery - 020 8770 0761</b>'

// Adding more news
// To add more news to the scroller add a new line that says "tickercontent[next number goes here]='News goes here'"
// The scroller shows the news with the lowest number first, so it will cycle through 0 to x
// The scroller must start at 0, and must have atleast 2 entries (0 and 1) otherwise when the scroller tries to cycle to the next news item it will just display the text "Undefined"


// To use characters such as the Apostrophe you must type a backslash before the character for example "I'm" becomes "I\'m" if you do not do this then the scroller will not display itself on the page


// Links
// You can put normal html in the news items, so you can create links by using <a href="Link goes here">Text goes here</a>
// If you want the link to open in a new window use <a href="Link goes here" target="_blank">Text goes here</a>


// Images (The current size of the testimonial window is 215px wide and 200px tall if an image is any bigger than these dimensions the entire image will not be visible)
// You can use images in the banner by using the normal html img tags
// To add an image use <img src="Link to image here" width="Width in pixels" height="Height in pixels" />
// To make an image a clickable link use:
// <a href="Link goes here" target="_blank"><img src="Link to image here" width="Width in pixels" height="Height in pixels" /></a>

// The testimonials will pause for 10000 miliseconds
