$expireTime = 60*60*24*100; // 100 days session_set_cookie_params($expireTime); session_start(); /*********************************************************/ /** * @param bycountrynow: "none" or holds country code * @param byregion: "NONE" or holds region code * @param durations: trip durition * @param fi: starting date * @param si: end date * @param m: user location/money currency * @param nt: number of travellers **/ /*********************************************************/ $bycountrynow = $_GET['c']; $byregion = $_GET['r']; $durations = $_GET['d']; $fi = $_GET['f']; $si = $_GET['s']; $cl = $_GET['cl']; $m = $_GET['m']; $nt = $_GET['nt']; $region = $byregion; $country = $bycountrynow; // set 'CA' as default user location/money currency if(empty($m)) { $m = 'CA'; } $sid = session_id(); $od = $fi; $ld = $si; $startd = date ( "Y-m-d" , strtotime ($od) ); $endd = date ( "Y-m-d" , strtotime ($ld) ); $countrysess = $_SESSION['country']; if ($countrysess == "CA") { $money ='1'; } else { $money ='2'; } ?>
Travel Insurance
In order to protect your trip and provide you with peace of mind, we strongly recommend that you purchase travel insurance. In Canada and the USA our preferred insurance carrier is RBC Travel Insurance Company; contact our North American sales offices for plans and rates. In the UK, our preferred insurance carrier is Citybond; contact our UK sales office for plans and rates.
Call 1-800-665-3998 for more information.
Download our Canadian Travel Insurance Policy (PDF)

