document.write ('<div class="marquee" id="mycrawler3">');
document.write ('<strong>Part-time courses start w/c 20th Sep. There is still time to apply! <a href=\"http://www.wnsc.ac.uk/index.php?id=1274\">Click here</a> to find out more</strong><img src="fileadmin/templates/wnsc2008/NewsTicker/blank.gif" height="1" width="400" />');
document.write ('</div>');
//MARK

marqueeInit({
	uniqueid: 'mycrawler3',
	style: {
		'padding': '5px',
		'width': '450px',
		'background': 'white',
		'border': '1px solid #C0C0C0',
		'font-size': '10pt'
	},
	noAddedSpace: false,
	inc: 2, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 4,
	//neutral: 600,
	savedirection: true
});