document.write('<html><head>\n');
document.write('<title>Canadian Bioinformatics Workshops : Bioinformatics 2004 : Vancouver</title>\n');
document.write('<link  rel="stylesheet" href="includes/style.css"  type="text/css" />\n');
document.write('<script language="JavaScript" src="includes/resize.js"></script>\n');
document.write('</head>\n');
document.write('<body bgcolor="#FFFFFF">\n');

/* Header Table */
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="4">\n')
document.write('<tr bgcolor="#FFFFFF"><td><a href="http://www.bioinformatics.ca"><img src="images/cbw_logo.gif" width="302" height="87" border="0" alt="bioinformatics.ca" /></a></td></tr>\n');
document.write('<tr bgcolor="#CCCCCC"><td><b>Bioinformatics 2004: Vancouver</b></td></tr>');
document.write('</table>\n');

/* Body Table */
document.write('<table border="0" cellspacing="0" cellpadding="8">\n');
document.write('<tr><td bgcolor="#FFFFFF" valign="top" align="left">\n'); 

/* Navigation Table */
document.write('<table width="150" border="0" cellspacing="0" cellpadding="0">\n');
document.write('<tr bgcolor="#999999"><td>\n');
document.write('<table width="100%" cellspacing="1" cellpadding="4" border="0">\n');
document.write('<tr bgcolor="#FFFFFF"><td>\n');

/*Start Left Navigation */

document.write('&#183; <a href="index.html">Home</a><br />\n');
document.write('&#183; <a href="http://bioinformatics.ca/contact.php">Contact</a><br />\n');
/*
document.write('&#183; <a href="teams.html">Teams</a><br />\n');
*/
document.write('&#183; <a href="bioinformatics_schedule_vancouver_2004.pdf">Schedule</a><br />\n');
document.write('&#183; <a href="instructor_list.html">Instructor List</a><br />\n');
document.write('</td></tr>\n');


document.write('<tr><td bgcolor="#cccccc"><b>Daily</b></td></tr>\n');


document.write('<tr><td bgcolor="#ffffff">');
document.write('&#183; <a href="day1.html">Day 1 - Mon 16</a><br />\n');
document.write('&#183; <a href="day2.html">Day 2 - Tues 17</a><br />\n');
document.write('&#183; <a href="day3.html">Day 3 - Wed  18</a><br />\n');
document.write('&#183; <a href="day4.html">Day 4 - Thurs 19</a><br />\n');
document.write('&#183; <a href="day5.html">Day 5 - Fri 20</a><br />\n');
document.write('&#183; <a href="day6.html">Day 6 - Sat 21</a><br />\n');
document.write('&#183; <a href="day7.html">Day 7 - Mon 23</a><br />\n');
document.write('&#183; <a href="day8.html">Day 8 - Tues 24</a><br />\n');
document.write('&#183; <a href="day9.html">Day 9 - Wed 25</a><br />\n');
document.write('&#183; <a href="day10.html">Day 10 - Thurs 26</a><br />\n');
document.write('&#183; <a href="day11.html">Day 11 - Fri 27</a><br />\n');
document.write('&#183; <a href="day12.html">Day 12 - Sat 28</a><br />\n');
document.write('</td></tr>');
document.write('<tr><td bgcolor="#ffffff" align="center">');
document.write('<a href="http://creativecommons.org/licenses/by-nd/1.0/"><img align="middle" alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights.gif" /></a><br />\n');
document.write('This work is licensed under a <a href="http://creativecommons.org/licenses/by-nd/1.0/">Creative Commons License</a><br />\n');
document.write('</td></tr>');


/* End Left Navigation */
				

/* Close Nav table */
document.write('</table>\n');

/* Close Outer Grey Table */
document.write('</td></tr></table>\n');

document.write('</td><td valign="top">\n');

/* Start Body Content */


