//<!--
y = 0;
faqs = new Array(y);

faqs[y++] = '<strong>Urban vehicle exhaust\</strong> can account for up to two-thirds of smog-producing pollutants. Smog is particularly harmful to the health of children, the elderly and people with cardio-respiratory problems.'

faqs[y++] = '<strong>Every litre of gasoline used by your vehicle\</strong> produces 2.4 kilograms of carbon dioxide (CO<sub>2</sub>), a major greenhouse gas.'

faqs[y++] = '<strong>A typical late-model mid-sized sedan vehicle\</strong> driven 20,000 kilometres a year produces 4 tonnes of CO<sub>2</sub>.'

faqs[y++] = '<strong>Most urban Canadians can purchase\</strong> a full year\'s travel on public transit for less than $1,000. Owning and operating a typical car costs more than $8,500 a year.'

faqs[y++] = '<strong>One city bus filled with passengers\</strong> can take 40&nbsp;vehicles off the road and keep about 50 tonnes of greenhouse gas emissions out of the atmosphere each year.  '

faqs[y++] = '<strong>Air pollution has been linked\</strong> to increased hospital admissions, emergency room visits and absenteeism.'

faqs[y++] = '<strong>A minivan driven 12,000 kilometres\</strong> a year costs a family about $780 a month to operate. The average public transit pass costs less than $100.'

faqs[y++] = '<strong>Public transit is a safer way to get work.\</strong>  Less than one percent of injuries and fatalities in 2005 were linked to transit buses, compared to 65% for automobiles'

faqs[y++] = '<strong>Annual transit ridership in Canada\</strong> has been increasing since 1998, reaching 1.6 billion in 2005.'

faqs[y++] = '<strong>Transit agencies are increasing\</strong> their stock of fully accessible low floor buses.'


x = Math.floor(Math.random()*(y));



y = 0;
image = new Array(y);

image[y++] = '<img src=\"images/home/photo-1_en.jpg" alt="Use the bus, the subway or a commuter train and get a federal income tax credit from your public transit pass." width="389" height="181" />'

image[y++] = '<img src=\"images/home/photo-2_en.jpg" alt="Use the bus, the subway or a commuter train and get a federal income tax credit from your public transit pass." width="389" height="181" />'

image[y++] = '<img src=\"images/home/photo-3_en.jpg" alt="Use the bus, the subway or a commuter train and get a federal income tax credit from your public transit pass." width="389" height="181" />'

x = Math.floor(Math.random()*(y));
//-->
