﻿///////////////////////////////////
//change the content of variables to html codes
//footnote(English pages)
//footnote_tc(traditional Chinese pages)
//footnote_sc(Simplified Chinese pages)
///////////////////////////////////
//enquiry please contact the author Ivan Cheung
//email: tai_tai_very_high@yahoo.com
///////////////////////////////////
var footnote='<p></p><center><div style="width:466px;border:1px;border-top:solid;border-top-color:#73AA6F"><br/>Pearl River Delta and Yangtze River Delta Collection<br><a href="mailto:lbprdyrd@cityu.edu.hk" class="style15">lbprdyrd@cityu.edu.hk</a><br>Run Run Shaw Library, City University of Hong Kong,  2006</div><center><p></p>'

var footnote_tc='<p></p><center><div style="width:466px;border:1px;border-top:solid;border-top-color:#73AA6F"><br/>珠三角及長三角特藏<br><a href="mailto:lbprdyrd@cityu.edu.hk">lbprdyrd@cityu.edu.hk</a><br>邵逸夫圖書館　香港城市大學　2006</div><center><p></p>'

var footnote_sc='<p></p><center><div style="width:466px;border:1px;border-top:solid;border-top-color:#73AA6F"><br/>珠三角及长三角特藏<br><a href="mailto:lbprdyrd@cityu.edu.hk">lbprdyrd@cityu.edu.hk</a><br>邵逸夫图书馆　香港城市大学　2006</div><center><p></p>'









///////////////////////////////////
//Below are the Programing Details
///////////////////////////////////
///////////////////////////////////
///////////////////////////////////
///////////////////////////////////
var tempv=document.location.href
var templ=tempv.lastIndexOf(".htm")
var tempv=tempv.substr(templ-3,3).toLowerCase()
switch(tempv)
{
	case "_sc":
		document.write(footnote_sc);
		break;
	case "_tc":
		document.write(footnote_tc);
		break;
	default:
		document.write(footnote);
}