/*



	Purpose : separate the icon script for better code management and maintenance.

	Author : Chris Kong 

	Date : 2-Nov-2005

	

	Remarks:

	1. The string is bounded by single quote.

	2. Cannot use double quote inside alternative tag.

	3. If single quote is required, please use "\'" instead.



*/



var icon = new Array() 

icon[0]='<a href="http://www.hwfb.gov.hk/hmdac/english/dis_papers/dis_papers.html" target=_blank><img src=/visitor/v2/images/medical_icon_en.jpg border=0 alt="Building a Healthy Tomorrow - Discussion Paper on the Future Service Delivery Model for our Health Care System"></a>'

icon[1]='<a href="http://www.info.gov.hk/info/flu/eng/index.htm" target=_blank><img src=/visitor/v2/images/flu.jpg border=0 alt="Prevention of Avian Influenza"></a>'

icon[2]='<a href="http://www.fhb.gov.hk/beStrong/" target=_blank><img src=/visitor/v2/images/healthcare_reform_en.jpg border=0 alt="Your Health, Your Life. - Healthcare Reform Consultation Document"></a>'

icon[3]='<a href="/visitor/ha_view_content.asp?Parent_ID=311&Content_ID=135550&Lang=ENG" target="_blank"><img src="/visitor/v2/images/Healthcare_Ref.jpg" border=0 alt="HA\'s Submission on Healthcare Reform Consultation Document"></a>'

icon[4]='<a href="http://www.organdonation.gov.hk/redirect/0004.html" target=_blank><img src="/visitor/v2/images/od_e.jpg" border=0 alt="Organ Donation"></a>'
/*
icon[4]='<a href="http://form.netsoft.net/fhs/popup_babycare2.html" target=_blank><img src="/visitor/v2/images/2008 icon_eng.gif" width=76 height=40 border=0 alt="Babycare Room Award"></a>'

icon[0]='<a href="http://www.budget.gov.hk/" target=_blank><img src=/hesd/v2/images/budget_e.gif border=0 alt="The 2006-07 Budget"></a>'

icon[3]='<a href="http://www.chp.gov.hk/view_content.asp?lang=en&info_id=7024" target=_blank><img src=/hesd/v2/images/norovirus_eng.gif border=0 alt="Prevent Norovirus Infection"></a>'
*/

for (i=0;i<icon.length;i++)

{

	document.write(icon[i]+' ')

}
