	var swidth=225;
	var sheight=50;
	var rheight=125;
	var sbcolor='';
	var sspeed=1;
	var msg=''
	msg += 

	'<ul><li><span style="color:#cc0033;"><strong>7th World Congress for Neurorehabilitation</strong></span><br />Melbourne, Australia<br />16-19 May 2012<br /><a href="http://www.dcconferences.com.au/wcnr2012">www.dcconferences.com.au/wcnr2012</a></li></ul>' +

	'<ul><li><span style="color:#cc0033;"><strong>Team Grants to INIC11 for EHSD-projects in EU</strong></span><br />EC-FP7-Homecare 222954 sponsors presentation of projects on Early Home-supported Discharge (EHSD) for up to 10 teams (2-3 persons per team) from different EU countries at INIC11 in Odense,  Denmark (March 30-April 1, 2011).<br /><br />Projects must fulfill the criteria of integrated home care, see <a href="http://www.integratedhomecare.eu">www.integratedhomecare.eu</a><br /><br />A letter of intent (1 page) should be sent to Project Coordinator Torben Larsen before July 7, 2010: <a href="mailto:tla@cast.sdu.dk">tla@cast.sdu.dk</a></li></ul> ' +

	

	

	'<ul><li><a href="https://www.wfnr.co.uk/pdf/Availability_of_Neurorehabilitation.pdf"><font color="#cc0033"><b>Availability of Neurorehabilitation and Neural Repair through Hinari</b></font></a></li></ul>'+
	
	'<ul><li><font color="#cc0033"><b>People to People Announces Brain Injury Medicine and Neurorehabilitation Delegation to Israel</b></font><br/><a href="http://www.peopletopeople.com/nathanzasler">www.peopletopeople.com/nathanzasler</a></li></ul>'+
	
	'<ul><li><a href="https://www.wfnr.co.uk/pdf/Availability_of_Neurorehabilitation.pdf"><font color="#cc0033"><b>Availability of Neurorehabilitation and Neural Repair through Hinari</b></font></a></li></ul>'+
	
	'<ul><li><font color="#cc0033"><b>Job Vacancies for Neurologist in Castilla y Leon, Spain</b></font><br/><a href="http://www.wfnr.co.uk/pdf/vacancy_neurologist.doc">Click here for further information.</a></li></ul>'+
	
	'<ul><li><font color="#cc0033"><b>WFNR on Flickr</b></font><br/>Have a look at the WFNR photo album on Flickr <br/><a href="http://www.flickr.com/photos/wfnr">flickr.com/photos/wfnr</a></li></ul>'+
	
	'<ul><li>Our official journal, Neurorehabilitation and Neural Repair is ranked No 1 amongst rehabilitation journals</li></ul>';
	
	

	/*'<ul><li><a href="http://www.icnr2010.org/Registration_Form.htm"><font color="#cc0033"><b>International Congress on Neurology & Rehabilitation</b></font></a><br/>Holiday Inn Resort, Goa, Mobor Beach, Cavelossim-Goa<br/>23rd - 25th April 2010<br/><a href="http://www.icnr2010.org/Registration_Form.htm">Click here to register</a></li></ul>'+'<ul><li><font color="#cc0033"><b>DISCOUNTED REGISTRATION RATES FOR WFNR MEMBERS</b></font><br/>2nd UAE International Meeting on Diagnosis and Treatment of the Neurogenic Bladder<br />(27-28 March, 2010. Sheraton Hotel and Resort - Abu Dhabi, UAE)<br/><a href="http://www.skmc.gov.ae/ABU_DHABI_CONTINENCE_Week/index_2.htm">Click here for information</a></li></ul>'+*/
	
	/*'<ul><li><font color="#cc0033"><b>6th World Congress for NeuroRehabilitation </b></font><br/>Vienna, Austria<br/>21-25 March 2010<br/><a href="http://www.wcnr2010.org">www.wcnr2010.org </a></li></ul>'+*/
	
	/*'<ul><li><a href="https://www.wfnr.co.uk/docs/education.html"><font color="#cc0033"><b>Certificate Course in Neurological Rehabilitation</b></font></a><br/>Seoul, Korea, 12-30 April 2010<br/><a href="mailto:njpaik@snu.ac.kr">E: njpaik@snu.ac.kr</a></li></ul>'+*/
	
	/*'<ul><li><font color="#cc0033"><b>International Congress of Neurology and Rehabilitation</b></font><br/>Goa, India, 23-25 April 2010<br/><a href="http://www.icnr2010.org">W: www.icnr2010.org</a></li></ul>'+*/
	
	

	var resumesspeed=sspeed
	
	function start() {
        if (document.all) iemarquee(ticker);
        else if (document.getElementById)
                ns6marquee(document.getElementById('ticker'));
	}

	function iemarquee(whichdiv){
        iediv=eval(whichdiv)
        sheight += 0;
        iediv.style.pixelTop=sheight
        iediv.innerHTML=msg 
        sizeup=iediv.offsetHeight
        ieslide()
	}

	function ieslide(){
        if (iediv.style.pixelTop>=sizeup*(-1)){
                iediv.style.pixelTop-=sspeed
                setTimeout("ieslide()",100)
        }
        else{
                iediv.style.pixelTop=rheight
                ieslide()
        }
	}

	function ns6marquee(whichdiv){
        ns6div=eval(whichdiv)
        sheight += 0;
        ns6div.style.top=sheight + "px";
        ns6div.innerHTML=msg
        sizeup=ns6div.offsetHeight
        ns6slide()
	}
	function ns6slide(){
        if (parseInt(ns6div.style.top)>=sizeup*(-1)){
                theTop = parseInt(ns6div.style.top)-sspeed
                ns6div.style.top = theTop + "px";
                setTimeout("ns6slide()",100)
        }
        else {
                ns6div.style.top = rheight + "px";
                ns6slide()
        }
	}

