	var swidth=225;
	var sheight=50;
	var rheight=125;
	var sbcolor='';
	var sspeed=1;
	var msg=''
	msg += 
	
	'<ul><li><span style="color:#cc0033;"><strong>Call for Bids 2016</strong></span><br /><strong>The World Federation for NeuroRehabilitation is calling for bids to host the 9th World Congress for NeuroRehabilitation (WCNR) in 2016.</strong><br/><br/>The 7th WCNR takes place in Melbourne from 16-19 May 2012 and provision will be made during this Congress for 30 minute presentations from potential hosts for the 9th WCNR.  The successful host will be announced during the 7th WCNR.<br/>Interested parties should submit a letter of intent by email to the WFNR, <a href="mailto:traceymole@wfnr.co.uk">traceymole@wfnr.co.uk</a>, by 1 January 2012 and the full bid application, including your proposal and the attached <a href="./email/files/2011_11_wfnr_appendix_i.doc">Appendix 1</a>, should be submitted by email in a pdf format to <a href="mailto:traceymole@wfnr.co.uk">traceymole@wfnr.co.uk</a> by 15 March 2012. <a href="http://www.wfnr.co.uk/email/files/2011_11_wfnr_guidelines.pdf">Click here for full guidelines</a>.</li></ul>'+

	'<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><br/><span style="color:#cc0033;"><strong>EARLY BIRD DEADLINE: 15 FEBRUARY 2012</strong></span><br/><br/>Maximilian Mehdorn, member of the WFNR flying faculty,  Professor  and Director of the Neurosurgical Clinic  at Universit&auml;tsklinikum Schleswig-Holstein Campus Kiel is organizing the  3rd International Congress on Reconstructive Neurosurgery in Kiel and surrounding, June 8 - 12, 2012.<br/>It is his  great pleasure to invite all WFNR members for participation to make this event another  great success like  the previous  two congresses in Taipei,Taiwan, and on  Jeju island, South Korea. Please visit <a herf="http://www.Recons2012.com">www.Recons2012.com</a> for further information.</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><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()
        }
	}


