var tickercontent=new Array()
tickercontent[0]='"We are really pleased ABC Magazine has come to Winchester, they did a fantastic job with our advert and nothing was too much trouble. It has enabled Baby on Board Doulas to raise the profile of what a \'Doula\' is and how they can help during pregnancy, birth and when baby has arrived. We know ABC reaches out to a wide audience and that\'s why we chose to advertise with them, we look forward to more advertising with them in the future."<br /><b>Julie Griffiths, Baby on Board Doulas</b>'
tickercontent[1]='We know ABC reaches out to a wide audience and that\'s why we chose to advertise with them, we look forward to more advertising with them in the future."<br /><b>Julie Griffiths, Baby on Board Doulas</b>'
tickercontent[2]='"ABC offers a pleasant and professional service. An absolute pleasure to do business with."<br /><b>Helen Anscombe, On The Tree Top</b>'
tickercontent[3]='ABC magazine carried an advertisement and some complimentary editorial which greatly helped with a project aimed at women in South East Hampshire. There were three responses and subsequently all the women completed a business skills course. Dealing with ABC was easy and friendly and Claudia was interested and efficient. The results were attractive and effective.\'<br /><b>Georgette Purches, Business Link</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