<html xmlns:calendar="urn:calendarlib" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:xalan="http://xml.apache.org/xalan"><video_list player_name=""></video_list><head>
<META http-equiv="Content-Type" content="text/html">
<title>Sound Transit</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="prebuilt/style.css"><script language="javascript" src="prebuilt/prototype.js"></script><script language="javascript" src="prebuilt/topnav.js"></script><script language="javascript">
function loadSchedule()
{
var url = "x246.xml";
params = "id=x134";
var ajax = new Ajax.Request(
url,
{
method:'get',
parameters: params,
onComplete: paintScheduleDropDown
});
}
function paintScheduleDropDown(resp)
{
var r = resp.responseText;
var dropDownDiv = $("ScheduleDropDown");
if (dropDownDiv != null)
dropDownDiv.innerHTML = r;
}
function loadScheduleSC()
{
var url = "x3315.xml";
params = "id=x134";
var ajax = new Ajax.Request(
url,
{
method:'get',
parameters: params,
onComplete: paintScheduleDropDownSC
});
}
function paintScheduleDropDownSC(resp)
{
var r = resp.responseText;
var dropDownDiv = $("ScheduleDropDown");
if (dropDownDiv != null)
dropDownDiv.innerHTML = r;
}
function gotoBusSchedule()
{
window.location.href = $("scheduleListing").value;
}
</script><script language="javascript">
function loadRouteMaps()
{
var url = "x426.xml";
params = "id=x134";
var ajax = new Ajax.Request(
url,
{
method:'get',
parameters: params,
onComplete: paintRouteMapsDropDown
});
}
function paintRouteMapsDropDown(resp)
{
var r = resp.responseText;
var dropDownDiv = $("RouteMapsDropDown");
if (dropDownDiv != null)
dropDownDiv.innerHTML = r;
}
function loadRouteMapsSC()
{
var url = "x3316.xml";
params = "id=x134";
var ajax = new Ajax.Request(
url,
{
method:'get',
parameters: params,
onComplete: paintRouteMapsDropDownSC
});
}
function paintRouteMapsDropDownSC(resp)
{
var r = resp.responseText;
var dropDownDiv = $("RouteMapsDropDown");
if (dropDownDiv != null)
dropDownDiv.innerHTML = r;
}
function gotoRouteMap()
{
window.location.href = $("routeMapsListing").value;
}
</script></head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="images/band.gif">
<table cellpadding="0" cellspacing="0" border="0" width="794" align="center" valign="top">
<tr>
<td height="60" width="12" valign="top"><img src="images/spacer.gif" height="60" width="12"></td>
<td colspan="3" height="60" align="left" valign="top">
<div id="logo"><a href="x19.xml"><img src="images/logo.gif" border="0" width="216" height="60" align="left"></a></div>
<div id="print_tag">Sound Transit's regional network of express buses,
commuter rail, light rail and transit facilities connects
communities in King, Pierce and Snohomish counties. </div>
</td>
<td colspan="2" height="60" align="right" valign="top">
<div id="searchform">
<table height="60" width="200">
<tr>
<td align="right">
<p class="small"><a href="x134.xml?t3xt">Text mode</a></p>
<form name="search" method="GET" action="x2611.xml"><script language="javascript">
function verifySearch()
{
var qu = document.search.qu;
if ( qu != null ) { if ( ( qu.value != "" ) && ( qu.value != '-- Search --' ) ) { search.submit(); return false; }
else { alert( "The Search query may not be blank." ); return false; } }
else { alert( "The Search form could not be found." ); return false; }
}
</script><input name="qu" type="text" size="15" value="" onclick="this.value = '';"><input name="qs" type="hidden" value="1"><input name="ps" type="hidden" value="40">
<input src="images/search_btn.gif" type="image" height="21" width="54"></form>
</td>
</tr>
</table>
</div>
</td>
<td height="60" width="12" valign="top"><img src="images/spacer.gif" height="60" width="12"></td>
</tr>
<tr>
<td valign="top" width="12" height="18"><img src="images/band_l1.gif" height="18" width="12"></td>
<td colspan="5" width="770" height="18"><img src="images/tagline.gif" width="770" height="18" border="0"></td>
<td valign="top" width="12" height="18"><img src="images/band_r1.gif" height="18" width="12"></td>
</tr>
<tr>
<td width="12" height="20"><img src="images/band_l2.gif" height="20" width="12"></td>
<td width="160px" align="center" id="top_x16" onmouseover="showDrop('x16', 'block', 'topnavselect', this); this.style.cursor='hand';" onclick="document.location='x16.xml';" onmouseout="showDrop('x16', 'none'); this.style.cursor='pointer';" class="topnavselect"><input type="hidden" id="oClass_x16" value="topnavselect"><a href="x16.xml" style="display:block">Riding Sound Transit</a><div id="menu_x16" class="dropDiv"><a class="SndLevel" href="x21.xml" target="">How To Ride</a><a class="SndLevel" href="x73.xml" target="">Schedules & Facilities</a><a class="SndLevel" href="x131.xml" target="">Fares & Passes</a><a class="SndLevel" href="x72.xml" target="">Rider Alerts</a><a class="SndLevel" href="x132.xml" target="">Accessibility & ADA</a><a class="SndLevel" href="x133.xml" target="">Event Service & Promos</a><a class="SndLevel" href="x134.xml" target="">Puget Destinations</a></div>
</td>
Javascript can be switched off by the user.