| 1 |
<?php include "header.html" ?> |
|---|
| 2 |
|
|---|
| 3 |
<h1>Performance Night</h1> |
|---|
| 4 |
<h2>... and Jam sessions</h2> |
|---|
| 5 |
|
|---|
| 6 |
<p> |
|---|
| 7 |
From <b>8:00 PM</b> at the <b>Toast Cafe & Bar</b>, |
|---|
| 8 |
219 London Circuit, Canberra |
|---|
| 9 |
(<a href="http://www.whereis.com.au/whereis/mapping/geocodeAddress.do?streetNumber=219&streetName=London+Circuit&poiType=&suburb=Canberra&state=Australian+Capital+Territory&x=41&y=11">map</a>) |
|---|
| 10 |
(<a href="http://www.musemagazine.com.au/article.asp?contentID=325">review</a>) |
|---|
| 11 |
</p> |
|---|
| 12 |
|
|---|
| 13 |
<?php include "Toast.html" ?> |
|---|
| 14 |
|
|---|
| 15 |
<h2>Directions</h2> |
|---|
| 16 |
|
|---|
| 17 |
<p> |
|---|
| 18 |
<b>Toast</b> is up the stairs above Electric Shadows Cinema, |
|---|
| 19 |
Alinga Street, Civic. |
|---|
| 20 |
</p> |
|---|
| 21 |
|
|---|
| 22 |
<table> |
|---|
| 23 |
|
|---|
| 24 |
<tr><td> |
|---|
| 25 |
<a href="images/toast/01-ActewAGL.jpg"><img |
|---|
| 26 |
src="images/toast/01-ActewAGL-thumb.jpg"/></a> |
|---|
| 27 |
</td> |
|---|
| 28 |
<td> |
|---|
| 29 |
<p>Use the |
|---|
| 30 |
<a href="http://www.whereis.com.au/whereis/mapping/geocodeAddress.do?streetNumber=219&streetName=London+Circuit&poiType=&suburb=Canberra&state=Australian+Capital+Territory&x=41&y=11">map</a> |
|---|
| 31 |
to get to London Circuit. |
|---|
| 32 |
This is the <b>ActewAGL</b> building, which is the nearest landmark to |
|---|
| 33 |
the jam session venue, Toast.</p> |
|---|
| 34 |
</td></tr> |
|---|
| 35 |
|
|---|
| 36 |
<tr><td> |
|---|
| 37 |
<a href="images/toast/02.jpg"><img |
|---|
| 38 |
src="images/toast/02-thumb.jpg"/></a> |
|---|
| 39 |
</td> |
|---|
| 40 |
<td> |
|---|
| 41 |
<p>Turn left just before the ActewAGL building, and go straight ahead.</p> |
|---|
| 42 |
</td></tr> |
|---|
| 43 |
|
|---|
| 44 |
<tr><td> |
|---|
| 45 |
<a href="images/toast/03-stairs.jpg"><img |
|---|
| 46 |
src="images/toast/03-stairs-thumb.jpg"/></a> |
|---|
| 47 |
</td> |
|---|
| 48 |
<td> |
|---|
| 49 |
<p>Go up the stairs ...</p> |
|---|
| 50 |
</td></tr> |
|---|
| 51 |
|
|---|
| 52 |
<tr><td> |
|---|
| 53 |
<a href="images/toast/04-CCGHouse.jpg"><img |
|---|
| 54 |
src="images/toast/04-CCGHouse-thumb.jpg"/></a> |
|---|
| 55 |
</td> |
|---|
| 56 |
<td> |
|---|
| 57 |
<p>Turn right at the top of the stairs, under the <b>CCG House</b> sign.</p> |
|---|
| 58 |
</td></tr> |
|---|
| 59 |
|
|---|
| 60 |
<tr><td> |
|---|
| 61 |
<a href="images/toast/05-Toast.jpg"><img |
|---|
| 62 |
src="images/toast/05-Toast-thumb.jpg"/></a> |
|---|
| 63 |
</td> |
|---|
| 64 |
<td> |
|---|
| 65 |
<p><b>Toast</b> is on your right!</p> |
|---|
| 66 |
</td></tr> |
|---|
| 67 |
|
|---|
| 68 |
</table> |
|---|
| 69 |
|
|---|
| 70 |
<?php include "footer.html" ?> |
|---|