var pauseads=new Array()
pauseads[0]='<a href="/sample_pages/sx p 17.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp17.jpg" width="150" height="194" /></a>'
pauseads[1]='<a href="/sample_pages/sx p 18.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp18.jpg" width="150" height="194" /></a>'
pauseads[2]='<a href="/sample_pages/sx p 21.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp21.jpg" width="150" height="194" /></a>'
pauseads[3]='<a href="/sample_pages/sx p 22.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp22.jpg" width="150" height="194" /></a>'
pauseads[4]='<a href="/sample_pages/sx p 81.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp81.jpg" width="150" height="194" /></a>'
pauseads[5]='<a href="/sample_pages/sx p 82.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp82.jpg" width="150" height="194" /></a>'
pauseads[6]='<a href="/sample_pages/sx p 87.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp87.jpg" width="150" height="194" /></a>'
pauseads[7]='<a href="/sample_pages/sx p 88.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp88.jpg" width="150" height="194" /></a>'
pauseads[8]='<a href="/sample_pages/sx p 89.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp89.jpg" width="150" height="194" /></a>'
pauseads[9]='<a href="/sample_pages/sx p 90.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp90.jpg" width="150" height="194" /></a>'
pauseads[10]='<a href="/sample_pages/sx p 118.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp118.jpg" width="150" height="194" /></a>'
pauseads[11]='<a href="/sample_pages/sx p 119.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp119.jpg" width="150" height="194" /></a>'
pauseads[12]='<a href="/sample_pages/sx p 183.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp183.jpg" width="150" height="194" /></a>'
pauseads[13]='<a href="/sample_pages/sx p 184.pdf" target="_blank"><img src="/_images/_layout/sample_pages/sxp184.jpg" width="150" height="194" /></a>'



// Adding more news
// To add more news to the scroller add a new line that says "pauseads[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 146px 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 County ads will pause for 7000 miliseconds