document.write('<html><head>\n');
document.write('<title>Canadian Bioinformatics Workshops : Bioinformatics 2005 : 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 2005: 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="schedule.pdf">Schedule (PDF)</a><br />\n');
document.write('&#183; <a href="http://bioinformatics.ca/contact.php">Contact</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</a><br />\n');
document.write('&#183; <a href="day2.html">Day 2</a><br />\n');
document.write('&#183; <a href="day3.html">Day 3</a><br />\n');
document.write('&#183; <a href="day4.html">Day 4</a><br />\n');
document.write('&#183; <a href="day5.html">Day 5</a><br />\n');
document.write('&#183; <a href="day6.html">Day 6</a><br />\n');
document.write('&#183; <a href="day7.html">Day 7</a><br />\n');
document.write('&#183; <a href="day8.html">Day 8</a><br />\n');
document.write('&#183; <a href="day9.html">Day 9</a><br />\n');
document.write('&#183; <a href="day10.html">Day 10</a><br />\n');
document.write('&#183; <a href="day11.html">Day 11</a><br />\n');
document.write('&#183; <a href="day12.html">Day 12</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/2.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/2.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 */


