<!--
// This is for all Participation pages. It provides the same links in Left Nav column
function writeJS(){
var str='';
str+='<b><center>Participation Links<\/center><\/b><br>';
str+='<a href="/FairParticipate/deadlines.asp">Deadlines<\/a><br>';
str+='<a href="/HSFair/divisions.aspx">Divisions<br>';
str+='<a href="/FairParticipate/rules.asp">Rules<br>';
str+='<a href="/FairParticipate/forms.asp">Forms<br>';
document.write(str);
}
writeJS();
//-->