// this script outputs the text to the calling document for the news ticker content
// remember to use ' instead of " to surround attribute values, otherwise you get a js error and no ticker!

// SETTINGS AND STYLE OF TICKER HERE
TICKER_RIGHTTOLEFT = false;
TICKER_SPEED = 2;
TICKER_STYLE = "text-decoration: none; color: #000000; font-family:  Arial, Verdana, sans-serif; font-size: 16px"
TICKER_PAUSED = false;


var newstext = "";

// EDIT HERE TO CHANGE THE NEWS CONTENT	
// news item
<!--newstext = newstext + "North Borneo - The Patrick Cassels Collection, London, 10 April, 2008 - <a href='http://www.spink.com/asp/cataloguesearch.asp' class='tick'> more details </a>";
// this line spaces out the news items, add/remove some &#160; to resize spacing


// news item
newstext = newstext + "The Alexander Reid Collections of Antiqua, Cayman islands and Ceylon, 11th Mar 2010";
// this line spaces out the news items, add/remove some &#160; to resize spacing
newstext = newstext + "&#160;&#160;&#160;&#160;&#160;&#160;&#160;";
// news item
newstext = newstext + "Ancient, English & Foreign Coins, Commemorative Medals & Numismatic Books, 25th March 2010";
// this line spaces out the news items, add/remove some &#160; to resize spacing
newstext = newstext + "&#160;&#160;&#160;&#160;&#160;&#160;&#160;";
// news item
newstext = newstext + "Remember to check out the <a href='../news/newsletters/default.asp' class='tick'>monthly newsletters</a> from the Coin and Medal departments";
// this line spaces out the news items, add/remove some &#160; to resize spacing
newstext = newstext + "&#160;";

document.write(newstext);




//<a href='http://www.spink.com/asp/cataloguesearch.asp' class='tick'> more details </a>-23
//-19
//<a href='../news/current_news/6004.asp' class='tick'>more details</a>-15
// <a href='../news/current_news/6028.asp' class='tick'></a>-for Banknotes of the world-23
// <a href='../resources/press/dawsoncoins.asp' class='tick'></a>-fo Washington-27