document.write ('<div class="marquee" id="mycrawler3">');
document.write ('<strong>In Year 11? Want to find out more about courses available at WNSC starting Sep&#39;12? Come to our Open Events in February, <a href="http://www.wnsc.ac.uk/index.php?id=2222">click here </a>for more info</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
});
