Company overview

This page no longer exists

<% dim strFBCRedirectUrl dim strFBCLang strFBCRedirectUrl = "/en/book/step2.asp" strFBCLang = "EN" dim strFbcDay dim strFbcMonth dim strFbcYear strFbcDay = "01" strFbcMonth = "01" strFbcYear = "2009" dim dteStaticDate, dteCurrentDate dteStaticDate = DateSerial(strFbcYear, strFbcMonth, strFbcDay) dteCurrentDate = Date If dteStaticDate < dteCurrentDate Then strFbcDay = Day(dteCurrentDate) strFbcMonth = Month(dteCurrentDate) strFbcYear = Year(dteCurrentDate) End If%>