// Generated by DONUT 
// (bin/Automated_Pieces/Javascript_Tickers/generate_ticker.pl)

prefix=""

arNews = [

//headline start
'Halifax curfew extended','http://cnews.canoe.ca/CNEWS/Canada/2004/02/19/353485-cp.html',
'Red Cross visits Saddam','http://cnews.canoe.ca/CNEWS/World/2004/02/19/353539-ap.html',
'Back to the future: Ian Waddell joins Ed Broadbent in NDP comeback bid','http://cnews.canoe.ca/CNEWS/Canada/2004/02/21/356251-cp.html',
'Haitian President agrees to peace plan','http://cnews.canoe.ca/CNEWS/World/2004/02/12/345367-cp.html',
'Britain plans to recruit 1,000 new spies for MI5 over next few years','http://cnews.canoe.ca/CNEWS/World/2004/02/21/356255-ap.html',
'Sister Nirmala robbed by bandits in India','http://cnews.canoe.ca/CNEWS/World/2004/02/21/356245-ap.html',
'McGuinty pledges support for Martin','http://cnews.canoe.ca/CNEWS/Canada/2004/02/21/356227-cp.html',
'Ministers don&#39;t like PM&#39;s inquiry decision','http://cnews.canoe.ca/CNEWS/Canada/2004/02/21/356197-cp.html',
'Iran&#39;s conservatives claim high turnout','http://cnews.canoe.ca/CNEWS/World/2004/02/07/339595-ap.html',
'CN Rail: Service running smoothly despite strike','http://cnews.canoe.ca/CNEWS/Canada/2004/02/19/353753-cp.html',
'Nunavut elects many incumbents','http://cnews.canoe.ca/CNEWS/Canada/2004/02/21/356191-cp.html',
'Revellers dance the night away at Rio&#39;s Carnival','http://cnews.canoe.ca/CNEWS/World/2004/02/21/356165-ap.html',
'NASA&#39;s rover looks for signs of past water','http://cnews.canoe.ca/CNEWS/World/2004/02/15/349360-ap.html',
'Mega Millions winner gets $230 million US','http://cnews.canoe.ca/CNEWS/World/2004/02/21/356149-ap.html',
'Oregonians bid farewell to Keiko','http://cnews.canoe.ca/CNEWS/World/2004/02/21/356218-ap.html',

//headlines end

 
//this is the last line, DO NOT TOUCH ANYTHING BEYOND THIS POINT
'',''
//ticker ends here

];

// REMEMBER THAT THE LAST HEADLINE CANNOT END WITH A COMMA JUST A QUOTE!!

// A SINGLE QUOTE ' MUST BE CODED AS   &#39;   ALWAYS, ALWAYS, AND ALWAYS.

//Here is the list of special charactors and how they are typed in Javascript.
//please follow the examples.
// YOU ONLY NEED THE SINGLE QUATE TO BE TYPED IN AS A NUMBER FOR THIS SCRIPT



// THE WAY YOU WANT IT                in javascript


// it's a beautiful life              it&#39;s a beautiful life

// "here I am"                        &#34;here I am&#34;
// here is the % sign                 here is the &#37; sign
// Us & Them                          Us &#38; Them
// they paid $1000                    they paid &#36;1000
// and/or                             and&#47;or
// Stop!                              Stop&#33;
// say what?                          say what&#63;
// another sample;                    another sample&#59;

// for a complete list please go to the following URL or come and see me
// planetsun.rim.canoe.ca:8080/staff/pejman/list.html 
