var news_show="on"
var wholemessage=
"<li><a href=http://www.info.gov.hk/gia/general/201011/16/P201011160239.htm>Secretary for Financial Services and the Treasury outlines Hong Kong's ambition to be China's global financial centre - Speech at \"Hong Kong: China's Global Financial Centre Conference\" in London - 16 November 2010</a></li><li><a href=/downloads/Hong_Kong_Infrastructure_Development_(Final).pdf>Presentation on 'The New Era of Infrastructure Development' by Mrs Carrie Lam, Secretary for Development of the Hong Kong SAR Government</a></li><li><a href=http://www.info.gov.hk/gia/general/201010/06/P201010060073.htm target=_blank class=Nlink>Financial Secretary's speech at Hong Kong Trade Development Council annual dinner on October 5, 2010</a></li><li>Details of Scholarship for Prospective English Teachers (2010/11) for secondary school graduates and undergraduates/graduates of universities outside Hong Kong have been announced. To view details, please click <a href=/home/english_teaching_poster.pdf target=_blank>here</a>.</li><li>International Design Ideas Competition for Hong Kong-Zhuhai-Macao Bridge - Hong Kong Boundary Crossing Facilities is now opened for registration.  For details, please <a href=http://www.hkbcf-design.hk/>click here</a></li><li><a href=http://www.budget.gov.hk/2010/eng/speech.html target=_blank class=Nlink>Financial Secretary John Tsang delivered his Budget Speech for 2010-11 on February 24. Full details can be seen by clicking on the Budget icon below.</a></li><li>For forthcoming or past events supported or organised by this Office, please click on the <a href=http://www.hketolondon.gov.hk/home/events.htm target=_blank class=Nlink>Forthcoming Events icon below.</a></li>"


$(document).ready(function() {

	$('.scrollingtext').bind('marquee', function() {
		var ob = $(this);
		var tw = ob.height();
		var ww = ob.parent().height();
		ob.css({ bottom: -tw });
		ob.animate({ bottom: ww }, 20000, 'linear', function() {
			ob.trigger('marquee');
		});
	}).trigger('marquee');

});
