var writePage='';
writePage +='<div id="transportation"> ';
writePage +='<h2 class="intext">Transportation</h2> ';
writePage +=' ';
writePage +='<p> We would like this Spitzer Conference to be as "Green" as ';
writePage +='possible.  We encourage the participants to ';
writePage +='use the local transit systems: ';
writePage +='</p> ';
writePage +=' ';
writePage +='<ul><li><a href="http://www.mta.net/default.asp">Los Angeles\'s ';
writePage +='award-winning public transportation system (2006 APTA Winner)!</li> ';
writePage +=' ';
writePage +='<li><a href="http://www.ci.pasadena.ca.us/trans/transit/trans_arts.asp">Pasadena\'s local public transportation system.</a>.</li> ';
writePage +='<li><a href="http://www.pasadenacal.com/transportation.htm">Pasadena ';
writePage +='Convention &amp; Visitor\'s Bureau\'s Comprehensive Transportation Page</a></li> ';
writePage +='</ul> ';
writePage +=' ';
writePage +=' ';
writePage +='<h2 class="intext"> Airport to Pasadena </h2> ';
writePage +=' ';
writePage +='<h3>Public Transportation:</h3>  ';
writePage +='<p>Less than one year ago, Los Angeles ';
writePage +='Airport and Metro introduced the Fly Away bus service.  Now you can ';
writePage +='get from the Airport to Pasadena in about an hour (max hour and a ';
writePage +='half)!  Not only is the system punctual, efficient, safe and even ';
writePage +='luxurious, but it is also relatively inexpensive.  We recommend this ';
writePage +='route if you are arriving at a reasonable hour and don\'t have heavy ';
writePage +='bags. </p>';
writePage +=' ';
writePage +='<ul><li>At the airport go to the Green sign which says <a href="http://www.lawa.org/flyAwayInfo2.cfm"> "Fly Away Bus"</a>.  Catch ';
writePage +='the bus to UNION Station.  It runs every on every half hour between ';
writePage +='5:00 am to 1:00 am, and hourly from 1 am to 5am.  You pay when you get ';
writePage +='to Union station. ($3.00)</li> ';
writePage +=' ';
writePage +='<li>At Union Station - go to the Gold line station (Runs from 3:45 am ';
writePage +='to 11:52 pm) and catch the Metro to Del Mar station. ($1.50)</li> ';
writePage +=' ';
writePage +='<li> From here you can <a href="ourmap.html">walk the 0.7 miles to the Hilton</a>, or take the ';
writePage +='<a href="http://www.ci.pasadena.ca.us/trans/transit/pdf2/PasTransitText.pdf">#10 ARTS bus </a> which runs 6am - 8pm weekdays, 11am - 8pm Saturdays, and ';
writePage +='11am - 5pm on Sundays). (Fare: $0.50) ';
writePage +='</li></ul>  ';
writePage +=' ';
writePage +='<h3>Shared Ride Vans:</h3> ';
writePage +='<p>There are basically two companies that operate between LAX and ';
writePage +='Pasadena. This ride will take you anywhere between 45 minutes (if you ';
writePage +='are lucky and get on a full shuttle that is leaving the airport) and ';
writePage +='up to 1.5 to 2 hrs if you really unlucky. You don\'t need to make ';
writePage +='reservations ahead of time but you can. More info at these sites: </p>';
writePage +='<ul><li><a href="http://www.supershuttle.com/">Super Shuttle - Blue Vans ($19.00 to Pasadena Hilton)</a> ';
writePage +='</li><li><a href="http://www.primetimeshuttle.com/SoCal.htm">Prime Time Shuttle - Red Vans ($16.00 to Pasadena Hilton) </a> ';
writePage +='</li></ul> ';
writePage +=' ';
writePage +='<h3>Other Ground Transportation Choices</h3> ';
writePage +=' ';
writePage +='<p>Here we can point you to the <a href="http://lawa.org/lax/laxGT.cfm">LAX website\'s grand transportation page</a>.  Note that a taxi to Pasadena will cost you about $80 one way.</p> ';
writePage +='</div> ';

document.write(writePage);
