var x_now = new Date();
var year_nw = x_now.getYear();
if (year_nw < 100) {
	year_nw = year_nw + 2000;
		} else {
		if (year_nw < 2000) {
			year_nw = year_nw + 1900;
			}
		}

//temporary
var copyri = '<b>Center for International Trade Expositions and Missions</b><br>Copyright © ' + year_nw + ' All rights reserved'
var copyrix = '<b>Center for International Trade Expositions and Missions</b><br>Golden Shell Pavilion, Roxas Boulevard cor. Sen. Gil J. Puyat Avenue, 1300 Pasay City, Philippines<br>Tel. (632) 831-2201 to 09 &nbsp;Fax: (632) 832-3965 / 834-0177 &nbsp;Email: <a href="mailto:info@citem.com.ph" class="nav">info@citem.com.ph</a><br>Copyright © ' + year_nw + ' All rights reserved'
var copyriindex = '<b>Center for International Trade Expositions and Missions</b><br>Golden Shell Pavilion, Roxas Boulevard cor. Sen. Gil J. Puyat Avenue, 1300 Pasay City, Philippines<br>Tel. (632) 831-2201 to 09 &nbsp;Fax: (632) 832-3965 / 834-0177 &nbsp;Email: <a href="mailto:info@citem.com.ph" >info@citem.com.ph</a><br>Copyright © ' + year_nw + ' All rights reserved'